COLOR #EEB8DD

HEX: #EEB8DD RGB: (238,184,221)

Color info

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

RGB color model

#EEB8DD color RGB value is (238,184,221).

RGB: (238,184,221) (93%, 72%, 87%)

RGB channels and saturation

R 238 of 255 = 93%
G 184 of 255 = 72%
B 221 of 255 = 87%

238
184
221

R + G + B ~ 84%. #EEB8DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 184 + 221 = 643 (100%)
R 238 of 643 ~ 37.01%
G 184 of 643 ~ 28.62%
B 221 of 643 ~ 34.37'%

%37.01
%28.62
%34.37

CMYK color model

#EEB8DD color CMYK value is (0,23,7,7).

  • cyan value is 0.00%
  • magenta value is 22.69%
  • yellow value is 7.14%
  • key color value is 6.67%

CMYK: (0,23,7,7)
C0M23Y7K7 (0%, 23%, 7%, 7%)
(0.00 / 0.23 / 0.07 / 0.07)

CMYK percentages

%0
%22.69
%7.14
%6.67

Codes

Color #EEB8DD in popluar color models

EE B8 DD
RGB 238 184 221
HSL 319° 61.36% 82.75%
HSB/HSV 319° 22.69% 93.33%
CMYK 0.00% 22.69% 7.14%
6.67%

Color #EEB8DD in popluar number systems.

HEX EE B8 DD
Decimal 238 184 221
Binary 11101110 10111000 11011101
Octal 356 270 335

Shades and tints

Shades of #EEB8DD

#EEB8DD
(238,184,221)
#D9A8C9
(217,168,201)
#C498B5
(196,152,181)
#AF88A1
(175,136,161)
#9A788D
(154,120,141)
#856879
(133,104,121)
#705865
(112,88,101)
#5B4851
(91,72,81)
#46383D
(70,56,61)
#312829
(49,40,41)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #EEB8DD

#EEB8DD
(238,184,221)
#EFBEE0
(239,190,224)
#F0C4E3
(240,196,227)
#F1CAE6
(241,202,230)
#F2D0E9
(242,208,233)
#F3D6EC
(243,214,236)
#F4DCEF
(244,220,239)
#F5E2F2
(245,226,242)
#F6E8F5
(246,232,245)
#F7EEF8
(247,238,248)
#F8F4FB
(248,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB8DD; }

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

This text font color is #EEB8DD.

Background Color

.myBgColor { background-color: #EEB8DD; }

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

This div background color is #EEB8DD.

Border color

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

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

This div border color is #EEB8DD.

Opacity

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

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

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

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

This text has shadow with #EEB8DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEB8DD.

Preview

Color preview on black background

This text has color #EEB8DD on black background.


Color preview on white background

This text has color #EEB8DD on white background.


Black color preview on #EEB8DD background

This text has black color on #EEB8DD background.


White color preview on #EEB8DD background

This text has white color on #EEB8DD background.


Related colors

Complementary color

Complementary color for #hex is #114722.


I love getcolorcode.com

Triadic colors

1 #DDEEB8 and #B8DDEE with #EEB8DD are triadic colors.

2 #DDB8EE and #B8EEDD with #EEB8DD are triadic colors.