Shades of Almond #E7DACD
Tints of Almond #E7DACD
RGB
CMYK
RGB Variations
Color information
#E7DACD (or 0xE7DACD) is known color: Almond. HEX triplet: E7, DA and CD. RGB value is (231,218,205). Sum of RGB (Red+Green+Blue) = 231+218+205=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DACD is #182532. Grayscale: #DCDCDC. Windows color (decimal): -1582387 or 13490919. OLE color: 13490919.
HSL color Cylindrical-coordinate representation of color #E7DACD: hue angle of 30º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7DACD is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 218 | 205 | - |
CMYK | 0 | 0.06 | 0.11 | 0.09 |
HSL | 30º | 0.35% | 0.85% | - |
HSV(B) | 30º | 0.11% | 0.91% | - |
XYZ | 69.05 | 71.54 | 67.93 | - |
YUV | 220.41 | 119.31 | 135.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 218 | 205 | 0 | 0.06 | 0.11 | 0.09 | 30 | 0.35 | 0.85 |
Hex | E7 | DA | CD | 0 | 6 | B | 9 | 1E | 23 | 55 |
Octal | 347 | 332 | 315 | 0 | 6 | 13 | 11 | 36 | 43 | 125 |
Binary | 11100111 | 11011010 | 11001101 | 0 | 110 | 1011 | 1001 | 11110 | 100011 | 1010101 |
Color Harmonies of #E7DACD
Complementary color
Monochromatic Colors of #E7DACD
Black with #E7DACD
Text Example
Text Example
White with #E7DACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DACD; }
p { color: rgb(231,218,205); }
H1.HeaderClassName
{
color: #E7DACD;
}
.AnyTagClassName
{
color: #E7DACD;
}
</style>
background-color css
<style>
a { background-color: #E7DACD; }
a { background-color: rgb(231,218,205); }
div.DivClassName
{
background-color: #E7DACD;
}
.BgClassName
{
background-color: #E7DACD;
}
</style>
border-color css
<style>
span { border-color: #E7DACD; }
span { border-color: rgb(231,218,205); }
td.TdClassName
{
border-color: #E7DACD;
}
.TagClassName
{
border-color: #E7DACD;
}
</style>