#E1F5CC

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

Shades of Frostee #E1F5CC

Tints of Frostee #E1F5CC

Color information

#E1F5CC (or 0xE1F5CC) is unknown color: approx Frostee. HEX triplet: E1, F5 and CC. RGB value is (225,245,204). Sum of RGB (Red+Green+Blue) = 225+245+204=674 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.38% from 674); Green value is 245 (96.09% from 255 or 36.35% from 674); Blue value is 204 (80.08% from 255 or 30.27% from 674); Max value from RGB is 245 - color contains mainly: green. Hex color #E1F5CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F5CC is #1E0A33. Grayscale: #EAEAEA. Windows color (decimal): -1968692 or 13432289. OLE color: 13432289.

HSL color Cylindrical-coordinate representation of color #E1F5CC: hue angle of 89.27º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1F5CC is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB225245204-
CMYK0.0800.170.04
HSL89.27º67.21%88.04%-
HSV(B)89.27º16.73%96.08%-
XYZ74.685.6769.73-
YUV234.35110.87121.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.38%
GREEN value IS 245 (96.09% from 255) = 36.35%
BLUE value IS 204 (80.08% from 255) = 30.27%
R=33.38%
G=36.35%
B=30.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2252452040.0800.170.0489.2767.2188.04
HexE1F5CC80114594358
Octal341365314100214131103130
Binary1110000111110101110011001000010001100101100110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F5CC; }

 p { color: rgb(225,245,204); }

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

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

 a { background-color: rgb(225,245,204); }

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

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

 span { border-color: rgb(225,245,204); }

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