COLOR #EDDEFE

HEX: #EDDEFE RGB: (237,222,254)

Color info

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

RGB color model

#EDDEFE color RGB value is (237,222,254).

RGB: (237,222,254) (93%, 87%, 100%)

RGB channels and saturation

R 237 of 255 = 93%
G 222 of 255 = 87%
B 254 of 255 = 100%

237
222
254

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

Portions of RGB colors in percentages

R + G + B = 237 + 222 + 254 = 713 (100%)
R 237 of 713 ~ 33.24%
G 222 of 713 ~ 31.14%
B 254 of 713 ~ 35.62'%

%33.24
%31.14
%35.62

CMYK color model

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

  • cyan value is 6.69%
  • magenta value is 12.60%
  • yellow value is 0.00%
  • key color value is 0.39%

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

CMYK percentages

%6.69
%12.6
%0
%0.39

Codes

Color #EDDEFE in popluar color models

ED DE FE
RGB 237 222 254
HSL 268° 94.12% 93.33%
HSB/HSV 268° 12.60% 99.61%
CMYK 6.69% 12.60% 0.00%
0.39%

Color #EDDEFE in popluar number systems.

HEX ED DE FE
Decimal 237 222 254
Binary 11101101 11011110 11111110
Octal 355 336 376

Shades and tints

Shades of #EDDEFE

#EDDEFE
(237,222,254)
#D8CAE7
(216,202,231)
#C3B6D0
(195,182,208)
#AEA2B9
(174,162,185)
#998EA2
(153,142,162)
#847A8B
(132,122,139)
#6F6674
(111,102,116)
#5A525D
(90,82,93)
#453E46
(69,62,70)
#302A2F
(48,42,47)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #EDDEFE

#EDDEFE
(237,222,254)
#EEE1FE
(238,225,254)
#EFE4FE
(239,228,254)
#F0E7FE
(240,231,254)
#F1EAFE
(241,234,254)
#F2EDFE
(242,237,254)
#F3F0FE
(243,240,254)
#F4F3FE
(244,243,254)
#F5F6FE
(245,246,254)
#F6F9FE
(246,249,254)
#F7FCFE
(247,252,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDEFE color. Also use rgb(237,222,254) instead hex code.

Text Font Color

.myTextColor { color: #EDDEFE; }

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

This text font color is #EDDEFE.

Background Color

.myBgColor { background-color: #EDDEFE; }

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

This div background color is #EDDEFE.

Border color

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

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

This div border color is #EDDEFE.

Opacity

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

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

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

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

This text has shadow with #EDDEFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDEFE.

Preview

Color preview on black background

This text has color #EDDEFE on black background.


Color preview on white background

This text has color #EDDEFE on white background.


Black color preview on #EDDEFE background

This text has black color on #EDDEFE background.


White color preview on #EDDEFE background

This text has white color on #EDDEFE background.


Related colors

Complementary color

Complementary color for #hex is #122101.


I love getcolorcode.com

Triadic colors

1 #FEEDDE and #DEFEED with #EDDEFE are triadic colors.

2 #FEDEED and #DEEDFE with #EDDEFE are triadic colors.