Shades of Almond #E9D2BC
Tints of Almond #E9D2BC
RGB
CMYK
RGB Variations
Color information
#E9D2BC (or 0xE9D2BC) is known color: Almond. HEX triplet: E9, D2 and BC. RGB value is (233,210,188). Sum of RGB (Red+Green+Blue) = 233+210+188=631 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.93% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 188 (73.83% from 255 or 29.79% from 631); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D2BC is #162D43. Grayscale: #D6D6D6. Windows color (decimal): -1453380 or 12374761. OLE color: 12374761.
HSL color Cylindrical-coordinate representation of color #E9D2BC: hue angle of 29.33º degrees, saturation: 0.51, 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 #E9D2BC is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 210 | 188 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.09 |
| HSL | 29.33º | 0.51% | 0.83% | - |
| HSV(B) | 29.33º | 0.19% | 0.91% | - |
| XYZ | 65.73 | 67.05 | 57.05 | - |
| YUV | 214.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 210 | 188 | 0 | 0.10 | 0.19 | 0.09 | 29.33 | 0.51 | 0.83 |
| Hex | E9 | D2 | BC | 0 | A | 13 | 9 | 1D | 33 | 53 |
| Octal | 351 | 322 | 274 | 0 | 12 | 23 | 11 | 35 | 63 | 123 |
| Binary | 11101001 | 11010010 | 10111100 | 0 | 1010 | 10011 | 1001 | 11101 | 110011 | 1010011 |
Color Harmonies of #E9D2BC
Complementary color
Monochromatic Colors of #E9D2BC
Black with #E9D2BC
Text Example
Text Example
White with #E9D2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D2BC; }
p { color: rgb(233,210,188); }
H1.HeaderClassName
{
color: #E9D2BC;
}
.AnyTagClassName
{
color: #E9D2BC;
}
</style>
background-color css
<style>
a { background-color: #E9D2BC; }
a { background-color: rgb(233,210,188); }
div.DivClassName
{
background-color: #E9D2BC;
}
.BgClassName
{
background-color: #E9D2BC;
}
</style>
border-color css
<style>
span { border-color: #E9D2BC; }
span { border-color: rgb(233,210,188); }
td.TdClassName
{
border-color: #E9D2BC;
}
.TagClassName
{
border-color: #E9D2BC;
}
</style>