Shades of Almond #E7D4C4
Tints of Almond #E7D4C4
RGB
CMYK
RGB Variations
Color information
#E7D4C4 (or 0xE7D4C4) is known color: Almond. HEX triplet: E7, D4 and C4. RGB value is (231,212,196). Sum of RGB (Red+Green+Blue) = 231+212+196=639 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.15% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D4C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D4C4 is #182B3B. Grayscale: #D7D7D7. Windows color (decimal): -1583932 or 12899559. OLE color: 12899559.
HSL color Cylindrical-coordinate representation of color #E7D4C4: hue angle of 27.43º 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 #E7D4C4 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 196 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.09 |
| HSL | 27.43º | 0.42% | 0.84% | - |
| HSV(B) | 27.43º | 0.15% | 0.91% | - |
| XYZ | 66.46 | 68.06 | 61.86 | - |
| YUV | 215.86 | 116.79 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 196 | 0 | 0.08 | 0.15 | 0.09 | 27.43 | 0.42 | 0.84 |
| Hex | E7 | D4 | C4 | 0 | 8 | F | 9 | 1B | 2A | 54 |
| Octal | 347 | 324 | 304 | 0 | 10 | 17 | 11 | 33 | 52 | 124 |
| Binary | 11100111 | 11010100 | 11000100 | 0 | 1000 | 1111 | 1001 | 11011 | 101010 | 1010100 |
Color Harmonies of #E7D4C4
Complementary color
Monochromatic Colors of #E7D4C4
Black with #E7D4C4
Text Example
Text Example
White with #E7D4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D4C4; }
p { color: rgb(231,212,196); }
H1.HeaderClassName
{
color: #E7D4C4;
}
.AnyTagClassName
{
color: #E7D4C4;
}
</style>
background-color css
<style>
a { background-color: #E7D4C4; }
a { background-color: rgb(231,212,196); }
div.DivClassName
{
background-color: #E7D4C4;
}
.BgClassName
{
background-color: #E7D4C4;
}
</style>
border-color css
<style>
span { border-color: #E7D4C4; }
span { border-color: rgb(231,212,196); }
td.TdClassName
{
border-color: #E7D4C4;
}
.TagClassName
{
border-color: #E7D4C4;
}
</style>