COLOR #EEB5DB

HEX: #EEB5DB RGB: (238,181,219)

Color info

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

RGB color model

#EEB5DB color RGB value is (238,181,219).

RGB: (238,181,219) (93%, 71%, 86%)

RGB channels and saturation

R 238 of 255 = 93%
G 181 of 255 = 71%
B 219 of 255 = 86%

238
181
219

R + G + B ~ 83%. #EEB5DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 181 + 219 = 638 (100%)
R 238 of 638 ~ 37.3%
G 181 of 638 ~ 28.37%
B 219 of 638 ~ 34.33'%

%37.3
%28.37
%34.33

CMYK color model

#EEB5DB color CMYK value is (0,24,8,7).

  • cyan value is 0.00%
  • magenta value is 23.95%
  • yellow value is 7.98%
  • key color value is 6.67%

CMYK: (0,24,8,7)
C0M24Y8K7 (0%, 24%, 8%, 7%)
(0.00 / 0.24 / 0.08 / 0.07)

CMYK percentages

%0
%23.95
%7.98
%6.67

Codes

Color #EEB5DB in popluar color models

EE B5 DB
RGB 238 181 219
HSL 320° 62.64% 82.16%
HSB/HSV 320° 23.95% 93.33%
CMYK 0.00% 23.95% 7.98%
6.67%

Color #EEB5DB in popluar number systems.

HEX EE B5 DB
Decimal 238 181 219
Binary 11101110 10110101 11011011
Octal 356 265 333

Shades and tints

Shades of #EEB5DB

#EEB5DB
(238,181,219)
#D9A5C8
(217,165,200)
#C495B5
(196,149,181)
#AF85A2
(175,133,162)
#9A758F
(154,117,143)
#85657C
(133,101,124)
#705569
(112,85,105)
#5B4556
(91,69,86)
#463543
(70,53,67)
#312530
(49,37,48)
#1C151D
(28,21,29)
#000000
(0,0,0)

Tints of #EEB5DB

#EEB5DB
(238,181,219)
#EFBBDE
(239,187,222)
#F0C1E1
(240,193,225)
#F1C7E4
(241,199,228)
#F2CDE7
(242,205,231)
#F3D3EA
(243,211,234)
#F4D9ED
(244,217,237)
#F5DFF0
(245,223,240)
#F6E5F3
(246,229,243)
#F7EBF6
(247,235,246)
#F8F1F9
(248,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB5DB color. Also use rgb(238,181,219) instead hex code.

Text Font Color

.myTextColor { color: #EEB5DB; }

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

This text font color is #EEB5DB.

Background Color

.myBgColor { background-color: #EEB5DB; }

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

This div background color is #EEB5DB.

Border color

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

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

This div border color is #EEB5DB.

Opacity

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

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

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

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

This text has shadow with #EEB5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEB5DB.

Preview

Color preview on black background

This text has color #EEB5DB on black background.


Color preview on white background

This text has color #EEB5DB on white background.


Black color preview on #EEB5DB background

This text has black color on #EEB5DB background.


White color preview on #EEB5DB background

This text has white color on #EEB5DB background.


Related colors

Complementary color

Complementary color for #hex is #114A24.


I love getcolorcode.com

Triadic colors

1 #DBEEB5 and #B5DBEE with #EEB5DB are triadic colors.

2 #DBB5EE and #B5EEDB with #EEB5DB are triadic colors.