#E0EED3

Color #E0EED3 Frostee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Frostee #E0EED3

Tints of Frostee #E0EED3

Color information

#E0EED3 (or 0xE0EED3) is unknown color: approx Frostee. HEX triplet: E0, EE and D3. RGB value is (224,238,211). Sum of RGB (Red+Green+Blue) = 224+238+211=673 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.28% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 211 (82.81% from 255 or 31.35% from 673); Max value from RGB is 238 - color contains mainly: green. Hex color #E0EED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EED3 is #1F112C. Grayscale: #E6E6E6. Windows color (decimal): -2036013 or 13889248. OLE color: 13889248.

HSL color Cylindrical-coordinate representation of color #E0EED3: hue angle of 91.11º degrees, saturation: 0.44, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0EED3 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB224238211-
CMYK0.0600.110.07
HSL91.11º44.26%88.04%-
HSV(B)91.11º11.34%93.33%-
XYZ73.0781.773.55-
YUV230.74116.86123.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 33.28%
GREEN value IS 238 (93.36% from 255) = 35.36%
BLUE value IS 211 (82.81% from 255) = 31.35%
R=33.28%
G=35.36%
B=31.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242382110.0600.110.0791.1144.2688.04
HexE0EED360B75b2c58
Octal3403563236013713354130
Binary1110000011101110110100111100101111110110111011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EED3; }

 p { color: rgb(224,238,211); }

 H1.HeaderClassName
 {
   color: #E0EED3;
 }
 .AnyTagClassName
 {
   color: #E0EED3;
 }
</style>
background-color css

<style>
 a { background-color: #E0EED3; }

 a { background-color: rgb(224,238,211); }

 div.DivClassName
 {
   background-color: #E0EED3;
 }
 .BgClassName
 {
   background-color: #E0EED3;
 }
</style>
border-color css

<style>
 span { border-color: #E0EED3; }

 span { border-color: rgb(224,238,211); }

 td.TdClassName
 {
   border-color: #E0EED3;
 }
 .TagClassName
 {
   border-color: #E0EED3;
 }
</style>