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).

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

EE C0 DD
RGB 238 192 221
HSL 322° 57.50% 84.31%
HSB/HSV 322° 19.33% 93.33%
CMYK 0.00% 19.33% 7.14%
6.67%

Color #EEC0DD in popluar number systems.

HEX EE C0 DD
Decimal 238 192 221
Binary 11101110 11000000 11011101
Octal 356 300 335

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.


Related colors

Complementary color

Complementary color for #hex is #113F22.


I love getcolorcode.com

Triadic colors

1 #DDEEC0 and #C0DDEE with #EEC0DD are triadic colors.

2 #DDC0EE and #C0EEDD with #EEC0DD are triadic colors.