Shades of Almond #E8DBCC
Tints of Almond #E8DBCC
RGB
CMYK
RGB Variations
Color information
#E8DBCC (or 0xE8DBCC) is known color: Almond. HEX triplet: E8, DB and CC. RGB value is (232,219,204). Sum of RGB (Red+Green+Blue) = 232+219+204=655 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.42% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DBCC is #172433. Grayscale: #DDDDDD. Windows color (decimal): -1516596 or 13425640. OLE color: 13425640.
HSL color Cylindrical-coordinate representation of color #E8DBCC: hue angle of 32.14º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8DBCC is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 219 | 204 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.09 |
| HSL | 32.14º | 0.38% | 0.85% | - |
| HSV(B) | 32.14º | 0.12% | 0.91% | - |
| XYZ | 69.51 | 72.18 | 67.4 | - |
| YUV | 221.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 219 | 204 | 0 | 0.06 | 0.12 | 0.09 | 32.14 | 0.38 | 0.85 |
| Hex | E8 | DB | CC | 0 | 6 | C | 9 | 20 | 26 | 55 |
| Octal | 350 | 333 | 314 | 0 | 6 | 14 | 11 | 40 | 46 | 125 |
| Binary | 11101000 | 11011011 | 11001100 | 0 | 110 | 1100 | 1001 | 100000 | 100110 | 1010101 |
Color Harmonies of #E8DBCC
Complementary color
Monochromatic Colors of #E8DBCC
Black with #E8DBCC
Text Example
Text Example
White with #E8DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DBCC; }
p { color: rgb(232,219,204); }
H1.HeaderClassName
{
color: #E8DBCC;
}
.AnyTagClassName
{
color: #E8DBCC;
}
</style>
background-color css
<style>
a { background-color: #E8DBCC; }
a { background-color: rgb(232,219,204); }
div.DivClassName
{
background-color: #E8DBCC;
}
.BgClassName
{
background-color: #E8DBCC;
}
</style>
border-color css
<style>
span { border-color: #E8DBCC; }
span { border-color: rgb(232,219,204); }
td.TdClassName
{
border-color: #E8DBCC;
}
.TagClassName
{
border-color: #E8DBCC;
}
</style>