COLOR #EEAFDC

HEX: #EEAFDC RGB: (238,175,220)

Color info

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

RGB color model

#EEAFDC color RGB value is (238,175,220).

RGB: (238,175,220) (93%, 69%, 86%)

RGB channels and saturation

R 238 of 255 = 93%
G 175 of 255 = 69%
B 220 of 255 = 86%

238
175
220

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

Portions of RGB colors in percentages

R + G + B = 238 + 175 + 220 = 633 (100%)
R 238 of 633 ~ 37.6%
G 175 of 633 ~ 27.65%
B 220 of 633 ~ 34.76'%

%37.6
%27.65
%34.76

CMYK color model

#EEAFDC color CMYK value is (0,26,8,7).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 7.56%
  • key color value is 6.67%

CMYK: (0,26,8,7)
C0M26Y8K7 (0%, 26%, 8%, 7%)
(0.00 / 0.26 / 0.08 / 0.07)

CMYK percentages

%0
%26.47
%7.56
%6.67

Codes

Color #EEAFDC in popluar color models

EE AF DC
RGB 238 175 220
HSL 317° 64.95% 80.98%
HSB/HSV 317° 26.47% 93.33%
CMYK 0.00% 26.47% 7.56%
6.67%

Color #EEAFDC in popluar number systems.

HEX EE AF DC
Decimal 238 175 220
Binary 11101110 10101111 11011100
Octal 356 257 334

Shades and tints

Shades of #EEAFDC

#EEAFDC
(238,175,220)
#D9A0C8
(217,160,200)
#C491B4
(196,145,180)
#AF82A0
(175,130,160)
#9A738C
(154,115,140)
#856478
(133,100,120)
#705564
(112,85,100)
#5B4650
(91,70,80)
#46373C
(70,55,60)
#312828
(49,40,40)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #EEAFDC

#EEAFDC
(238,175,220)
#EFB6DF
(239,182,223)
#F0BDE2
(240,189,226)
#F1C4E5
(241,196,229)
#F2CBE8
(242,203,232)
#F3D2EB
(243,210,235)
#F4D9EE
(244,217,238)
#F5E0F1
(245,224,241)
#F6E7F4
(246,231,244)
#F7EEF7
(247,238,247)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEAFDC color. Also use rgb(238,175,220) instead hex code.

Text Font Color

.myTextColor { color: #EEAFDC; }

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

This text font color is #EEAFDC.

Background Color

.myBgColor { background-color: #EEAFDC; }

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

This div background color is #EEAFDC.

Border color

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

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

This div border color is #EEAFDC.

Opacity

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

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

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

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

This text has shadow with #EEAFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEAFDC.

Preview

Color preview on black background

This text has color #EEAFDC on black background.


Color preview on white background

This text has color #EEAFDC on white background.


Black color preview on #EEAFDC background

This text has black color on #EEAFDC background.


White color preview on #EEAFDC background

This text has white color on #EEAFDC background.


Related colors

Complementary color

Complementary color for #hex is #115023.


I love getcolorcode.com

Triadic colors

1 #DCEEAF and #AFDCEE with #EEAFDC are triadic colors.

2 #DCAFEE and #AFEEDC with #EEAFDC are triadic colors.