Shades of Frostee #E2F2CE
Tints of Frostee #E2F2CE
RGB
CMYK
RGB Variations
Color information
#E2F2CE (or 0xE2F2CE) is known color: Frostee. HEX triplet: E2, F2 and CE. RGB value is (226,242,206). Sum of RGB (Red+Green+Blue) = 226+242+206=674 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.53% from 674); Green value is 242 (94.92% from 255 or 35.91% from 674); Blue value is 206 (80.86% from 255 or 30.56% from 674); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F2CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F2CE is #1D0D31. Grayscale: #E9E9E9. Windows color (decimal): -1903922 or 13562594. OLE color: 13562594.
HSL color Cylindrical-coordinate representation of color #E2F2CE: hue angle of 86.67º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2F2CE is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 206 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.05 |
| HSL | 86.67º | 0.58% | 0.88% | - |
| HSV(B) | 86.67º | 0.15% | 0.95% | - |
| XYZ | 74.26 | 84.13 | 70.72 | - |
| YUV | 233.11 | 112.7 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 206 | 0.07 | 0 | 0.15 | 0.05 | 86.67 | 0.58 | 0.88 |
| Hex | E2 | F2 | CE | 7 | 0 | F | 5 | 57 | 3A | 58 |
| Octal | 342 | 362 | 316 | 7 | 0 | 17 | 5 | 127 | 72 | 130 |
| Binary | 11100010 | 11110010 | 11001110 | 111 | 0 | 1111 | 101 | 1010111 | 111010 | 1011000 |
Color Harmonies of #E2F2CE
Complementary color
Monochromatic Colors of #E2F2CE
Black with #E2F2CE
Text Example
Text Example
White with #E2F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F2CE; }
p { color: rgb(226,242,206); }
H1.HeaderClassName
{
color: #E2F2CE;
}
.AnyTagClassName
{
color: #E2F2CE;
}
</style>
background-color css
<style>
a { background-color: #E2F2CE; }
a { background-color: rgb(226,242,206); }
div.DivClassName
{
background-color: #E2F2CE;
}
.BgClassName
{
background-color: #E2F2CE;
}
</style>
border-color css
<style>
span { border-color: #E2F2CE; }
span { border-color: rgb(226,242,206); }
td.TdClassName
{
border-color: #E2F2CE;
}
.TagClassName
{
border-color: #E2F2CE;
}
</style>