Shades of Frost #E3E9BD
Tints of Frost #E3E9BD
RGB
CMYK
RGB Variations
Color information
#E3E9BD (or 0xE3E9BD) is known color: Frost. HEX triplet: E3, E9 and BD. RGB value is (227,233,189). Sum of RGB (Red+Green+Blue) = 227+233+189=649 (85% of max value = 765). Red value is 227 (89.06% from 255 or 34.98% from 649); Green value is 233 (91.41% from 255 or 35.90% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 233 - color contains mainly: green. Hex color #E3E9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E3E9BD is #1C1642. Grayscale: #E2E2E2. Windows color (decimal): -1840707 or 12446179. OLE color: 12446179.
HSL color Cylindrical-coordinate representation of color #E3E9BD: hue angle of 68.18º 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 #E3E9BD is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 233 | 189 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.09 |
| HSL | 68.18º | 0.5% | 0.83% | - |
| HSV(B) | 68.18º | 0.19% | 0.91% | - |
| XYZ | 70 | 78.28 | 59.56 | - |
| YUV | 226.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 233 | 189 | 0.03 | 0 | 0.19 | 0.09 | 68.18 | 0.5 | 0.83 |
| Hex | E3 | E9 | BD | 3 | 0 | 13 | 9 | 44 | 32 | 53 |
| Octal | 343 | 351 | 275 | 3 | 0 | 23 | 11 | 104 | 62 | 123 |
| Binary | 11100011 | 11101001 | 10111101 | 11 | 0 | 10011 | 1001 | 1000100 | 110010 | 1010011 |
Color Harmonies of #E3E9BD
Complementary color
Monochromatic Colors of #E3E9BD
Black with #E3E9BD
Text Example
Text Example
White with #E3E9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E9BD; }
p { color: rgb(227,233,189); }
H1.HeaderClassName
{
color: #E3E9BD;
}
.AnyTagClassName
{
color: #E3E9BD;
}
</style>
background-color css
<style>
a { background-color: #E3E9BD; }
a { background-color: rgb(227,233,189); }
div.DivClassName
{
background-color: #E3E9BD;
}
.BgClassName
{
background-color: #E3E9BD;
}
</style>
border-color css
<style>
span { border-color: #E3E9BD; }
span { border-color: rgb(227,233,189); }
td.TdClassName
{
border-color: #E3E9BD;
}
.TagClassName
{
border-color: #E3E9BD;
}
</style>