COLOR #EDD3EE

HEX: #EDD3EE
RGB: (237,211,238)

Renk bilgisi

#EDD3EE contains red, green and blue colors in about the same proportion. #EDD3EE ‘ nin web güvenlik rengi #FFCCFF (ya da #FCF) dir.

RGB renk modeli

#EDD3EE color RGB value is (237,211,238).

  • kırmız ton 237;
  • yeşil ton 211;
  • mavi ton 238.
RGB:
(237,211,238)
(93%,83%,93%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 211 of 255 = 83%
B 238 of 255 = 93%

237
211
238

R + G + B ~ 90%. #EDD3EE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 211 + 238 = 686 (100%)
R 237 of 686 ~ 34.55%
G 211 of 686 ~ 30.76%
B 238 of 686 ~ 34.69%

%34.55
%30.76
%34.69

CMYK RENK MODELİ

#EDD3EE rengi CMYK tonu (0,11,0,7).

  • camgöbeği tonu 0.42%
  • eflatun tonu 11.34%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(0,11,0,7)
C0M11Y0K7 
(0%,11%,0%,7%)
(0.00/0.11/0.00/0.07)	

CMYK yüzdeleri

%0.42
%11.34
%0
%6.67

Codes

Color #EDD3EE in popluar color models

EDD3EE
RGB237211238
HSL298°44.26%88.04%
HSB/HSV298°11.34%93.33%
CMYK0.42%11.34%0.00%
6.67%

Color #EDD3EE in popluar number systems.

HEXEDD3EE
Decimal237211238
Binary111011011101001111101110
Octal355323356

Shades and tints

Shades of #EDD3EE

#EDD3EE
(237,211,238)
#D8C0D9
(216,192,217)
#C3ADC4
(195,173,196)
#AE9AAF
(174,154,175)
#99879A
(153,135,154)
#847485
(132,116,133)
#6F6170
(111,97,112)
#5A4E5B
(90,78,91)
#453B46
(69,59,70)
#302831
(48,40,49)
#1B151C
(27,21,28)
#000000
(0,0,0)

Tints of #EDD3EE

#EDD3EE
(237,211,238)
#EED7EF
(238,215,239)
#EFDBF0
(239,219,240)
#F0DFF1
(240,223,241)
#F1E3F2
(241,227,242)
#F2E7F3
(242,231,243)
#F3EBF4
(243,235,244)
#F4EFF5
(244,239,245)
#F5F3F6
(245,243,246)
#F6F7F7
(246,247,247)
#F7FBF8
(247,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD3EE color. Also use rgb(237,211,238) instead hex code.

Text Font Color

.myTextColor { color: #EDD3EE; }

<p style="color:#EDD3EE">This sample text font color is #EDD3EE.</p>

This text font color is #EDD3EE.


Background Color

.myBgColor { background-color: #EDD3EE; }

<div style="background-color:#EDD3EE">Inner text</div>

This div background color is #EDD3EE.


Border color

.myBorderColor { border: 1px solid #EDD3EE; }

<div style="border:3px solid #EDD3EE">Div</div>

This div border color is #EDD3EE.


Opacity

.myOpacity80 { color: #EDD3EE; opacity: 0.8; }

<p style="color:#EDD3EE;opacity:0.8;">80%</p>

Text with #EDD3EE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EDD3EE;}

<p style="text-shadow: 3px 3px 1px #EDD3EE">Text here.</p>

This text has shadow with #EDD3EE color.

.textShadow {text-shadow: 3px 3px 1px #EDD3EE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EDD3EE, 5px 5px 20px red">Text here.</p>

This text has shadow with #EDD3EE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDD3EE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EDD3EE, Direction=45, Strength=4)">Text</p>

This text has shadow with #EDD3EE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EDD3EE;
  -webkit-box-shadow:	1px 1px 3px 2px #EDD3EE;
  box-shadow:		1px 1px 3px 2px #EDD3EE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDD3EE;
-webkit-box-shadow: 1px 1px 3px 2px #EDD3EE;
box-shadow:1px 1px 3px 2px #EDD3EE;">
Div content here</div>
This div box has shadow with color #EDD3EE.

Preview

Color preview on black background

This text has color #EDD3EE on black background.


Color preview on white background

This text has color #EDD3EE on white background.



Black color preview on #EDD3EE background

This text has black color on #EDD3EE background.


White color preview on #EDD3EE background

This text has white color on #EDD3EE background.