Shades of Frostee #E0F1CF
Tints of Frostee #E0F1CF
RGB
CMYK
RGB Variations
Color information
#E0F1CF (or 0xE0F1CF) is known color: Frostee. HEX triplet: E0, F1 and CF. RGB value is (224,241,207). Sum of RGB (Red+Green+Blue) = 224+241+207=672 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.33% from 672); Green value is 241 (94.53% from 255 or 35.86% from 672); Blue value is 207 (81.25% from 255 or 30.80% from 672); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F1CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F1CF is #1F0E30. Grayscale: #E8E8E8. Windows color (decimal): -2035249 or 13627872. OLE color: 13627872.
HSL color Cylindrical-coordinate representation of color #E0F1CF: hue angle of 90º 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 #E0F1CF is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 241 | 207 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.05 |
| HSL | 90º | 0.55% | 0.88% | - |
| HSV(B) | 90º | 0.14% | 0.95% | - |
| XYZ | 73.46 | 83.26 | 71.23 | - |
| YUV | 232.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 241 | 207 | 0.07 | 0 | 0.14 | 0.05 | 90 | 0.55 | 0.88 |
| Hex | E0 | F1 | CF | 7 | 0 | E | 5 | 5A | 37 | 58 |
| Octal | 340 | 361 | 317 | 7 | 0 | 16 | 5 | 132 | 67 | 130 |
| Binary | 11100000 | 11110001 | 11001111 | 111 | 0 | 1110 | 101 | 1011010 | 110111 | 1011000 |
Color Harmonies of #E0F1CF
Complementary color
Monochromatic Colors of #E0F1CF
Black with #E0F1CF
Text Example
Text Example
White with #E0F1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F1CF; }
p { color: rgb(224,241,207); }
H1.HeaderClassName
{
color: #E0F1CF;
}
.AnyTagClassName
{
color: #E0F1CF;
}
</style>
background-color css
<style>
a { background-color: #E0F1CF; }
a { background-color: rgb(224,241,207); }
div.DivClassName
{
background-color: #E0F1CF;
}
.BgClassName
{
background-color: #E0F1CF;
}
</style>
border-color css
<style>
span { border-color: #E0F1CF; }
span { border-color: rgb(224,241,207); }
td.TdClassName
{
border-color: #E0F1CF;
}
.TagClassName
{
border-color: #E0F1CF;
}
</style>