Shades of Almond #E8D2C1
Tints of Almond #E8D2C1
RGB
CMYK
RGB Variations
Color information
#E8D2C1 (or 0xE8D2C1) is known color: Almond. HEX triplet: E8, D2 and C1. RGB value is (232,210,193). Sum of RGB (Red+Green+Blue) = 232+210+193=635 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.54% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 193 (75.78% from 255 or 30.39% from 635); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D2C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D2C1 is #172D3E. Grayscale: #D6D6D6. Windows color (decimal): -1518911 or 12702440. OLE color: 12702440.
HSL color Cylindrical-coordinate representation of color #E8D2C1: hue angle of 26.15º 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 #E8D2C1 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 210 | 193 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.09 |
| HSL | 26.15º | 0.46% | 0.83% | - |
| HSV(B) | 26.15º | 0.17% | 0.91% | - |
| XYZ | 65.95 | 67.1 | 59.93 | - |
| YUV | 214.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 193 | 0 | 0.09 | 0.17 | 0.09 | 26.15 | 0.46 | 0.83 |
| Hex | E8 | D2 | C1 | 0 | 9 | 11 | 9 | 1A | 2E | 53 |
| Octal | 350 | 322 | 301 | 0 | 11 | 21 | 11 | 32 | 56 | 123 |
| Binary | 11101000 | 11010010 | 11000001 | 0 | 1001 | 10001 | 1001 | 11010 | 101110 | 1010011 |
Color Harmonies of #E8D2C1
Complementary color
Monochromatic Colors of #E8D2C1
Black with #E8D2C1
Text Example
Text Example
White with #E8D2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D2C1; }
p { color: rgb(232,210,193); }
H1.HeaderClassName
{
color: #E8D2C1;
}
.AnyTagClassName
{
color: #E8D2C1;
}
</style>
background-color css
<style>
a { background-color: #E8D2C1; }
a { background-color: rgb(232,210,193); }
div.DivClassName
{
background-color: #E8D2C1;
}
.BgClassName
{
background-color: #E8D2C1;
}
</style>
border-color css
<style>
span { border-color: #E8D2C1; }
span { border-color: rgb(232,210,193); }
td.TdClassName
{
border-color: #E8D2C1;
}
.TagClassName
{
border-color: #E8D2C1;
}
</style>