COLOR #E0EDDF

HEX: #E0EDDF RGB: (224,237,223)

Color info

#E0EDDF contains red, green and blue colors in about the same proportion. Web safe color of #E0EDDF is #CCFFCC (or #CFC).

RGB color model

#E0EDDF color RGB value is (224,237,223).

RGB: (224,237,223) (88%, 93%, 87%)

RGB channels and saturation

R 224 of 255 = 88%
G 237 of 255 = 93%
B 223 of 255 = 87%

224
237
223

R + G + B ~ 89%. #E0EDDF is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 237 + 223 = 684 (100%)
R 224 of 684 ~ 32.75%
G 237 of 684 ~ 34.65%
B 223 of 684 ~ 32.6'%

%32.75
%34.65
%32.6

CMYK color model

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

  • cyan value is 5.49%
  • magenta value is 0.00%
  • yellow value is 5.91%
  • key color value is 7.06%
CMYK: (5,0,6,7) C5M0Y6K7 (5%,0%,6%,7%) (0.05/0.00/0.06/0.07) 

CMYK percentages

%5.49
%0
%5.91
%7.06

Codes

Color #E0EDDF in popluar color models

E0 ED DF
RGB 224 237 223
HSL 116° 28.00% 90.20%
HSB/HSV 116° 5.91% 92.94%
CMYK 5.49% 0.00% 5.91%
7.06%

Color #E0EDDF in popluar number systems.

HEX E0 ED DF
Decimal 224 237 223
Binary 11100000 11101101 11011111
Octal 340 355 337

Shades and tints

Shades of #E0EDDF

#E0EDDF
(224,237,223)
#CCD8CB
(204,216,203)
#B8C3B7
(184,195,183)
#A4AEA3
(164,174,163)
#90998F
(144,153,143)
#7C847B
(124,132,123)
#686F67
(104,111,103)
#545A53
(84,90,83)
#40453F
(64,69,63)
#2C302B
(44,48,43)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #E0EDDF

#E0EDDF
(224,237,223)
#E2EEE1
(226,238,225)
#E4EFE3
(228,239,227)
#E6F0E5
(230,240,229)
#E8F1E7
(232,241,231)
#EAF2E9
(234,242,233)
#ECF3EB
(236,243,235)
#EEF4ED
(238,244,237)
#F0F5EF
(240,245,239)
#F2F6F1
(242,246,241)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EDDF; }

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

This text font color is #E0EDDF.

Background Color

.myBgColor { background-color: #E0EDDF; }

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

This div background color is #E0EDDF.

Border color

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

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

This div border color is #E0EDDF.

Opacity

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

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

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

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

This text has shadow with #E0EDDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0EDDF.

Preview

Color preview on black background

This text has color #E0EDDF on black background.


Color preview on white background

This text has color #E0EDDF on white background.


Black color preview on #E0EDDF background

This text has black color on #E0EDDF background.


White color preview on #E0EDDF background

This text has white color on #E0EDDF background.


Related colors

Complementary color

Complementary color for #hex is #1F1220.


I love getcolorcode.com

Triadic colors

1 #DFE0ED and #EDDFE0 with #E0EDDF are triadic colors.

2 #DFEDE0 and #EDE0DF with #E0EDDF are triadic colors.