Shades of Frost #E2EABD
Tints of Frost #E2EABD
RGB
CMYK
RGB Variations
Color information
#E2EABD (or 0xE2EABD) is known color: Frost. HEX triplet: E2, EA and BD. RGB value is (226,234,189). Sum of RGB (Red+Green+Blue) = 226+234+189=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EABD is #1D1542. Grayscale: #E2E2E2. Windows color (decimal): -1905987 or 12446434. OLE color: 12446434.
HSL color Cylindrical-coordinate representation of color #E2EABD: hue angle of 70.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2EABD is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 189 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.08 |
| HSL | 70.67º | 0.52% | 0.83% | - |
| HSV(B) | 70.67º | 0.19% | 0.92% | - |
| XYZ | 69.97 | 78.69 | 59.64 | - |
| YUV | 226.48 | 106.85 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 189 | 0.03 | 0 | 0.19 | 0.08 | 70.67 | 0.52 | 0.83 |
| Hex | E2 | EA | BD | 3 | 0 | 13 | 8 | 47 | 34 | 53 |
| Octal | 342 | 352 | 275 | 3 | 0 | 23 | 10 | 107 | 64 | 123 |
| Binary | 11100010 | 11101010 | 10111101 | 11 | 0 | 10011 | 1000 | 1000111 | 110100 | 1010011 |
Color Harmonies of #E2EABD
Complementary color
Monochromatic Colors of #E2EABD
Black with #E2EABD
Text Example
Text Example
White with #E2EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EABD; }
p { color: rgb(226,234,189); }
H1.HeaderClassName
{
color: #E2EABD;
}
.AnyTagClassName
{
color: #E2EABD;
}
</style>
background-color css
<style>
a { background-color: #E2EABD; }
a { background-color: rgb(226,234,189); }
div.DivClassName
{
background-color: #E2EABD;
}
.BgClassName
{
background-color: #E2EABD;
}
</style>
border-color css
<style>
span { border-color: #E2EABD; }
span { border-color: rgb(226,234,189); }
td.TdClassName
{
border-color: #E2EABD;
}
.TagClassName
{
border-color: #E2EABD;
}
</style>