Shades of Almond #E7D9CC
Tints of Almond #E7D9CC
RGB
CMYK
RGB Variations
Color information
#E7D9CC (or 0xE7D9CC) is known color: Almond. HEX triplet: E7, D9 and CC. RGB value is (231,217,204). Sum of RGB (Red+Green+Blue) = 231+217+204=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D9CC is #182633. Grayscale: #DBDBDB. Windows color (decimal): -1582644 or 13425127. OLE color: 13425127.
HSL color Cylindrical-coordinate representation of color #E7D9CC: hue angle of 28.89º degrees, saturation: 0.36, 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 #E7D9CC is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 217 | 204 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.09 |
| HSL | 28.89º | 0.36% | 0.85% | - |
| HSV(B) | 28.89º | 0.12% | 0.91% | - |
| XYZ | 68.67 | 70.97 | 67.21 | - |
| YUV | 219.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 217 | 204 | 0 | 0.06 | 0.12 | 0.09 | 28.89 | 0.36 | 0.85 |
| Hex | E7 | D9 | CC | 0 | 6 | C | 9 | 1D | 24 | 55 |
| Octal | 347 | 331 | 314 | 0 | 6 | 14 | 11 | 35 | 44 | 125 |
| Binary | 11100111 | 11011001 | 11001100 | 0 | 110 | 1100 | 1001 | 11101 | 100100 | 1010101 |
Color Harmonies of #E7D9CC
Complementary color
Monochromatic Colors of #E7D9CC
Black with #E7D9CC
Text Example
Text Example
White with #E7D9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D9CC; }
p { color: rgb(231,217,204); }
H1.HeaderClassName
{
color: #E7D9CC;
}
.AnyTagClassName
{
color: #E7D9CC;
}
</style>
background-color css
<style>
a { background-color: #E7D9CC; }
a { background-color: rgb(231,217,204); }
div.DivClassName
{
background-color: #E7D9CC;
}
.BgClassName
{
background-color: #E7D9CC;
}
</style>
border-color css
<style>
span { border-color: #E7D9CC; }
span { border-color: rgb(231,217,204); }
td.TdClassName
{
border-color: #E7D9CC;
}
.TagClassName
{
border-color: #E7D9CC;
}
</style>