Shades of Frostee #E1F0CF
Tints of Frostee #E1F0CF
RGB
CMYK
RGB Variations
Color information
#E1F0CF (or 0xE1F0CF) is known color: 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
| RGB | 225 | 240 | 207 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.06 |
| HSL | 87.27º | 0.52% | 0.88% | - |
| HSV(B) | 87.27º | 0.14% | 0.94% | - |
| XYZ | 73.47 | 82.83 | 71.15 | - |
| YUV | 231.75 | 114.03 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 240 | 207 | 0.06 | 0 | 0.14 | 0.06 | 87.27 | 0.52 | 0.88 |
| Hex | E1 | F0 | CF | 6 | 0 | E | 6 | 57 | 34 | 58 |
| Octal | 341 | 360 | 317 | 6 | 0 | 16 | 6 | 127 | 64 | 130 |
| Binary | 11100001 | 11110000 | 11001111 | 110 | 0 | 1110 | 110 | 1010111 | 110100 | 1011000 |
Color Harmonies of #E1F0CF
Complementary color
Monochromatic Colors of #E1F0CF
Black with #E1F0CF
Text Example
Text Example
White with #E1F0CF
Text Example
Text Example
HTML Codes & Css Web 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>