COLOR #EEDAF6

HEX: #EEDAF6 RGB: (238,218,246)

Color info

#EEDAF6 contains red, green and blue colors in about the same proportion. Web safe color of #EEDAF6 is #FFCCFF (or #FCF).

RGB color model

#EEDAF6 color RGB value is (238,218,246).

RGB: (238,218,246) (93%, 85%, 96%)

RGB channels and saturation

R 238 of 255 = 93%
G 218 of 255 = 85%
B 246 of 255 = 96%

238
218
246

R + G + B ~ 91%. #EEDAF6 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 218 + 246 = 702 (100%)
R 238 of 702 ~ 33.9%
G 218 of 702 ~ 31.05%
B 246 of 702 ~ 35.04'%

%33.9
%31.05
%35.04

CMYK color model

#EEDAF6 color CMYK value is (3,11,0,4).

  • cyan value is 3.25%
  • magenta value is 11.38%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK: (3,11,0,4) C3M11Y0K4 (3%,11%,0%,4%) (0.03/0.11/0.00/0.04) 

CMYK percentages

%3.25
%11.38
%0
%3.53

Codes

Color #EEDAF6 in popluar color models

EE DA F6
RGB 238 218 246
HSL 283° 60.87% 90.98%
HSB/HSV 283° 11.38% 96.47%
CMYK 3.25% 11.38% 0.00%
3.53%

Color #EEDAF6 in popluar number systems.

HEX EE DA F6
Decimal 238 218 246
Binary 11101110 11011010 11110110
Octal 356 332 366

Shades and tints

Shades of #EEDAF6

#EEDAF6
(238,218,246)
#D9C7E0
(217,199,224)
#C4B4CA
(196,180,202)
#AFA1B4
(175,161,180)
#9A8E9E
(154,142,158)
#857B88
(133,123,136)
#706872
(112,104,114)
#5B555C
(91,85,92)
#464246
(70,66,70)
#312F30
(49,47,48)
#1C1C1A
(28,28,26)
#000000
(0,0,0)

Tints of #EEDAF6

#EEDAF6
(238,218,246)
#EFDDF6
(239,221,246)
#F0E0F6
(240,224,246)
#F1E3F6
(241,227,246)
#F2E6F6
(242,230,246)
#F3E9F6
(243,233,246)
#F4ECF6
(244,236,246)
#F5EFF6
(245,239,246)
#F6F2F6
(246,242,246)
#F7F5F6
(247,245,246)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDAF6 color. Also use rgb(238,218,246) instead hex code.

Text Font Color

.myTextColor { color: #EEDAF6; }

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

This text font color is #EEDAF6.

Background Color

.myBgColor { background-color: #EEDAF6; }

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

This div background color is #EEDAF6.

Border color

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

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

This div border color is #EEDAF6.

Opacity

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

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

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

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

This text has shadow with #EEDAF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDAF6.

Preview

Color preview on black background

This text has color #EEDAF6 on black background.


Color preview on white background

This text has color #EEDAF6 on white background.


Black color preview on #EEDAF6 background

This text has black color on #EEDAF6 background.


White color preview on #EEDAF6 background

This text has white color on #EEDAF6 background.


Related colors

Complementary color

Complementary color for #hex is #112509.


I love getcolorcode.com

Triadic colors

1 #F6EEDA and #DAF6EE with #EEDAF6 are triadic colors.

2 #F6DAEE and #DAEEF6 with #EEDAF6 are triadic colors.