Shades of Frostee #E1F1CF
Tints of Frostee #E1F1CF
RGB
CMYK
RGB Variations
Color information
#E1F1CF (or 0xE1F1CF) is known color: Frostee. HEX triplet: E1, F1 and CF. RGB value is (225,241,207). Sum of RGB (Red+Green+Blue) = 225+241+207=673 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.43% from 673); Green value is 241 (94.53% from 255 or 35.81% from 673); Blue value is 207 (81.25% from 255 or 30.76% from 673); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F1CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F1CF is #1E0E30. Grayscale: #E8E8E8. Windows color (decimal): -1969713 or 13627873. OLE color: 13627873.
HSL color Cylindrical-coordinate representation of color #E1F1CF: hue angle of 88.24º degrees, saturation: 0.55, 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 #E1F1CF is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 241 | 207 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.05 |
| HSL | 88.24º | 0.55% | 0.88% | - |
| HSV(B) | 88.24º | 0.14% | 0.95% | - |
| XYZ | 73.77 | 83.42 | 71.25 | - |
| YUV | 232.34 | 113.7 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 241 | 207 | 0.07 | 0 | 0.14 | 0.05 | 88.24 | 0.55 | 0.88 |
| Hex | E1 | F1 | CF | 7 | 0 | E | 5 | 58 | 37 | 58 |
| Octal | 341 | 361 | 317 | 7 | 0 | 16 | 5 | 130 | 67 | 130 |
| Binary | 11100001 | 11110001 | 11001111 | 111 | 0 | 1110 | 101 | 1011000 | 110111 | 1011000 |
Color Harmonies of #E1F1CF
Complementary color
Monochromatic Colors of #E1F1CF
Black with #E1F1CF
Text Example
Text Example
White with #E1F1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F1CF; }
p { color: rgb(225,241,207); }
H1.HeaderClassName
{
color: #E1F1CF;
}
.AnyTagClassName
{
color: #E1F1CF;
}
</style>
background-color css
<style>
a { background-color: #E1F1CF; }
a { background-color: rgb(225,241,207); }
div.DivClassName
{
background-color: #E1F1CF;
}
.BgClassName
{
background-color: #E1F1CF;
}
</style>
border-color css
<style>
span { border-color: #E1F1CF; }
span { border-color: rgb(225,241,207); }
td.TdClassName
{
border-color: #E1F1CF;
}
.TagClassName
{
border-color: #E1F1CF;
}
</style>