Shades of Frost #E8E9BD
Tints of Frost #E8E9BD
RGB
CMYK
RGB Variations
Color information
#E8E9BD (or 0xE8E9BD) is known color: Frost. HEX triplet: E8, E9 and BD. RGB value is (232,233,189). Sum of RGB (Red+Green+Blue) = 232+233+189=654 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.47% from 654); Green value is 233 (91.41% from 255 or 35.63% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 233 - color contains mainly: green. Hex color #E8E9BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8E9BD is #171642. Grayscale: #E3E3E3. Windows color (decimal): -1513027 or 12446184. OLE color: 12446184.
HSL color Cylindrical-coordinate representation of color #E8E9BD: hue angle of 61.36º 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 #E8E9BD is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 233 | 189 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.09 |
| HSL | 61.36º | 0.5% | 0.83% | - |
| HSV(B) | 61.36º | 0.19% | 0.91% | - |
| XYZ | 71.6 | 79.11 | 59.64 | - |
| YUV | 227.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 233 | 189 | 0.00 | 0 | 0.19 | 0.09 | 61.36 | 0.5 | 0.83 |
| Hex | E8 | E9 | BD | 0 | 0 | 13 | 9 | 3D | 32 | 53 |
| Octal | 350 | 351 | 275 | 0 | 0 | 23 | 11 | 75 | 62 | 123 |
| Binary | 11101000 | 11101001 | 10111101 | 0 | 0 | 10011 | 1001 | 111101 | 110010 | 1010011 |
Color Harmonies of #E8E9BD
Complementary color
Monochromatic Colors of #E8E9BD
Black with #E8E9BD
Text Example
Text Example
White with #E8E9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E9BD; }
p { color: rgb(232,233,189); }
H1.HeaderClassName
{
color: #E8E9BD;
}
.AnyTagClassName
{
color: #E8E9BD;
}
</style>
background-color css
<style>
a { background-color: #E8E9BD; }
a { background-color: rgb(232,233,189); }
div.DivClassName
{
background-color: #E8E9BD;
}
.BgClassName
{
background-color: #E8E9BD;
}
</style>
border-color css
<style>
span { border-color: #E8E9BD; }
span { border-color: rgb(232,233,189); }
td.TdClassName
{
border-color: #E8E9BD;
}
.TagClassName
{
border-color: #E8E9BD;
}
</style>