Shades of Almond #E7D5C3
Tints of Almond #E7D5C3
RGB
CMYK
RGB Variations
Color information
#E7D5C3 (or 0xE7D5C3) is known color: Almond. HEX triplet: E7, D5 and C3. RGB value is (231,213,195). Sum of RGB (Red+Green+Blue) = 231+213+195=639 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.15% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 195 (76.56% from 255 or 30.52% from 639); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D5C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D5C3 is #182A3C. Grayscale: #D8D8D8. Windows color (decimal): -1583677 or 12834279. OLE color: 12834279.
HSL color Cylindrical-coordinate representation of color #E7D5C3: hue angle of 30º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7D5C3 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 195 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.09 |
| HSL | 30º | 0.43% | 0.84% | - |
| HSV(B) | 30º | 0.16% | 0.91% | - |
| XYZ | 66.6 | 68.52 | 61.34 | - |
| YUV | 216.33 | 115.96 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 195 | 0 | 0.08 | 0.16 | 0.09 | 30 | 0.43 | 0.84 |
| Hex | E7 | D5 | C3 | 0 | 8 | 10 | 9 | 1E | 2B | 54 |
| Octal | 347 | 325 | 303 | 0 | 10 | 20 | 11 | 36 | 53 | 124 |
| Binary | 11100111 | 11010101 | 11000011 | 0 | 1000 | 10000 | 1001 | 11110 | 101011 | 1010100 |
Color Harmonies of #E7D5C3
Complementary color
Monochromatic Colors of #E7D5C3
Black with #E7D5C3
Text Example
Text Example
White with #E7D5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D5C3; }
p { color: rgb(231,213,195); }
H1.HeaderClassName
{
color: #E7D5C3;
}
.AnyTagClassName
{
color: #E7D5C3;
}
</style>
background-color css
<style>
a { background-color: #E7D5C3; }
a { background-color: rgb(231,213,195); }
div.DivClassName
{
background-color: #E7D5C3;
}
.BgClassName
{
background-color: #E7D5C3;
}
</style>
border-color css
<style>
span { border-color: #E7D5C3; }
span { border-color: rgb(231,213,195); }
td.TdClassName
{
border-color: #E7D5C3;
}
.TagClassName
{
border-color: #E7D5C3;
}
</style>