Shades of Almond #E9D3BD
Tints of Almond #E9D3BD
RGB
CMYK
RGB Variations
Color information
#E9D3BD (or 0xE9D3BD) is known color: Almond. HEX triplet: E9, D3 and BD. RGB value is (233,211,189). Sum of RGB (Red+Green+Blue) = 233+211+189=633 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.81% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D3BD is #162C42. Grayscale: #D7D7D7. Windows color (decimal): -1453123 or 12440553. OLE color: 12440553.
HSL color Cylindrical-coordinate representation of color #E9D3BD: hue angle of 30º 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 #E9D3BD is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 211 | 189 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.09 |
| HSL | 30º | 0.5% | 0.83% | - |
| HSV(B) | 30º | 0.19% | 0.91% | - |
| XYZ | 66.08 | 67.59 | 57.71 | - |
| YUV | 215.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 211 | 189 | 0 | 0.09 | 0.19 | 0.09 | 30 | 0.5 | 0.83 |
| Hex | E9 | D3 | BD | 0 | 9 | 13 | 9 | 1E | 32 | 53 |
| Octal | 351 | 323 | 275 | 0 | 11 | 23 | 11 | 36 | 62 | 123 |
| Binary | 11101001 | 11010011 | 10111101 | 0 | 1001 | 10011 | 1001 | 11110 | 110010 | 1010011 |
Color Harmonies of #E9D3BD
Complementary color
Monochromatic Colors of #E9D3BD
Black with #E9D3BD
Text Example
Text Example
White with #E9D3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D3BD; }
p { color: rgb(233,211,189); }
H1.HeaderClassName
{
color: #E9D3BD;
}
.AnyTagClassName
{
color: #E9D3BD;
}
</style>
background-color css
<style>
a { background-color: #E9D3BD; }
a { background-color: rgb(233,211,189); }
div.DivClassName
{
background-color: #E9D3BD;
}
.BgClassName
{
background-color: #E9D3BD;
}
</style>
border-color css
<style>
span { border-color: #E9D3BD; }
span { border-color: rgb(233,211,189); }
td.TdClassName
{
border-color: #E9D3BD;
}
.TagClassName
{
border-color: #E9D3BD;
}
</style>