Shades of Almond #E7D6C7
Tints of Almond #E7D6C7
RGB
CMYK
RGB Variations
Color information
#E7D6C7 (or 0xE7D6C7) is known color: Almond. HEX triplet: E7, D6 and C7. RGB value is (231,214,199). Sum of RGB (Red+Green+Blue) = 231+214+199=644 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.87% from 644); Green value is 214 (83.98% from 255 or 33.23% from 644); Blue value is 199 (78.12% from 255 or 30.90% from 644); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D6C7 is #182938. Grayscale: #D9D9D9. Windows color (decimal): -1583417 or 13096679. OLE color: 13096679.
HSL color Cylindrical-coordinate representation of color #E7D6C7: hue angle of 28.12º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7D6C7 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 214 | 199 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.09 |
| HSL | 28.13º | 0.4% | 0.84% | - |
| HSV(B) | 28.13º | 0.14% | 0.91% | - |
| XYZ | 67.31 | 69.21 | 63.84 | - |
| YUV | 217.37 | 117.63 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 214 | 199 | 0 | 0.07 | 0.14 | 0.09 | 28.13 | 0.4 | 0.84 |
| Hex | E7 | D6 | C7 | 0 | 7 | E | 9 | 1C | 28 | 54 |
| Octal | 347 | 326 | 307 | 0 | 7 | 16 | 11 | 34 | 50 | 124 |
| Binary | 11100111 | 11010110 | 11000111 | 0 | 111 | 1110 | 1001 | 11100 | 101000 | 1010100 |
Color Harmonies of #E7D6C7
Complementary color
Monochromatic Colors of #E7D6C7
Black with #E7D6C7
Text Example
Text Example
White with #E7D6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D6C7; }
p { color: rgb(231,214,199); }
H1.HeaderClassName
{
color: #E7D6C7;
}
.AnyTagClassName
{
color: #E7D6C7;
}
</style>
background-color css
<style>
a { background-color: #E7D6C7; }
a { background-color: rgb(231,214,199); }
div.DivClassName
{
background-color: #E7D6C7;
}
.BgClassName
{
background-color: #E7D6C7;
}
</style>
border-color css
<style>
span { border-color: #E7D6C7; }
span { border-color: rgb(231,214,199); }
td.TdClassName
{
border-color: #E7D6C7;
}
.TagClassName
{
border-color: #E7D6C7;
}
</style>