COLOR #EEADDB

HEX: #EEADDB RGB: (238,173,219)

Color info

#EEADDB contains mainly red and blue colors. Web safe color of #EEADDB is #FF99CC (or #F9C).

RGB color model

#EEADDB color RGB value is (238,173,219).

RGB: (238,173,219) (93%, 68%, 86%)

RGB channels and saturation

R 238 of 255 = 93%
G 173 of 255 = 68%
B 219 of 255 = 86%

238
173
219

R + G + B ~ 82%. #EEADDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 173 + 219 = 630 (100%)
R 238 of 630 ~ 37.78%
G 173 of 630 ~ 27.46%
B 219 of 630 ~ 34.76'%

%37.78
%27.46
%34.76

CMYK color model

#EEADDB color CMYK value is (0,27,8,7).

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

CMYK: (0,27,8,7)
C0M27Y8K7 (0%, 27%, 8%, 7%)
(0.00 / 0.27 / 0.08 / 0.07)

CMYK percentages

%0
%27.31
%7.98
%6.67

Codes

Color #EEADDB in popluar color models

EE AD DB
RGB 238 173 219
HSL 318° 65.66% 80.59%
HSB/HSV 318° 27.31% 93.33%
CMYK 0.00% 27.31% 7.98%
6.67%

Color #EEADDB in popluar number systems.

HEX EE AD DB
Decimal 238 173 219
Binary 11101110 10101101 11011011
Octal 356 255 333

Shades and tints

Shades of #EEADDB

#EEADDB
(238,173,219)
#D99EC8
(217,158,200)
#C48FB5
(196,143,181)
#AF80A2
(175,128,162)
#9A718F
(154,113,143)
#85627C
(133,98,124)
#705369
(112,83,105)
#5B4456
(91,68,86)
#463543
(70,53,67)
#312630
(49,38,48)
#1C171D
(28,23,29)
#000000
(0,0,0)

Tints of #EEADDB

#EEADDB
(238,173,219)
#EFB4DE
(239,180,222)
#F0BBE1
(240,187,225)
#F1C2E4
(241,194,228)
#F2C9E7
(242,201,231)
#F3D0EA
(243,208,234)
#F4D7ED
(244,215,237)
#F5DEF0
(245,222,240)
#F6E5F3
(246,229,243)
#F7ECF6
(247,236,246)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEADDB; }

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

This text font color is #EEADDB.

Background Color

.myBgColor { background-color: #EEADDB; }

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

This div background color is #EEADDB.

Border color

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

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

This div border color is #EEADDB.

Opacity

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

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

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

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

This text has shadow with #EEADDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEADDB.

Preview

Color preview on black background

This text has color #EEADDB on black background.


Color preview on white background

This text has color #EEADDB on white background.


Black color preview on #EEADDB background

This text has black color on #EEADDB background.


White color preview on #EEADDB background

This text has white color on #EEADDB background.


Related colors

Complementary color

Complementary color for #hex is #115224.


I love getcolorcode.com

Triadic colors

1 #DBEEAD and #ADDBEE with #EEADDB are triadic colors.

2 #DBADEE and #ADEEDB with #EEADDB are triadic colors.