Shades of Almond #E7D9CB
Tints of Almond #E7D9CB
RGB
CMYK
RGB Variations
Color information
#E7D9CB (or 0xE7D9CB) is known color: Almond. HEX triplet: E7, D9 and CB. RGB value is (231,217,203). Sum of RGB (Red+Green+Blue) = 231+217+203=651 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.48% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D9CB is #182634. Grayscale: #DBDBDB. Windows color (decimal): -1582645 or 13359591. OLE color: 13359591.
HSL color Cylindrical-coordinate representation of color #E7D9CB: hue angle of 30º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7D9CB is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 217 | 203 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.09 |
| HSL | 30º | 0.37% | 0.85% | - |
| HSV(B) | 30º | 0.12% | 0.91% | - |
| XYZ | 68.55 | 70.93 | 66.58 | - |
| YUV | 219.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 217 | 203 | 0 | 0.06 | 0.12 | 0.09 | 30 | 0.37 | 0.85 |
| Hex | E7 | D9 | CB | 0 | 6 | C | 9 | 1E | 25 | 55 |
| Octal | 347 | 331 | 313 | 0 | 6 | 14 | 11 | 36 | 45 | 125 |
| Binary | 11100111 | 11011001 | 11001011 | 0 | 110 | 1100 | 1001 | 11110 | 100101 | 1010101 |
Color Harmonies of #E7D9CB
Complementary color
Monochromatic Colors of #E7D9CB
Black with #E7D9CB
Text Example
Text Example
White with #E7D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D9CB; }
p { color: rgb(231,217,203); }
H1.HeaderClassName
{
color: #E7D9CB;
}
.AnyTagClassName
{
color: #E7D9CB;
}
</style>
background-color css
<style>
a { background-color: #E7D9CB; }
a { background-color: rgb(231,217,203); }
div.DivClassName
{
background-color: #E7D9CB;
}
.BgClassName
{
background-color: #E7D9CB;
}
</style>
border-color css
<style>
span { border-color: #E7D9CB; }
span { border-color: rgb(231,217,203); }
td.TdClassName
{
border-color: #E7D9CB;
}
.TagClassName
{
border-color: #E7D9CB;
}
</style>