#E0EED4

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

Shades of Frostee #E0EED4

Tints of Frostee #E0EED4

Color information

#E0EED4 (or 0xE0EED4) is unknown color: approx Frostee. HEX triplet: E0, EE and D4. RGB value is (224,238,212). Sum of RGB (Red+Green+Blue) = 224+238+212=674 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.23% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 212 (83.20% from 255 or 31.45% from 674); Max value from RGB is 238 - color contains mainly: green. Hex color #E0EED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EED4 is #1F112B. Grayscale: #E6E6E6. Windows color (decimal): -2036012 or 13954784. OLE color: 13954784.

HSL color Cylindrical-coordinate representation of color #E0EED4: hue angle of 92.31º degrees, saturation: 0.43, 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 #E0EED4 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB224238212-
CMYK0.0600.110.07
HSL92.31º43.33%88.24%-
HSV(B)92.31º10.92%93.33%-
XYZ73.281.7574.21-
YUV230.85117.36123.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.23%
GREEN value IS 238 (93.36% from 255) = 35.31%
BLUE value IS 212 (83.20% from 255) = 31.45%
R=33.23%
G=35.31%
B=31.45%

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
Decimal2242382120.0600.110.0792.3143.3388.24
HexE0EED460B75c2b58
Octal3403563246013713453130
Binary1110000011101110110101001100101111110111001010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EED4; }

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

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

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

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

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

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

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

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