Shades of Almond #E7D9CA
Tints of Almond #E7D9CA
RGB
CMYK
RGB Variations
Color information
#E7D9CA (or 0xE7D9CA) is known color: Almond. HEX triplet: E7, D9 and CA. RGB value is (231,217,202). Sum of RGB (Red+Green+Blue) = 231+217+202=650 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.54% from 650); Green value is 217 (85.16% from 255 or 33.38% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D9CA is #182635. Grayscale: #DBDBDB. Windows color (decimal): -1582646 or 13294055. OLE color: 13294055.
HSL color Cylindrical-coordinate representation of color #E7D9CA: hue angle of 31.03º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7D9CA is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 217 | 202 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.09 |
| HSL | 31.03º | 0.38% | 0.85% | - |
| HSV(B) | 31.03º | 0.13% | 0.91% | - |
| XYZ | 68.43 | 70.88 | 65.95 | - |
| YUV | 219.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 217 | 202 | 0 | 0.06 | 0.13 | 0.09 | 31.03 | 0.38 | 0.85 |
| Hex | E7 | D9 | CA | 0 | 6 | D | 9 | 1F | 26 | 55 |
| Octal | 347 | 331 | 312 | 0 | 6 | 15 | 11 | 37 | 46 | 125 |
| Binary | 11100111 | 11011001 | 11001010 | 0 | 110 | 1101 | 1001 | 11111 | 100110 | 1010101 |
Color Harmonies of #E7D9CA
Complementary color
Monochromatic Colors of #E7D9CA
Black with #E7D9CA
Text Example
Text Example
White with #E7D9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D9CA; }
p { color: rgb(231,217,202); }
H1.HeaderClassName
{
color: #E7D9CA;
}
.AnyTagClassName
{
color: #E7D9CA;
}
</style>
background-color css
<style>
a { background-color: #E7D9CA; }
a { background-color: rgb(231,217,202); }
div.DivClassName
{
background-color: #E7D9CA;
}
.BgClassName
{
background-color: #E7D9CA;
}
</style>
border-color css
<style>
span { border-color: #E7D9CA; }
span { border-color: rgb(231,217,202); }
td.TdClassName
{
border-color: #E7D9CA;
}
.TagClassName
{
border-color: #E7D9CA;
}
</style>