COLOR #EEACDD

HEX: #EEACDD RGB: (238,172,221)

Color info

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

RGB color model

#EEACDD color RGB value is (238,172,221).

RGB: (238,172,221) (93%, 67%, 87%)

RGB channels and saturation

R 238 of 255 = 93%
G 172 of 255 = 67%
B 221 of 255 = 87%

238
172
221

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

Portions of RGB colors in percentages

R + G + B = 238 + 172 + 221 = 631 (100%)
R 238 of 631 ~ 37.72%
G 172 of 631 ~ 27.26%
B 221 of 631 ~ 35.02'%

%37.72
%27.26
%35.02

CMYK color model

#EEACDD color CMYK value is (0,28,7,7).

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

CMYK: (0,28,7,7)
C0M28Y7K7 (0%, 28%, 7%, 7%)
(0.00 / 0.28 / 0.07 / 0.07)

CMYK percentages

%0
%27.73
%7.14
%6.67

Codes

Color #EEACDD in popluar color models

EE AC DD
RGB 238 172 221
HSL 315° 66.00% 80.39%
HSB/HSV 315° 27.73% 93.33%
CMYK 0.00% 27.73% 7.14%
6.67%

Color #EEACDD in popluar number systems.

HEX EE AC DD
Decimal 238 172 221
Binary 11101110 10101100 11011101
Octal 356 254 335

Shades and tints

Shades of #EEACDD

#EEACDD
(238,172,221)
#D99DC9
(217,157,201)
#C48EB5
(196,142,181)
#AF7FA1
(175,127,161)
#9A708D
(154,112,141)
#856179
(133,97,121)
#705265
(112,82,101)
#5B4351
(91,67,81)
#46343D
(70,52,61)
#312529
(49,37,41)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #EEACDD

#EEACDD
(238,172,221)
#EFB3E0
(239,179,224)
#F0BAE3
(240,186,227)
#F1C1E6
(241,193,230)
#F2C8E9
(242,200,233)
#F3CFEC
(243,207,236)
#F4D6EF
(244,214,239)
#F5DDF2
(245,221,242)
#F6E4F5
(246,228,245)
#F7EBF8
(247,235,248)
#F8F2FB
(248,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEACDD; }

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

This text font color is #EEACDD.

Background Color

.myBgColor { background-color: #EEACDD; }

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

This div background color is #EEACDD.

Border color

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

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

This div border color is #EEACDD.

Opacity

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

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

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

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

This text has shadow with #EEACDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEACDD.

Preview

Color preview on black background

This text has color #EEACDD on black background.


Color preview on white background

This text has color #EEACDD on white background.


Black color preview on #EEACDD background

This text has black color on #EEACDD background.


White color preview on #EEACDD background

This text has white color on #EEACDD background.


Related colors

Complementary color

Complementary color for #hex is #115322.


I love getcolorcode.com

Triadic colors

1 #DDEEAC and #ACDDEE with #EEACDD are triadic colors.

2 #DDACEE and #ACEEDD with #EEACDD are triadic colors.