Shades of Almond #E9D0BB
Tints of Almond #E9D0BB
RGB
CMYK
RGB Variations
Color information
#E9D0BB (or 0xE9D0BB) is known color: Almond. HEX triplet: E9, D0 and BB. RGB value is (233,208,187). Sum of RGB (Red+Green+Blue) = 233+208+187=628 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.10% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D0BB is #162F44. Grayscale: #D5D5D5. Windows color (decimal): -1453893 or 12308713. OLE color: 12308713.
HSL color Cylindrical-coordinate representation of color #E9D0BB: hue angle of 27.39º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9D0BB is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 208 | 187 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.09 |
| HSL | 27.39º | 0.51% | 0.82% | - |
| HSV(B) | 27.39º | 0.2% | 0.91% | - |
| XYZ | 65.13 | 66.02 | 56.32 | - |
| YUV | 213.08 | 113.28 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 208 | 187 | 0 | 0.11 | 0.20 | 0.09 | 27.39 | 0.51 | 0.82 |
| Hex | E9 | D0 | BB | 0 | B | 14 | 9 | 1B | 33 | 52 |
| Octal | 351 | 320 | 273 | 0 | 13 | 24 | 11 | 33 | 63 | 122 |
| Binary | 11101001 | 11010000 | 10111011 | 0 | 1011 | 10100 | 1001 | 11011 | 110011 | 1010010 |
Color Harmonies of #E9D0BB
Complementary color
Monochromatic Colors of #E9D0BB
Black with #E9D0BB
Text Example
Text Example
White with #E9D0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D0BB; }
p { color: rgb(233,208,187); }
H1.HeaderClassName
{
color: #E9D0BB;
}
.AnyTagClassName
{
color: #E9D0BB;
}
</style>
background-color css
<style>
a { background-color: #E9D0BB; }
a { background-color: rgb(233,208,187); }
div.DivClassName
{
background-color: #E9D0BB;
}
.BgClassName
{
background-color: #E9D0BB;
}
</style>
border-color css
<style>
span { border-color: #E9D0BB; }
span { border-color: rgb(233,208,187); }
td.TdClassName
{
border-color: #E9D0BB;
}
.TagClassName
{
border-color: #E9D0BB;
}
</style>