Shades of Almond #E9D9C9
Tints of Almond #E9D9C9
RGB
CMYK
RGB Variations
Color information
#E9D9C9 (or 0xE9D9C9) is known color: Almond. HEX triplet: E9, D9 and C9. RGB value is (233,217,201). Sum of RGB (Red+Green+Blue) = 233+217+201=651 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.79% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 201 (78.91% from 255 or 30.88% from 651); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D9C9 is #162636. Grayscale: #DCDCDC. Windows color (decimal): -1451575 or 13228521. OLE color: 13228521.
HSL color Cylindrical-coordinate representation of color #E9D9C9: hue angle of 30º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9D9C9 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 217 | 201 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.09 |
| HSL | 30º | 0.42% | 0.85% | - |
| HSV(B) | 30º | 0.14% | 0.91% | - |
| XYZ | 68.96 | 71.17 | 65.36 | - |
| YUV | 219.96 | 117.3 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 217 | 201 | 0 | 0.07 | 0.14 | 0.09 | 30 | 0.42 | 0.85 |
| Hex | E9 | D9 | C9 | 0 | 7 | E | 9 | 1E | 2A | 55 |
| Octal | 351 | 331 | 311 | 0 | 7 | 16 | 11 | 36 | 52 | 125 |
| Binary | 11101001 | 11011001 | 11001001 | 0 | 111 | 1110 | 1001 | 11110 | 101010 | 1010101 |
Color Harmonies of #E9D9C9
Complementary color
Monochromatic Colors of #E9D9C9
Black with #E9D9C9
Text Example
Text Example
White with #E9D9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D9C9; }
p { color: rgb(233,217,201); }
H1.HeaderClassName
{
color: #E9D9C9;
}
.AnyTagClassName
{
color: #E9D9C9;
}
</style>
background-color css
<style>
a { background-color: #E9D9C9; }
a { background-color: rgb(233,217,201); }
div.DivClassName
{
background-color: #E9D9C9;
}
.BgClassName
{
background-color: #E9D9C9;
}
</style>
border-color css
<style>
span { border-color: #E9D9C9; }
span { border-color: rgb(233,217,201); }
td.TdClassName
{
border-color: #E9D9C9;
}
.TagClassName
{
border-color: #E9D9C9;
}
</style>