Shades of Frostee #E2EED4
Tints of Frostee #E2EED4
RGB
CMYK
RGB Variations
Color information
#E2EED4 (or 0xE2EED4) is known color: Frostee. HEX triplet: E2, EE and D4. RGB value is (226,238,212). Sum of RGB (Red+Green+Blue) = 226+238+212=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 212 (83.20% from 255 or 31.36% from 676); Max value from RGB is 238 - color contains mainly: green. Hex color #E2EED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EED4 is #1D112B. Grayscale: #E7E7E7. Windows color (decimal): -1904940 or 13954786. OLE color: 13954786.
HSL color Cylindrical-coordinate representation of color #E2EED4: hue angle of 87.69º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2EED4 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 238 | 212 | - |
CMYK | 0.05 | 0 | 0.11 | 0.07 |
HSL | 87.69º | 0.43% | 0.88% | - |
HSV(B) | 87.69º | 0.11% | 0.93% | - |
XYZ | 73.82 | 82.07 | 74.24 | - |
YUV | 231.45 | 117.02 | 124.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 238 | 212 | 0.05 | 0 | 0.11 | 0.07 | 87.69 | 0.43 | 0.88 |
Hex | E2 | EE | D4 | 5 | 0 | B | 7 | 58 | 2B | 58 |
Octal | 342 | 356 | 324 | 5 | 0 | 13 | 7 | 130 | 53 | 130 |
Binary | 11100010 | 11101110 | 11010100 | 101 | 0 | 1011 | 111 | 1011000 | 101011 | 1011000 |
Color Harmonies of #E2EED4
Complementary color
Monochromatic Colors of #E2EED4
Black with #E2EED4
Text Example
Text Example
White with #E2EED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EED4; }
p { color: rgb(226,238,212); }
H1.HeaderClassName
{
color: #E2EED4;
}
.AnyTagClassName
{
color: #E2EED4;
}
</style>
background-color css
<style>
a { background-color: #E2EED4; }
a { background-color: rgb(226,238,212); }
div.DivClassName
{
background-color: #E2EED4;
}
.BgClassName
{
background-color: #E2EED4;
}
</style>
border-color css
<style>
span { border-color: #E2EED4; }
span { border-color: rgb(226,238,212); }
td.TdClassName
{
border-color: #E2EED4;
}
.TagClassName
{
border-color: #E2EED4;
}
</style>