Shades of Almond #E8D4C1
Tints of Almond #E8D4C1
RGB
CMYK
RGB Variations
Color information
#E8D4C1 (or 0xE8D4C1) is known color: Almond. HEX triplet: E8, D4 and C1. RGB value is (232,212,193). Sum of RGB (Red+Green+Blue) = 232+212+193=637 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.42% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 193 (75.78% from 255 or 30.30% from 637); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D4C1 is #172B3E. Grayscale: #D7D7D7. Windows color (decimal): -1518399 or 12702952. OLE color: 12702952.
HSL color Cylindrical-coordinate representation of color #E8D4C1: hue angle of 29.23º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E8D4C1 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 212 | 193 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.09 |
| HSL | 29.23º | 0.46% | 0.83% | - |
| HSV(B) | 29.23º | 0.17% | 0.91% | - |
| XYZ | 66.45 | 68.09 | 60.09 | - |
| YUV | 215.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 212 | 193 | 0 | 0.09 | 0.17 | 0.09 | 29.23 | 0.46 | 0.83 |
| Hex | E8 | D4 | C1 | 0 | 9 | 11 | 9 | 1D | 2E | 53 |
| Octal | 350 | 324 | 301 | 0 | 11 | 21 | 11 | 35 | 56 | 123 |
| Binary | 11101000 | 11010100 | 11000001 | 0 | 1001 | 10001 | 1001 | 11101 | 101110 | 1010011 |
Color Harmonies of #E8D4C1
Complementary color
Monochromatic Colors of #E8D4C1
Black with #E8D4C1
Text Example
Text Example
White with #E8D4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D4C1; }
p { color: rgb(232,212,193); }
H1.HeaderClassName
{
color: #E8D4C1;
}
.AnyTagClassName
{
color: #E8D4C1;
}
</style>
background-color css
<style>
a { background-color: #E8D4C1; }
a { background-color: rgb(232,212,193); }
div.DivClassName
{
background-color: #E8D4C1;
}
.BgClassName
{
background-color: #E8D4C1;
}
</style>
border-color css
<style>
span { border-color: #E8D4C1; }
span { border-color: rgb(232,212,193); }
td.TdClassName
{
border-color: #E8D4C1;
}
.TagClassName
{
border-color: #E8D4C1;
}
</style>