Shades of Almond #E8D6C5
Tints of Almond #E8D6C5
RGB
CMYK
RGB Variations
Color information
#E8D6C5 (or 0xE8D6C5) is known color: Almond. HEX triplet: E8, D6 and C5. RGB value is (232,214,197). Sum of RGB (Red+Green+Blue) = 232+214+197=643 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.08% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 197 (77.34% from 255 or 30.64% from 643); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D6C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D6C5 is #17293A. Grayscale: #D9D9D9. Windows color (decimal): -1517883 or 12965608. OLE color: 12965608.
HSL color Cylindrical-coordinate representation of color #E8D6C5: hue angle of 29.14º degrees, saturation: 0.43, 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 #E8D6C5 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 214 | 197 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.09 |
| HSL | 29.14º | 0.43% | 0.84% | - |
| HSV(B) | 29.14º | 0.15% | 0.91% | - |
| XYZ | 67.4 | 69.28 | 62.64 | - |
| YUV | 217.44 | 116.46 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 214 | 197 | 0 | 0.08 | 0.15 | 0.09 | 29.14 | 0.43 | 0.84 |
| Hex | E8 | D6 | C5 | 0 | 8 | F | 9 | 1D | 2B | 54 |
| Octal | 350 | 326 | 305 | 0 | 10 | 17 | 11 | 35 | 53 | 124 |
| Binary | 11101000 | 11010110 | 11000101 | 0 | 1000 | 1111 | 1001 | 11101 | 101011 | 1010100 |
Color Harmonies of #E8D6C5
Complementary color
Monochromatic Colors of #E8D6C5
Black with #E8D6C5
Text Example
Text Example
White with #E8D6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D6C5; }
p { color: rgb(232,214,197); }
H1.HeaderClassName
{
color: #E8D6C5;
}
.AnyTagClassName
{
color: #E8D6C5;
}
</style>
background-color css
<style>
a { background-color: #E8D6C5; }
a { background-color: rgb(232,214,197); }
div.DivClassName
{
background-color: #E8D6C5;
}
.BgClassName
{
background-color: #E8D6C5;
}
</style>
border-color css
<style>
span { border-color: #E8D6C5; }
span { border-color: rgb(232,214,197); }
td.TdClassName
{
border-color: #E8D6C5;
}
.TagClassName
{
border-color: #E8D6C5;
}
</style>