COLOR #EEC5DA

HEX: #EEC5DA
RGB: (238,197,218)

Color info

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

RGB color model

#EEC5DA color RGB value is (238,197,218).

  • red value is 238;
  • green value is 197;
  • blue value is 218.
RGB:
(238,197,218)
(93%,77%,85%)

RGB channels and saturation

R 238 of 255 = 93%
G 197 of 255 = 77%
B 218 of 255 = 85%

238
197
218

R + G + B ~ 85%. #EEC5DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 197 + 218 = 653 (100%)
R 238 of 653 ~ 36.45%
G 197 of 653 ~ 30.17%
B 218 of 653 ~ 33.38%

%36.45
%30.17
%33.38

CMYK color model

#EEC5DA color CMYK value is (0,17,8,7).

  • cyan value is 0.00%
  • magenta value is 17.23%
  • yellow value is 8.40%
  • key color value is 6.67%
CMYK:
(0,17,8,7)
C0M17Y8K7 
(0%,17%,8%,7%)
(0.00/0.17/0.08/0.07)	

CMYK percentages

%0
%17.23
%8.4
%6.67

Codes

Color #EEC5DA in popluar color models

EEC5DA
RGB238197218
HSL329°54.67%85.29%
HSB/HSV329°17.23%93.33%
CMYK0.00%17.23%8.40%
6.67%

Color #EEC5DA in popluar number systems.

HEXEEC5DA
Decimal238197218
Binary111011101100010111011010
Octal356305332

Shades and tints

Shades of #EEC5DA

#EEC5DA
(238,197,218)
#D9B4C7
(217,180,199)
#C4A3B4
(196,163,180)
#AF92A1
(175,146,161)
#9A818E
(154,129,142)
#85707B
(133,112,123)
#705F68
(112,95,104)
#5B4E55
(91,78,85)
#463D42
(70,61,66)
#312C2F
(49,44,47)
#1C1B1C
(28,27,28)
#000000
(0,0,0)

Tints of #EEC5DA

#EEC5DA
(238,197,218)
#EFCADD
(239,202,221)
#F0CFE0
(240,207,224)
#F1D4E3
(241,212,227)
#F2D9E6
(242,217,230)
#F3DEE9
(243,222,233)
#F4E3EC
(244,227,236)
#F5E8EF
(245,232,239)
#F6EDF2
(246,237,242)
#F7F2F5
(247,242,245)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC5DA color. Also use rgb(238,197,218) instead hex code.

Text Font Color

.myTextColor { color: #EEC5DA; }

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

This text font color is #EEC5DA.


Background Color

.myBgColor { background-color: #EEC5DA; }

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

This div background color is #EEC5DA.


Border color

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

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

This div border color is #EEC5DA.


Opacity

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

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

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

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

This text has shadow with #EEC5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC5DA on black background.


Color preview on white background

This text has color #EEC5DA on white background.



Black color preview on #EEC5DA background

This text has black color on #EEC5DA background.


White color preview on #EEC5DA background

This text has white color on #EEC5DA background.