Shades of Almond #E7D5C4
Tints of Almond #E7D5C4
RGB
CMYK
RGB Variations
Color information
#E7D5C4 (or 0xE7D5C4) is known color: Almond. HEX triplet: E7, D5 and C4. RGB value is (231,213,196). Sum of RGB (Red+Green+Blue) = 231+213+196=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 196 (76.95% from 255 or 30.62% from 640); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D5C4 is #182A3B. Grayscale: #D8D8D8. Windows color (decimal): -1583676 or 12899815. OLE color: 12899815.
HSL color Cylindrical-coordinate representation of color #E7D5C4: hue angle of 29.14º degrees, saturation: 0.42, 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 #E7D5C4 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 196 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.09 |
| HSL | 29.14º | 0.42% | 0.84% | - |
| HSV(B) | 29.14º | 0.15% | 0.91% | - |
| XYZ | 66.71 | 68.56 | 61.94 | - |
| YUV | 216.44 | 116.46 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 196 | 0 | 0.08 | 0.15 | 0.09 | 29.14 | 0.42 | 0.84 |
| Hex | E7 | D5 | C4 | 0 | 8 | F | 9 | 1D | 2A | 54 |
| Octal | 347 | 325 | 304 | 0 | 10 | 17 | 11 | 35 | 52 | 124 |
| Binary | 11100111 | 11010101 | 11000100 | 0 | 1000 | 1111 | 1001 | 11101 | 101010 | 1010100 |
Color Harmonies of #E7D5C4
Complementary color
Monochromatic Colors of #E7D5C4
Black with #E7D5C4
Text Example
Text Example
White with #E7D5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D5C4; }
p { color: rgb(231,213,196); }
H1.HeaderClassName
{
color: #E7D5C4;
}
.AnyTagClassName
{
color: #E7D5C4;
}
</style>
background-color css
<style>
a { background-color: #E7D5C4; }
a { background-color: rgb(231,213,196); }
div.DivClassName
{
background-color: #E7D5C4;
}
.BgClassName
{
background-color: #E7D5C4;
}
</style>
border-color css
<style>
span { border-color: #E7D5C4; }
span { border-color: rgb(231,213,196); }
td.TdClassName
{
border-color: #E7D5C4;
}
.TagClassName
{
border-color: #E7D5C4;
}
</style>