#E1F0CF

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

Shades of Frostee #E1F0CF

Tints of Frostee #E1F0CF

Color information

#E1F0CF (or 0xE1F0CF) is unknown color: approx Frostee. HEX triplet: E1, F0 and CF. RGB value is (225,240,207). Sum of RGB (Red+Green+Blue) = 225+240+207=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 240 (94.14% from 255 or 35.71% from 672); Blue value is 207 (81.25% from 255 or 30.80% from 672); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F0CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F0CF is #1E0F30. Grayscale: #E7E7E7. Windows color (decimal): -1969969 or 13627617. OLE color: 13627617.

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

Color convert

RGB225240207-
CMYK0.0600.140.06
HSL87.27º52.38%87.65%-
HSV(B)87.27º13.75%94.12%-
XYZ73.4782.8371.15-
YUV231.75114.03123.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.48%
GREEN value IS 240 (94.14% from 255) = 35.71%
BLUE value IS 207 (81.25% from 255) = 30.80%
R=33.48%
G=35.71%
B=30.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2252402070.0600.140.0687.2752.3887.65
HexE1F0CF60E6573458
Octal3413603176016612764130
Binary1110000111110000110011111100111011010101111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F0CF; }

 p { color: rgb(225,240,207); }

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

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

 a { background-color: rgb(225,240,207); }

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

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

 span { border-color: rgb(225,240,207); }

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