Shades of Frostee #E1F2CF
Tints of Frostee #E1F2CF
RGB
CMYK
RGB Variations
Color information
#E1F2CF (or 0xE1F2CF) is known color: Frostee. HEX triplet: E1, F2 and CF. RGB value is (225,242,207). Sum of RGB (Red+Green+Blue) = 225+242+207=674 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.38% from 674); Green value is 242 (94.92% from 255 or 35.91% from 674); Blue value is 207 (81.25% from 255 or 30.71% from 674); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F2CF is #1E0D30. Grayscale: #E9E9E9. Windows color (decimal): -1969457 or 13628129. OLE color: 13628129.
HSL color Cylindrical-coordinate representation of color #E1F2CF: hue angle of 89.14º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1F2CF is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 242 | 207 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.05 |
| HSL | 89.14º | 0.57% | 0.88% | - |
| HSV(B) | 89.14º | 0.14% | 0.95% | - |
| XYZ | 74.07 | 84.02 | 71.34 | - |
| YUV | 232.93 | 113.37 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 242 | 207 | 0.07 | 0 | 0.14 | 0.05 | 89.14 | 0.57 | 0.88 |
| Hex | E1 | F2 | CF | 7 | 0 | E | 5 | 59 | 39 | 58 |
| Octal | 341 | 362 | 317 | 7 | 0 | 16 | 5 | 131 | 71 | 130 |
| Binary | 11100001 | 11110010 | 11001111 | 111 | 0 | 1110 | 101 | 1011001 | 111001 | 1011000 |
Color Harmonies of #E1F2CF
Complementary color
Monochromatic Colors of #E1F2CF
Black with #E1F2CF
Text Example
Text Example
White with #E1F2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F2CF; }
p { color: rgb(225,242,207); }
H1.HeaderClassName
{
color: #E1F2CF;
}
.AnyTagClassName
{
color: #E1F2CF;
}
</style>
background-color css
<style>
a { background-color: #E1F2CF; }
a { background-color: rgb(225,242,207); }
div.DivClassName
{
background-color: #E1F2CF;
}
.BgClassName
{
background-color: #E1F2CF;
}
</style>
border-color css
<style>
span { border-color: #E1F2CF; }
span { border-color: rgb(225,242,207); }
td.TdClassName
{
border-color: #E1F2CF;
}
.TagClassName
{
border-color: #E1F2CF;
}
</style>