Shades of Frost #E2EAC5
Tints of Frost #E2EAC5
RGB
CMYK
RGB Variations
Color information
#E2EAC5 (or 0xE2EAC5) is known color: Frost. HEX triplet: E2, EA and C5. RGB value is (226,234,197). Sum of RGB (Red+Green+Blue) = 226+234+197=657 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.40% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 197 (77.34% from 255 or 29.98% from 657); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EAC5 is #1D153A. Grayscale: #E3E3E3. Windows color (decimal): -1905979 or 12970722. OLE color: 12970722.
HSL color Cylindrical-coordinate representation of color #E2EAC5: hue angle of 72.97º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2EAC5 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
RGB | 226 | 234 | 197 | - |
CMYK | 0.03 | 0 | 0.16 | 0.08 |
HSL | 72.97º | 0.47% | 0.85% | - |
HSV(B) | 72.97º | 0.16% | 0.92% | - |
XYZ | 70.86 | 79.05 | 64.35 | - |
YUV | 227.39 | 110.85 | 127.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 234 | 197 | 0.03 | 0 | 0.16 | 0.08 | 72.97 | 0.47 | 0.85 |
Hex | E2 | EA | C5 | 3 | 0 | 10 | 8 | 49 | 2F | 55 |
Octal | 342 | 352 | 305 | 3 | 0 | 20 | 10 | 111 | 57 | 125 |
Binary | 11100010 | 11101010 | 11000101 | 11 | 0 | 10000 | 1000 | 1001001 | 101111 | 1010101 |
Color Harmonies of #E2EAC5
Complementary color
Monochromatic Colors of #E2EAC5
Black with #E2EAC5
Text Example
Text Example
White with #E2EAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EAC5; }
p { color: rgb(226,234,197); }
H1.HeaderClassName
{
color: #E2EAC5;
}
.AnyTagClassName
{
color: #E2EAC5;
}
</style>
background-color css
<style>
a { background-color: #E2EAC5; }
a { background-color: rgb(226,234,197); }
div.DivClassName
{
background-color: #E2EAC5;
}
.BgClassName
{
background-color: #E2EAC5;
}
</style>
border-color css
<style>
span { border-color: #E2EAC5; }
span { border-color: rgb(226,234,197); }
td.TdClassName
{
border-color: #E2EAC5;
}
.TagClassName
{
border-color: #E2EAC5;
}
</style>