Shades of Frostee #E2F0D0
Tints of Frostee #E2F0D0
RGB
CMYK
RGB Variations
Color information
#E2F0D0 (or 0xE2F0D0) is known color: Frostee. HEX triplet: E2, F0 and D0. RGB value is (226,240,208). Sum of RGB (Red+Green+Blue) = 226+240+208=674 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.53% from 674); Green value is 240 (94.14% from 255 or 35.61% from 674); Blue value is 208 (81.64% from 255 or 30.86% from 674); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F0D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F0D0 is #1D0F2F. Grayscale: #E8E8E8. Windows color (decimal): -1904432 or 13693154. OLE color: 13693154.
HSL color Cylindrical-coordinate representation of color #E2F0D0: hue angle of 86.25º degrees, saturation: 0.52, 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 #E2F0D0 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 240 | 208 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.06 |
| HSL | 86.25º | 0.52% | 0.88% | - |
| HSV(B) | 86.25º | 0.13% | 0.94% | - |
| XYZ | 73.91 | 83.04 | 71.81 | - |
| YUV | 232.17 | 114.36 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 240 | 208 | 0.06 | 0 | 0.13 | 0.06 | 86.25 | 0.52 | 0.88 |
| Hex | E2 | F0 | D0 | 6 | 0 | D | 6 | 56 | 34 | 58 |
| Octal | 342 | 360 | 320 | 6 | 0 | 15 | 6 | 126 | 64 | 130 |
| Binary | 11100010 | 11110000 | 11010000 | 110 | 0 | 1101 | 110 | 1010110 | 110100 | 1011000 |
Color Harmonies of #E2F0D0
Complementary color
Monochromatic Colors of #E2F0D0
Black with #E2F0D0
Text Example
Text Example
White with #E2F0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F0D0; }
p { color: rgb(226,240,208); }
H1.HeaderClassName
{
color: #E2F0D0;
}
.AnyTagClassName
{
color: #E2F0D0;
}
</style>
background-color css
<style>
a { background-color: #E2F0D0; }
a { background-color: rgb(226,240,208); }
div.DivClassName
{
background-color: #E2F0D0;
}
.BgClassName
{
background-color: #E2F0D0;
}
</style>
border-color css
<style>
span { border-color: #E2F0D0; }
span { border-color: rgb(226,240,208); }
td.TdClassName
{
border-color: #E2F0D0;
}
.TagClassName
{
border-color: #E2F0D0;
}
</style>