COLOR #EED6E6

HEX: #EED6E6
RGB: (238,214,230)

Color info

#EED6E6 contains red, green and blue colors in about the same proportion. Web safe color of #EED6E6 is #FFCCCC (or #FCC).

RGB color model

#EED6E6 color RGB value is (238,214,230).

  • red value is 238;
  • green value is 214;
  • blue value is 230.
RGB:
(238,214,230)
(93%,84%,90%)

RGB channels and saturation

R 238 of 255 = 93%
G 214 of 255 = 84%
B 230 of 255 = 90%

238
214
230

R + G + B ~ 89%. #EED6E6 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 214 + 230 = 682 (100%)
R 238 of 682 ~ 34.9%
G 214 of 682 ~ 31.38%
B 230 of 682 ~ 33.72%

%34.9
%31.38
%33.72

CMYK color model

#EED6E6 color CMYK value is (0,10,3,7).

  • cyan value is 0.00%
  • magenta value is 10.08%
  • yellow value is 3.36%
  • key color value is 6.67%
CMYK:
(0,10,3,7)
C0M10Y3K7 
(0%,10%,3%,7%)
(0.00/0.10/0.03/0.07)	

CMYK percentages

%0
%10.08
%3.36
%6.67

Codes

Color #EED6E6 in popluar color models

EED6E6
RGB238214230
HSL320°41.38%88.63%
HSB/HSV320°10.08%93.33%
CMYK0.00%10.08%3.36%
6.67%

Color #EED6E6 in popluar number systems.

HEXEED6E6
Decimal238214230
Binary111011101101011011100110
Octal356326346

Shades and tints

Shades of #EED6E6

#EED6E6
(238,214,230)
#D9C3D2
(217,195,210)
#C4B0BE
(196,176,190)
#AF9DAA
(175,157,170)
#9A8A96
(154,138,150)
#857782
(133,119,130)
#70646E
(112,100,110)
#5B515A
(91,81,90)
#463E46
(70,62,70)
#312B32
(49,43,50)
#1C181E
(28,24,30)
#000000
(0,0,0)

Tints of #EED6E6

#EED6E6
(238,214,230)
#EFD9E8
(239,217,232)
#F0DCEA
(240,220,234)
#F1DFEC
(241,223,236)
#F2E2EE
(242,226,238)
#F3E5F0
(243,229,240)
#F4E8F2
(244,232,242)
#F5EBF4
(245,235,244)
#F6EEF6
(246,238,246)
#F7F1F8
(247,241,248)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED6E6 color. Also use rgb(238,214,230) instead hex code.

Text Font Color

.myTextColor { color: #EED6E6; }

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

This text font color is #EED6E6.


Background Color

.myBgColor { background-color: #EED6E6; }

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

This div background color is #EED6E6.


Border color

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

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

This div border color is #EED6E6.


Opacity

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

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

Text with #EED6E6 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 #EED6E6;}

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

This text has shadow with #EED6E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED6E6 on black background.


Color preview on white background

This text has color #EED6E6 on white background.



Black color preview on #EED6E6 background

This text has black color on #EED6E6 background.


White color preview on #EED6E6 background

This text has white color on #EED6E6 background.