Shades of Almond #E7D3C0
Tints of Almond #E7D3C0
RGB
CMYK
RGB Variations
Color information
#E7D3C0 (or 0xE7D3C0) is known color: Almond. HEX triplet: E7, D3 and C0. RGB value is (231,211,192). Sum of RGB (Red+Green+Blue) = 231+211+192=634 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.44% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D3C0 is #182C3F. Grayscale: #D6D6D6. Windows color (decimal): -1584192 or 12637159. OLE color: 12637159.
HSL color Cylindrical-coordinate representation of color #E7D3C0: hue angle of 29.23º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7D3C0 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 211 | 192 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.09 |
| HSL | 29.23º | 0.45% | 0.83% | - |
| HSV(B) | 29.23º | 0.17% | 0.91% | - |
| XYZ | 65.76 | 67.38 | 59.41 | - |
| YUV | 214.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 192 | 0 | 0.09 | 0.17 | 0.09 | 29.23 | 0.45 | 0.83 |
| Hex | E7 | D3 | C0 | 0 | 9 | 11 | 9 | 1D | 2D | 53 |
| Octal | 347 | 323 | 300 | 0 | 11 | 21 | 11 | 35 | 55 | 123 |
| Binary | 11100111 | 11010011 | 11000000 | 0 | 1001 | 10001 | 1001 | 11101 | 101101 | 1010011 |
Color Harmonies of #E7D3C0
Complementary color
Monochromatic Colors of #E7D3C0
Black with #E7D3C0
Text Example
Text Example
White with #E7D3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D3C0; }
p { color: rgb(231,211,192); }
H1.HeaderClassName
{
color: #E7D3C0;
}
.AnyTagClassName
{
color: #E7D3C0;
}
</style>
background-color css
<style>
a { background-color: #E7D3C0; }
a { background-color: rgb(231,211,192); }
div.DivClassName
{
background-color: #E7D3C0;
}
.BgClassName
{
background-color: #E7D3C0;
}
</style>
border-color css
<style>
span { border-color: #E7D3C0; }
span { border-color: rgb(231,211,192); }
td.TdClassName
{
border-color: #E7D3C0;
}
.TagClassName
{
border-color: #E7D3C0;
}
</style>