COLOR #EEDEFF

HEX: #EEDEFF RGB: (238,222,255)

Color info

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

RGB color model

#EEDEFF color RGB value is (238,222,255).

RGB: (238,222,255) (93%, 87%, 100%)

RGB channels and saturation

R 238 of 255 = 93%
G 222 of 255 = 87%
B 255 of 255 = 100%

238
222
255

R + G + B ~ 93%. #EEDEFF is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 222 + 255 = 715 (100%)
R 238 of 715 ~ 33.29%
G 222 of 715 ~ 31.05%
B 255 of 715 ~ 35.66'%

%33.29
%31.05
%35.66

CMYK color model

#EEDEFF color CMYK value is (7,13,0,0).

  • cyan value is 6.67%
  • magenta value is 12.94%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (7,13,0,0)
C7M13Y0K0 (7%, 13%, 0%, 0%)
(0.07 / 0.13 / 0.00 / 0.00)

CMYK percentages

%6.67
%12.94
%0
%0

Codes

Color #EEDEFF in popluar color models

EE DE FF
RGB 238 222 255
HSL 269° 100.00% 93.53%
HSB/HSV 269° 12.94% 100.00%
CMYK 6.67% 12.94% 0.00%
0.00%

Color #EEDEFF in popluar number systems.

HEX EE DE FF
Decimal 238 222 255
Binary 11101110 11011110 11111111
Octal 356 336 377

Shades and tints

Shades of #EEDEFF

#EEDEFF
(238,222,255)
#D9CAE8
(217,202,232)
#C4B6D1
(196,182,209)
#AFA2BA
(175,162,186)
#9A8EA3
(154,142,163)
#857A8C
(133,122,140)
#706675
(112,102,117)
#5B525E
(91,82,94)
#463E47
(70,62,71)
#312A30
(49,42,48)
#1C1619
(28,22,25)
#000000
(0,0,0)

Tints of #EEDEFF

#EEDEFF
(238,222,255)
#EFE1FF
(239,225,255)
#F0E4FF
(240,228,255)
#F1E7FF
(241,231,255)
#F2EAFF
(242,234,255)
#F3EDFF
(243,237,255)
#F4F0FF
(244,240,255)
#F5F3FF
(245,243,255)
#F6F6FF
(246,246,255)
#F7F9FF
(247,249,255)
#F8FCFF
(248,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDEFF color. Also use rgb(238,222,255) instead hex code.

Text Font Color

.myTextColor { color: #EEDEFF; }

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

This text font color is #EEDEFF.

Background Color

.myBgColor { background-color: #EEDEFF; }

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

This div background color is #EEDEFF.

Border color

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

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

This div border color is #EEDEFF.

Opacity

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

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

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

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

This text has shadow with #EEDEFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDEFF.

Preview

Color preview on black background

This text has color #EEDEFF on black background.


Color preview on white background

This text has color #EEDEFF on white background.


Black color preview on #EEDEFF background

This text has black color on #EEDEFF background.


White color preview on #EEDEFF background

This text has white color on #EEDEFF background.


Related colors

Complementary color

Complementary color for #hex is #112100.


I love getcolorcode.com

Triadic colors

1 #FFEEDE and #DEFFEE with #EEDEFF are triadic colors.

2 #FFDEEE and #DEEEFF with #EEDEFF are triadic colors.