Shades of Frost #E2EAC4
Tints of Frost #E2EAC4
RGB
CMYK
RGB Variations
Color information
#E2EAC4 (or 0xE2EAC4) is known color: Frost. HEX triplet: E2, EA and C4. RGB value is (226,234,196). Sum of RGB (Red+Green+Blue) = 226+234+196=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 196 (76.95% from 255 or 29.88% from 656); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EAC4 is #1D153B. Grayscale: #E3E3E3. Windows color (decimal): -1905980 or 12905186. OLE color: 12905186.
HSL color Cylindrical-coordinate representation of color #E2EAC4: hue angle of 72.63º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2EAC4 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
RGB | 226 | 234 | 196 | - |
CMYK | 0.03 | 0 | 0.16 | 0.08 |
HSL | 72.63º | 0.48% | 0.84% | - |
HSV(B) | 72.63º | 0.16% | 0.92% | - |
XYZ | 70.75 | 79 | 63.74 | - |
YUV | 227.28 | 110.35 | 127.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 234 | 196 | 0.03 | 0 | 0.16 | 0.08 | 72.63 | 0.48 | 0.84 |
Hex | E2 | EA | C4 | 3 | 0 | 10 | 8 | 49 | 30 | 54 |
Octal | 342 | 352 | 304 | 3 | 0 | 20 | 10 | 111 | 60 | 124 |
Binary | 11100010 | 11101010 | 11000100 | 11 | 0 | 10000 | 1000 | 1001001 | 110000 | 1010100 |
Color Harmonies of #E2EAC4
Complementary color
Monochromatic Colors of #E2EAC4
Black with #E2EAC4
Text Example
Text Example
White with #E2EAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EAC4; }
p { color: rgb(226,234,196); }
H1.HeaderClassName
{
color: #E2EAC4;
}
.AnyTagClassName
{
color: #E2EAC4;
}
</style>
background-color css
<style>
a { background-color: #E2EAC4; }
a { background-color: rgb(226,234,196); }
div.DivClassName
{
background-color: #E2EAC4;
}
.BgClassName
{
background-color: #E2EAC4;
}
</style>
border-color css
<style>
span { border-color: #E2EAC4; }
span { border-color: rgb(226,234,196); }
td.TdClassName
{
border-color: #E2EAC4;
}
.TagClassName
{
border-color: #E2EAC4;
}
</style>