Shades of Frost #E2E9BD
Tints of Frost #E2E9BD
RGB
CMYK
RGB Variations
Color information
#E2E9BD (or 0xE2E9BD) is known color: Frost. HEX triplet: E2, E9 and BD. RGB value is (226,233,189). Sum of RGB (Red+Green+Blue) = 226+233+189=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 233 (91.41% from 255 or 35.96% from 648); Blue value is 189 (74.22% from 255 or 29.17% from 648); Max value from RGB is 233 - color contains mainly: green. Hex color #E2E9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2E9BD is #1D1642. Grayscale: #E2E2E2. Windows color (decimal): -1906243 or 12446178. OLE color: 12446178.
HSL color Cylindrical-coordinate representation of color #E2E9BD: hue angle of 69.55º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2E9BD is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 233 | 189 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.09 |
| HSL | 69.55º | 0.5% | 0.83% | - |
| HSV(B) | 69.55º | 0.19% | 0.91% | - |
| XYZ | 69.69 | 78.12 | 59.55 | - |
| YUV | 225.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 233 | 189 | 0.03 | 0 | 0.19 | 0.09 | 69.55 | 0.5 | 0.83 |
| Hex | E2 | E9 | BD | 3 | 0 | 13 | 9 | 46 | 32 | 53 |
| Octal | 342 | 351 | 275 | 3 | 0 | 23 | 11 | 106 | 62 | 123 |
| Binary | 11100010 | 11101001 | 10111101 | 11 | 0 | 10011 | 1001 | 1000110 | 110010 | 1010011 |
Color Harmonies of #E2E9BD
Complementary color
Monochromatic Colors of #E2E9BD
Black with #E2E9BD
Text Example
Text Example
White with #E2E9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E9BD; }
p { color: rgb(226,233,189); }
H1.HeaderClassName
{
color: #E2E9BD;
}
.AnyTagClassName
{
color: #E2E9BD;
}
</style>
background-color css
<style>
a { background-color: #E2E9BD; }
a { background-color: rgb(226,233,189); }
div.DivClassName
{
background-color: #E2E9BD;
}
.BgClassName
{
background-color: #E2E9BD;
}
</style>
border-color css
<style>
span { border-color: #E2E9BD; }
span { border-color: rgb(226,233,189); }
td.TdClassName
{
border-color: #E2E9BD;
}
.TagClassName
{
border-color: #E2E9BD;
}
</style>