Shades of Frostee #E2F2D0
Tints of Frostee #E2F2D0
RGB
CMYK
RGB Variations
Color information
#E2F2D0 (or 0xE2F2D0) is known color: Frostee. HEX triplet: E2, F2 and D0. RGB value is (226,242,208). Sum of RGB (Red+Green+Blue) = 226+242+208=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 242 (94.92% from 255 or 35.80% from 676); Blue value is 208 (81.64% from 255 or 30.77% from 676); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F2D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F2D0 is #1D0D2F. Grayscale: #E9E9E9. Windows color (decimal): -1903920 or 13693666. OLE color: 13693666.
HSL color Cylindrical-coordinate representation of color #E2F2D0: hue angle of 88.24º degrees, saturation: 0.57, 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 #E2F2D0 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
RGB | 226 | 242 | 208 | - |
CMYK | 0.07 | 0 | 0.14 | 0.05 |
HSL | 88.24º | 0.57% | 0.88% | - |
HSV(B) | 88.24º | 0.14% | 0.95% | - |
XYZ | 74.5 | 84.23 | 72.01 | - |
YUV | 233.34 | 113.7 | 122.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 242 | 208 | 0.07 | 0 | 0.14 | 0.05 | 88.24 | 0.57 | 0.88 |
Hex | E2 | F2 | D0 | 7 | 0 | E | 5 | 58 | 39 | 58 |
Octal | 342 | 362 | 320 | 7 | 0 | 16 | 5 | 130 | 71 | 130 |
Binary | 11100010 | 11110010 | 11010000 | 111 | 0 | 1110 | 101 | 1011000 | 111001 | 1011000 |
Color Harmonies of #E2F2D0
Complementary color
Monochromatic Colors of #E2F2D0
Black with #E2F2D0
Text Example
Text Example
White with #E2F2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F2D0; }
p { color: rgb(226,242,208); }
H1.HeaderClassName
{
color: #E2F2D0;
}
.AnyTagClassName
{
color: #E2F2D0;
}
</style>
background-color css
<style>
a { background-color: #E2F2D0; }
a { background-color: rgb(226,242,208); }
div.DivClassName
{
background-color: #E2F2D0;
}
.BgClassName
{
background-color: #E2F2D0;
}
</style>
border-color css
<style>
span { border-color: #E2F2D0; }
span { border-color: rgb(226,242,208); }
td.TdClassName
{
border-color: #E2F2D0;
}
.TagClassName
{
border-color: #E2F2D0;
}
</style>