COLOR #EDE0EE

HEX: #EDE0EE RGB: (237,224,238)

Color info

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

RGB color model

#EDE0EE color RGB value is (237,224,238).

RGB: (237,224,238) (93%, 88%, 93%)

RGB channels and saturation

R 237 of 255 = 93%
G 224 of 255 = 88%
B 238 of 255 = 93%

237
224
238

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

Portions of RGB colors in percentages

R + G + B = 237 + 224 + 238 = 699 (100%)
R 237 of 699 ~ 33.91%
G 224 of 699 ~ 32.05%
B 238 of 699 ~ 34.05'%

%33.91
%32.05
%34.05

CMYK color model

#EDE0EE color CMYK value is (0,6,0,7).

  • cyan value is 0.42%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (0,6,0,7)
C0M6Y0K7 (0%, 6%, 0%, 7%)
(0.00 / 0.06 / 0.00 / 0.07)

CMYK percentages

%0.42
%5.88
%0
%6.67

Codes

Color #EDE0EE in popluar color models

ED E0 EE
RGB 237 224 238
HSL 296° 29.17% 90.59%
HSB/HSV 296° 5.88% 93.33%
CMYK 0.42% 5.88% 0.00%
6.67%

Color #EDE0EE in popluar number systems.

HEX ED E0 EE
Decimal 237 224 238
Binary 11101101 11100000 11101110
Octal 355 340 356

Shades and tints

Shades of #EDE0EE

#EDE0EE
(237,224,238)
#D8CCD9
(216,204,217)
#C3B8C4
(195,184,196)
#AEA4AF
(174,164,175)
#99909A
(153,144,154)
#847C85
(132,124,133)
#6F6870
(111,104,112)
#5A545B
(90,84,91)
#454046
(69,64,70)
#302C31
(48,44,49)
#1B181C
(27,24,28)
#000000
(0,0,0)

Tints of #EDE0EE

#EDE0EE
(237,224,238)
#EEE2EF
(238,226,239)
#EFE4F0
(239,228,240)
#F0E6F1
(240,230,241)
#F1E8F2
(241,232,242)
#F2EAF3
(242,234,243)
#F3ECF4
(243,236,244)
#F4EEF5
(244,238,245)
#F5F0F6
(245,240,246)
#F6F2F7
(246,242,247)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE0EE color. Also use rgb(237,224,238) instead hex code.

Text Font Color

.myTextColor { color: #EDE0EE; }

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

This text font color is #EDE0EE.

Background Color

.myBgColor { background-color: #EDE0EE; }

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

This div background color is #EDE0EE.

Border color

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

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

This div border color is #EDE0EE.

Opacity

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

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

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

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

This text has shadow with #EDE0EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE0EE.

Preview

Color preview on black background

This text has color #EDE0EE on black background.


Color preview on white background

This text has color #EDE0EE on white background.


Black color preview on #EDE0EE background

This text has black color on #EDE0EE background.


White color preview on #EDE0EE background

This text has white color on #EDE0EE background.


Related colors

Complementary color

Complementary color for #hex is #121F11.


I love getcolorcode.com

Triadic colors

1 #EEEDE0 and #E0EEED with #EDE0EE are triadic colors.

2 #EEE0ED and #E0EDEE with #EDE0EE are triadic colors.