#E1F1CE

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

Shades of Frostee #E1F1CE

Tints of Frostee #E1F1CE

Color information

#E1F1CE (or 0xE1F1CE) is unknown color: approx Frostee. HEX triplet: E1, F1 and CE. RGB value is (225,241,206). Sum of RGB (Red+Green+Blue) = 225+241+206=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 241 (94.53% from 255 or 35.86% from 672); Blue value is 206 (80.86% from 255 or 30.65% from 672); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F1CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F1CE is #1E0E31. Grayscale: #E8E8E8. Windows color (decimal): -1969714 or 13562337. OLE color: 13562337.

HSL color Cylindrical-coordinate representation of color #E1F1CE: hue angle of 87.43º 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 #E1F1CE is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB225241206-
CMYK0.0700.150.05
HSL87.43º55.56%87.65%-
HSV(B)87.43º14.52%94.51%-
XYZ73.6583.3770.6-
YUV232.23113.2122.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.48%
GREEN value IS 241 (94.53% from 255) = 35.86%
BLUE value IS 206 (80.86% from 255) = 30.65%
R=33.48%
G=35.86%
B=30.65%

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
Decimal2252412060.0700.150.0587.4355.5687.65
HexE1F1CE70F5573858
Octal3413613167017512770130
Binary1110000111110001110011101110111110110101111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F1CE; }

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

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

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

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

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

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

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

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