Shades of Almond #E8DACD
Tints of Almond #E8DACD
RGB
CMYK
RGB Variations
Color information
#E8DACD (or 0xE8DACD) is known color: Almond. HEX triplet: E8, DA and CD. RGB value is (232,218,205). Sum of RGB (Red+Green+Blue) = 232+218+205=655 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.42% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DACD is #172532. Grayscale: #DCDCDC. Windows color (decimal): -1516851 or 13490920. OLE color: 13490920.
HSL color Cylindrical-coordinate representation of color #E8DACD: hue angle of 28.89º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8DACD is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 218 | 205 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.09 |
| HSL | 28.89º | 0.37% | 0.86% | - |
| HSV(B) | 28.89º | 0.12% | 0.91% | - |
| XYZ | 69.37 | 71.71 | 67.94 | - |
| YUV | 220.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 205 | 0 | 0.06 | 0.12 | 0.09 | 28.89 | 0.37 | 0.86 |
| Hex | E8 | DA | CD | 0 | 6 | C | 9 | 1D | 25 | 56 |
| Octal | 350 | 332 | 315 | 0 | 6 | 14 | 11 | 35 | 45 | 126 |
| Binary | 11101000 | 11011010 | 11001101 | 0 | 110 | 1100 | 1001 | 11101 | 100101 | 1010110 |
Color Harmonies of #E8DACD
Complementary color
Monochromatic Colors of #E8DACD
Black with #E8DACD
Text Example
Text Example
White with #E8DACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DACD; }
p { color: rgb(232,218,205); }
H1.HeaderClassName
{
color: #E8DACD;
}
.AnyTagClassName
{
color: #E8DACD;
}
</style>
background-color css
<style>
a { background-color: #E8DACD; }
a { background-color: rgb(232,218,205); }
div.DivClassName
{
background-color: #E8DACD;
}
.BgClassName
{
background-color: #E8DACD;
}
</style>
border-color css
<style>
span { border-color: #E8DACD; }
span { border-color: rgb(232,218,205); }
td.TdClassName
{
border-color: #E8DACD;
}
.TagClassName
{
border-color: #E8DACD;
}
</style>