Shades of Almond #E7D4C3
Tints of Almond #E7D4C3
RGB
CMYK
RGB Variations
Color information
#E7D4C3 (or 0xE7D4C3) is known color: Almond. HEX triplet: E7, D4 and C3. RGB value is (231,212,195). Sum of RGB (Red+Green+Blue) = 231+212+195=638 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.21% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 195 (76.56% from 255 or 30.56% from 638); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D4C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D4C3 is #182B3C. Grayscale: #D7D7D7. Windows color (decimal): -1583933 or 12834023. OLE color: 12834023.
HSL color Cylindrical-coordinate representation of color #E7D4C3: hue angle of 28.33º 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 #E7D4C3 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 195 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.09 |
| HSL | 28.33º | 0.43% | 0.84% | - |
| HSV(B) | 28.33º | 0.16% | 0.91% | - |
| XYZ | 66.35 | 68.02 | 61.26 | - |
| YUV | 215.74 | 116.29 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 195 | 0 | 0.08 | 0.16 | 0.09 | 28.33 | 0.43 | 0.84 |
| Hex | E7 | D4 | C3 | 0 | 8 | 10 | 9 | 1C | 2B | 54 |
| Octal | 347 | 324 | 303 | 0 | 10 | 20 | 11 | 34 | 53 | 124 |
| Binary | 11100111 | 11010100 | 11000011 | 0 | 1000 | 10000 | 1001 | 11100 | 101011 | 1010100 |
Color Harmonies of #E7D4C3
Complementary color
Monochromatic Colors of #E7D4C3
Black with #E7D4C3
Text Example
Text Example
White with #E7D4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D4C3; }
p { color: rgb(231,212,195); }
H1.HeaderClassName
{
color: #E7D4C3;
}
.AnyTagClassName
{
color: #E7D4C3;
}
</style>
background-color css
<style>
a { background-color: #E7D4C3; }
a { background-color: rgb(231,212,195); }
div.DivClassName
{
background-color: #E7D4C3;
}
.BgClassName
{
background-color: #E7D4C3;
}
</style>
border-color css
<style>
span { border-color: #E7D4C3; }
span { border-color: rgb(231,212,195); }
td.TdClassName
{
border-color: #E7D4C3;
}
.TagClassName
{
border-color: #E7D4C3;
}
</style>