Shades of Almond #E7D5C2
Tints of Almond #E7D5C2
RGB
CMYK
RGB Variations
Color information
#E7D5C2 (or 0xE7D5C2) is known color: Almond. HEX triplet: E7, D5 and C2. RGB value is (231,213,194). Sum of RGB (Red+Green+Blue) = 231+213+194=638 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.21% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 194 (76.17% from 255 or 30.41% from 638); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D5C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D5C2 is #182A3D. Grayscale: #D8D8D8. Windows color (decimal): -1583678 or 12768743. OLE color: 12768743.
HSL color Cylindrical-coordinate representation of color #E7D5C2: hue angle of 30.81º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7D5C2 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 194 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.09 |
| HSL | 30.81º | 0.44% | 0.83% | - |
| HSV(B) | 30.81º | 0.16% | 0.91% | - |
| XYZ | 66.49 | 68.47 | 60.75 | - |
| YUV | 216.22 | 115.46 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 194 | 0 | 0.08 | 0.16 | 0.09 | 30.81 | 0.44 | 0.83 |
| Hex | E7 | D5 | C2 | 0 | 8 | 10 | 9 | 1F | 2C | 53 |
| Octal | 347 | 325 | 302 | 0 | 10 | 20 | 11 | 37 | 54 | 123 |
| Binary | 11100111 | 11010101 | 11000010 | 0 | 1000 | 10000 | 1001 | 11111 | 101100 | 1010011 |
Color Harmonies of #E7D5C2
Complementary color
Monochromatic Colors of #E7D5C2
Black with #E7D5C2
Text Example
Text Example
White with #E7D5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D5C2; }
p { color: rgb(231,213,194); }
H1.HeaderClassName
{
color: #E7D5C2;
}
.AnyTagClassName
{
color: #E7D5C2;
}
</style>
background-color css
<style>
a { background-color: #E7D5C2; }
a { background-color: rgb(231,213,194); }
div.DivClassName
{
background-color: #E7D5C2;
}
.BgClassName
{
background-color: #E7D5C2;
}
</style>
border-color css
<style>
span { border-color: #E7D5C2; }
span { border-color: rgb(231,213,194); }
td.TdClassName
{
border-color: #E7D5C2;
}
.TagClassName
{
border-color: #E7D5C2;
}
</style>