COLOR #EEC0DD

HEX: #EEC0DD
RGB: (238,192,221)

Color info

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

RGB color model

#EEC0DD color RGB value is (238,192,221).

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

RGB channels and saturation

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

238
192
221

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

Portions of RGB colors in percentages

R + G + B =
238 + 192 + 221 = 651 (100%)
R 238 of 651 ~ 36.56%
G 192 of 651 ~ 29.49%
B 221 of 651 ~ 33.95%

%36.56
%29.49
%33.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.33%
  • yellow value is 7.14%
  • 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
%7.14
%6.67

Codes

Color #EEC0DD in popluar color models

EEC0DD
RGB238192221
HSL322°57.50%84.31%
HSB/HSV322°19.33%93.33%
CMYK0.00%19.33%7.14%
6.67%

Color #EEC0DD in popluar number systems.

HEXEEC0DD
Decimal238192221
Binary111011101100000011011101
Octal356300335

Shades and tints

Shades of #EEC0DD

#EEC0DD
(238,192,221)
#D9AFC9
(217,175,201)
#C49EB5
(196,158,181)
#AF8DA1
(175,141,161)
#9A7C8D
(154,124,141)
#856B79
(133,107,121)
#705A65
(112,90,101)
#5B4951
(91,73,81)
#46383D
(70,56,61)
#312729
(49,39,41)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #EEC0DD

#EEC0DD
(238,192,221)
#EFC5E0
(239,197,224)
#F0CAE3
(240,202,227)
#F1CFE6
(241,207,230)
#F2D4E9
(242,212,233)
#F3D9EC
(243,217,236)
#F4DEEF
(244,222,239)
#F5E3F2
(245,227,242)
#F6E8F5
(246,232,245)
#F7EDF8
(247,237,248)
#F8F2FB
(248,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC0DD; }

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

This text font color is #EEC0DD.


Background Color

.myBgColor { background-color: #EEC0DD; }

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

This div background color is #EEC0DD.


Border color

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

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

This div border color is #EEC0DD.


Opacity

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

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

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

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

This text has shadow with #EEC0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC0DD on black background.


Color preview on white background

This text has color #EEC0DD on white background.



Black color preview on #EEC0DD background

This text has black color on #EEC0DD background.


White color preview on #EEC0DD background

This text has white color on #EEC0DD background.