Shades of Frostee #E0EFD0
Tints of Frostee #E0EFD0
RGB
CMYK
RGB Variations
Color information
#E0EFD0 (or 0xE0EFD0) is known color: Frostee. HEX triplet: E0, EF and D0. RGB value is (224,239,208). Sum of RGB (Red+Green+Blue) = 224+239+208=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 208 (81.64% from 255 or 31.00% from 671); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EFD0 is #1F102F. Grayscale: #E7E7E7. Windows color (decimal): -2035760 or 13692896. OLE color: 13692896.
HSL color Cylindrical-coordinate representation of color #E0EFD0: hue angle of 89.03º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E0EFD0 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 239 | 208 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.06 |
| HSL | 89.03º | 0.49% | 0.88% | - |
| HSV(B) | 89.03º | 0.13% | 0.94% | - |
| XYZ | 72.99 | 82.13 | 71.68 | - |
| YUV | 230.98 | 115.03 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 239 | 208 | 0.06 | 0 | 0.13 | 0.06 | 89.03 | 0.49 | 0.88 |
| Hex | E0 | EF | D0 | 6 | 0 | D | 6 | 59 | 31 | 58 |
| Octal | 340 | 357 | 320 | 6 | 0 | 15 | 6 | 131 | 61 | 130 |
| Binary | 11100000 | 11101111 | 11010000 | 110 | 0 | 1101 | 110 | 1011001 | 110001 | 1011000 |
Color Harmonies of #E0EFD0
Complementary color
Monochromatic Colors of #E0EFD0
Black with #E0EFD0
Text Example
Text Example
White with #E0EFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EFD0; }
p { color: rgb(224,239,208); }
H1.HeaderClassName
{
color: #E0EFD0;
}
.AnyTagClassName
{
color: #E0EFD0;
}
</style>
background-color css
<style>
a { background-color: #E0EFD0; }
a { background-color: rgb(224,239,208); }
div.DivClassName
{
background-color: #E0EFD0;
}
.BgClassName
{
background-color: #E0EFD0;
}
</style>
border-color css
<style>
span { border-color: #E0EFD0; }
span { border-color: rgb(224,239,208); }
td.TdClassName
{
border-color: #E0EFD0;
}
.TagClassName
{
border-color: #E0EFD0;
}
</style>