#E0F1CE

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

Shades of Frostee #E0F1CE

Tints of Frostee #E0F1CE

Color information

#E0F1CE (or 0xE0F1CE) is unknown color: approx Frostee. HEX triplet: E0, F1 and CE. RGB value is (224,241,206). Sum of RGB (Red+Green+Blue) = 224+241+206=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 206 (80.86% from 255 or 30.70% from 671); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F1CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F1CE is #1F0E31. Grayscale: #E8E8E8. Windows color (decimal): -2035250 or 13562336. OLE color: 13562336.

HSL color Cylindrical-coordinate representation of color #E0F1CE: hue angle of 89.14º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0F1CE is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB224241206-
CMYK0.0700.150.05
HSL89.14º55.56%87.65%-
HSV(B)89.14º14.52%94.51%-
XYZ73.3483.2170.59-
YUV231.93113.37122.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.38%
GREEN value IS 241 (94.53% from 255) = 35.92%
BLUE value IS 206 (80.86% from 255) = 30.70%
R=33.38%
G=35.92%
B=30.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242412060.0700.150.0589.1455.5687.65
HexE0F1CE70F5593858
Octal3403613167017513170130
Binary1110000011110001110011101110111110110110011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F1CE; }

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

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

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

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

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

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

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

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