Shades of Almond #E9D2BB
Tints of Almond #E9D2BB
RGB
CMYK
RGB Variations
Color information
#E9D2BB (or 0xE9D2BB) is known color: Almond. HEX triplet: E9, D2 and BB. RGB value is (233,210,187). Sum of RGB (Red+Green+Blue) = 233+210+187=630 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.98% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D2BB is #162D44. Grayscale: #D6D6D6. Windows color (decimal): -1453381 or 12309225. OLE color: 12309225.
HSL color Cylindrical-coordinate representation of color #E9D2BB: hue angle of 30º 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 #E9D2BB is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 210 | 187 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.09 |
| HSL | 30º | 0.51% | 0.82% | - |
| HSV(B) | 30º | 0.2% | 0.91% | - |
| XYZ | 65.62 | 67 | 56.49 | - |
| YUV | 214.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 210 | 187 | 0 | 0.10 | 0.20 | 0.09 | 30 | 0.51 | 0.82 |
| Hex | E9 | D2 | BB | 0 | A | 14 | 9 | 1E | 33 | 52 |
| Octal | 351 | 322 | 273 | 0 | 12 | 24 | 11 | 36 | 63 | 122 |
| Binary | 11101001 | 11010010 | 10111011 | 0 | 1010 | 10100 | 1001 | 11110 | 110011 | 1010010 |
Color Harmonies of #E9D2BB
Complementary color
Monochromatic Colors of #E9D2BB
Black with #E9D2BB
Text Example
Text Example
White with #E9D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D2BB; }
p { color: rgb(233,210,187); }
H1.HeaderClassName
{
color: #E9D2BB;
}
.AnyTagClassName
{
color: #E9D2BB;
}
</style>
background-color css
<style>
a { background-color: #E9D2BB; }
a { background-color: rgb(233,210,187); }
div.DivClassName
{
background-color: #E9D2BB;
}
.BgClassName
{
background-color: #E9D2BB;
}
</style>
border-color css
<style>
span { border-color: #E9D2BB; }
span { border-color: rgb(233,210,187); }
td.TdClassName
{
border-color: #E9D2BB;
}
.TagClassName
{
border-color: #E9D2BB;
}
</style>