Shades of Frost #E2EAC6
Tints of Frost #E2EAC6
RGB
CMYK
RGB Variations
Color information
#E2EAC6 (or 0xE2EAC6) is known color: Frost. HEX triplet: E2, EA and C6. RGB value is (226,234,198). Sum of RGB (Red+Green+Blue) = 226+234+198=658 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.35% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 198 (77.73% from 255 or 30.09% from 658); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EAC6 is #1D1539. Grayscale: #E3E3E3. Windows color (decimal): -1905978 or 13036258. OLE color: 13036258.
HSL color Cylindrical-coordinate representation of color #E2EAC6: hue angle of 73.33º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2EAC6 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 198 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.08 |
| HSL | 73.33º | 0.46% | 0.85% | - |
| HSV(B) | 73.33º | 0.15% | 0.92% | - |
| XYZ | 70.98 | 79.09 | 64.95 | - |
| YUV | 227.5 | 111.35 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 198 | 0.03 | 0 | 0.15 | 0.08 | 73.33 | 0.46 | 0.85 |
| Hex | E2 | EA | C6 | 3 | 0 | F | 8 | 49 | 2E | 55 |
| Octal | 342 | 352 | 306 | 3 | 0 | 17 | 10 | 111 | 56 | 125 |
| Binary | 11100010 | 11101010 | 11000110 | 11 | 0 | 1111 | 1000 | 1001001 | 101110 | 1010101 |
Color Harmonies of #E2EAC6
Complementary color
Monochromatic Colors of #E2EAC6
Black with #E2EAC6
Text Example
Text Example
White with #E2EAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EAC6; }
p { color: rgb(226,234,198); }
H1.HeaderClassName
{
color: #E2EAC6;
}
.AnyTagClassName
{
color: #E2EAC6;
}
</style>
background-color css
<style>
a { background-color: #E2EAC6; }
a { background-color: rgb(226,234,198); }
div.DivClassName
{
background-color: #E2EAC6;
}
.BgClassName
{
background-color: #E2EAC6;
}
</style>
border-color css
<style>
span { border-color: #E2EAC6; }
span { border-color: rgb(226,234,198); }
td.TdClassName
{
border-color: #E2EAC6;
}
.TagClassName
{
border-color: #E2EAC6;
}
</style>