#E0F0CE

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

Shades of Frostee #E0F0CE

Tints of Frostee #E0F0CE

Color information

#E0F0CE (or 0xE0F0CE) is unknown color: approx Frostee. HEX triplet: E0, F0 and CE. RGB value is (224,240,206). Sum of RGB (Red+Green+Blue) = 224+240+206=670 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.43% from 670); Green value is 240 (94.14% from 255 or 35.82% from 670); Blue value is 206 (80.86% from 255 or 30.75% from 670); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F0CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F0CE is #1F0F31. Grayscale: #E7E7E7. Windows color (decimal): -2035506 or 13562080. OLE color: 13562080.

HSL color Cylindrical-coordinate representation of color #E0F0CE: hue angle of 88.24º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0F0CE is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB224240206-
CMYK0.0700.140.06
HSL88.24º53.12%87.45%-
HSV(B)88.24º14.17%94.12%-
XYZ73.0482.6270.49-
YUV231.34113.7122.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.43%
GREEN value IS 240 (94.14% from 255) = 35.82%
BLUE value IS 206 (80.86% from 255) = 30.75%
R=33.43%
G=35.82%
B=30.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242402060.0700.140.0688.2453.1287.45
HexE0F0CE70E6583557
Octal3403603167016613065127
Binary1110000011110000110011101110111011010110001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F0CE; }

 p { color: rgb(224,240,206); }

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

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

 a { background-color: rgb(224,240,206); }

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

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

 span { border-color: rgb(224,240,206); }

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