Shades of Almond #E7D7C5
Tints of Almond #E7D7C5
RGB
CMYK
RGB Variations
Color information
#E7D7C5 (or 0xE7D7C5) is known color: Almond. HEX triplet: E7, D7 and C5. RGB value is (231,215,197). Sum of RGB (Red+Green+Blue) = 231+215+197=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 215 (84.38% from 255 or 33.44% from 643); Blue value is 197 (77.34% from 255 or 30.64% from 643); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D7C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D7C5 is #18283A. Grayscale: #D9D9D9. Windows color (decimal): -1583163 or 12965863. OLE color: 12965863.
HSL color Cylindrical-coordinate representation of color #E7D7C5: hue angle of 31.76º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E7D7C5 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 197 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.09 |
| HSL | 31.76º | 0.41% | 0.84% | - |
| HSV(B) | 31.76º | 0.15% | 0.91% | - |
| XYZ | 67.33 | 69.62 | 62.71 | - |
| YUV | 217.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 197 | 0 | 0.07 | 0.15 | 0.09 | 31.76 | 0.41 | 0.84 |
| Hex | E7 | D7 | C5 | 0 | 7 | F | 9 | 20 | 29 | 54 |
| Octal | 347 | 327 | 305 | 0 | 7 | 17 | 11 | 40 | 51 | 124 |
| Binary | 11100111 | 11010111 | 11000101 | 0 | 111 | 1111 | 1001 | 100000 | 101001 | 1010100 |
Color Harmonies of #E7D7C5
Complementary color
Monochromatic Colors of #E7D7C5
Black with #E7D7C5
Text Example
Text Example
White with #E7D7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D7C5; }
p { color: rgb(231,215,197); }
H1.HeaderClassName
{
color: #E7D7C5;
}
.AnyTagClassName
{
color: #E7D7C5;
}
</style>
background-color css
<style>
a { background-color: #E7D7C5; }
a { background-color: rgb(231,215,197); }
div.DivClassName
{
background-color: #E7D7C5;
}
.BgClassName
{
background-color: #E7D7C5;
}
</style>
border-color css
<style>
span { border-color: #E7D7C5; }
span { border-color: rgb(231,215,197); }
td.TdClassName
{
border-color: #E7D7C5;
}
.TagClassName
{
border-color: #E7D7C5;
}
</style>