Shades of Frostee #E2F0D4
Tints of Frostee #E2F0D4
RGB
CMYK
RGB Variations
Color information
#E2F0D4 (or 0xE2F0D4) is known color: Frostee. HEX triplet: E2, F0 and D4. RGB value is (226,240,212). Sum of RGB (Red+Green+Blue) = 226+240+212=678 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.33% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 212 (83.20% from 255 or 31.27% from 678); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F0D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F0D4 is #1D0F2B. Grayscale: #E8E8E8. Windows color (decimal): -1904428 or 13955298. OLE color: 13955298.
HSL color Cylindrical-coordinate representation of color #E2F0D4: hue angle of 90º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2F0D4 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
RGB | 226 | 240 | 212 | - |
CMYK | 0.06 | 0 | 0.12 | 0.06 |
HSL | 90º | 0.48% | 0.89% | - |
HSV(B) | 90º | 0.12% | 0.94% | - |
XYZ | 74.41 | 83.24 | 74.43 | - |
YUV | 232.62 | 116.36 | 123.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 240 | 212 | 0.06 | 0 | 0.12 | 0.06 | 90 | 0.48 | 0.89 |
Hex | E2 | F0 | D4 | 6 | 0 | C | 6 | 5A | 30 | 59 |
Octal | 342 | 360 | 324 | 6 | 0 | 14 | 6 | 132 | 60 | 131 |
Binary | 11100010 | 11110000 | 11010100 | 110 | 0 | 1100 | 110 | 1011010 | 110000 | 1011001 |
Color Harmonies of #E2F0D4
Complementary color
Monochromatic Colors of #E2F0D4
Black with #E2F0D4
Text Example
Text Example
White with #E2F0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F0D4; }
p { color: rgb(226,240,212); }
H1.HeaderClassName
{
color: #E2F0D4;
}
.AnyTagClassName
{
color: #E2F0D4;
}
</style>
background-color css
<style>
a { background-color: #E2F0D4; }
a { background-color: rgb(226,240,212); }
div.DivClassName
{
background-color: #E2F0D4;
}
.BgClassName
{
background-color: #E2F0D4;
}
</style>
border-color css
<style>
span { border-color: #E2F0D4; }
span { border-color: rgb(226,240,212); }
td.TdClassName
{
border-color: #E2F0D4;
}
.TagClassName
{
border-color: #E2F0D4;
}
</style>