Shades of Frost #E6E9BD
Tints of Frost #E6E9BD
RGB
CMYK
RGB Variations
Color information
#E6E9BD (or 0xE6E9BD) is known color: Frost. HEX triplet: E6, E9 and BD. RGB value is (230,233,189). Sum of RGB (Red+Green+Blue) = 230+233+189=652 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.28% from 652); Green value is 233 (91.41% from 255 or 35.74% from 652); Blue value is 189 (74.22% from 255 or 28.99% from 652); Max value from RGB is 233 - color contains mainly: green. Hex color #E6E9BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6E9BD is #191642. Grayscale: #E3E3E3. Windows color (decimal): -1644099 or 12446182. OLE color: 12446182.
HSL color Cylindrical-coordinate representation of color #E6E9BD: hue angle of 64.09º 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 #E6E9BD is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 233 | 189 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.09 |
| HSL | 64.09º | 0.5% | 0.83% | - |
| HSV(B) | 64.09º | 0.19% | 0.91% | - |
| XYZ | 70.96 | 78.77 | 59.61 | - |
| YUV | 227.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 233 | 189 | 0.01 | 0 | 0.19 | 0.09 | 64.09 | 0.5 | 0.83 |
| Hex | E6 | E9 | BD | 1 | 0 | 13 | 9 | 40 | 32 | 53 |
| Octal | 346 | 351 | 275 | 1 | 0 | 23 | 11 | 100 | 62 | 123 |
| Binary | 11100110 | 11101001 | 10111101 | 1 | 0 | 10011 | 1001 | 1000000 | 110010 | 1010011 |
Color Harmonies of #E6E9BD
Complementary color
Monochromatic Colors of #E6E9BD
Black with #E6E9BD
Text Example
Text Example
White with #E6E9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E9BD; }
p { color: rgb(230,233,189); }
H1.HeaderClassName
{
color: #E6E9BD;
}
.AnyTagClassName
{
color: #E6E9BD;
}
</style>
background-color css
<style>
a { background-color: #E6E9BD; }
a { background-color: rgb(230,233,189); }
div.DivClassName
{
background-color: #E6E9BD;
}
.BgClassName
{
background-color: #E6E9BD;
}
</style>
border-color css
<style>
span { border-color: #E6E9BD; }
span { border-color: rgb(230,233,189); }
td.TdClassName
{
border-color: #E6E9BD;
}
.TagClassName
{
border-color: #E6E9BD;
}
</style>