COLOR #EEC0DE

HEX: #EEC0DE
RGB: (238,192,222)

Color info

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

RGB color model

#EEC0DE color RGB value is (238,192,222).

  • red value is 238;
  • green value is 192;
  • blue value is 222.
RGB:
(238,192,222)
(93%,75%,87%)

RGB channels and saturation

R 238 of 255 = 93%
G 192 of 255 = 75%
B 222 of 255 = 87%

238
192
222

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

Portions of RGB colors in percentages

R + G + B =
238 + 192 + 222 = 652 (100%)
R 238 of 652 ~ 36.5%
G 192 of 652 ~ 29.45%
B 222 of 652 ~ 34.05%

%36.5
%29.45
%34.05

CMYK color model

#EEC0DE color CMYK value is (0,19,7,7).

  • cyan value is 0.00%
  • magenta value is 19.33%
  • yellow value is 6.72%
  • key color value is 6.67%
CMYK:
(0,19,7,7)
C0M19Y7K7 
(0%,19%,7%,7%)
(0.00/0.19/0.07/0.07)	

CMYK percentages

%0
%19.33
%6.72
%6.67

Codes

Color #EEC0DE in popluar color models

EEC0DE
RGB238192222
HSL321°57.50%84.31%
HSB/HSV321°19.33%93.33%
CMYK0.00%19.33%6.72%
6.67%

Color #EEC0DE in popluar number systems.

HEXEEC0DE
Decimal238192222
Binary111011101100000011011110
Octal356300336

Shades and tints

Shades of #EEC0DE

#EEC0DE
(238,192,222)
#D9AFCA
(217,175,202)
#C49EB6
(196,158,182)
#AF8DA2
(175,141,162)
#9A7C8E
(154,124,142)
#856B7A
(133,107,122)
#705A66
(112,90,102)
#5B4952
(91,73,82)
#46383E
(70,56,62)
#31272A
(49,39,42)
#1C1616
(28,22,22)
#000000
(0,0,0)

Tints of #EEC0DE

#EEC0DE
(238,192,222)
#EFC5E1
(239,197,225)
#F0CAE4
(240,202,228)
#F1CFE7
(241,207,231)
#F2D4EA
(242,212,234)
#F3D9ED
(243,217,237)
#F4DEF0
(244,222,240)
#F5E3F3
(245,227,243)
#F6E8F6
(246,232,246)
#F7EDF9
(247,237,249)
#F8F2FC
(248,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC0DE color. Also use rgb(238,192,222) instead hex code.

Text Font Color

.myTextColor { color: #EEC0DE; }

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

This text font color is #EEC0DE.


Background Color

.myBgColor { background-color: #EEC0DE; }

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

This div background color is #EEC0DE.


Border color

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

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

This div border color is #EEC0DE.


Opacity

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

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

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

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

This text has shadow with #EEC0DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC0DE on black background.


Color preview on white background

This text has color #EEC0DE on white background.



Black color preview on #EEC0DE background

This text has black color on #EEC0DE background.


White color preview on #EEC0DE background

This text has white color on #EEC0DE background.