Shades of Almond #E9D6C4
Tints of Almond #E9D6C4
RGB
CMYK
RGB Variations
Color information
#E9D6C4 (or 0xE9D6C4) is known color: Almond. HEX triplet: E9, D6 and C4. RGB value is (233,214,196). Sum of RGB (Red+Green+Blue) = 233+214+196=643 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.24% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 196 (76.95% from 255 or 30.48% from 643); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D6C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D6C4 is #16293B. Grayscale: #D9D9D9. Windows color (decimal): -1452348 or 12900073. OLE color: 12900073.
HSL color Cylindrical-coordinate representation of color #E9D6C4: hue angle of 29.19º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E9D6C4 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 214 | 196 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.09 |
| HSL | 29.19º | 0.46% | 0.84% | - |
| HSV(B) | 29.19º | 0.16% | 0.91% | - |
| XYZ | 67.61 | 69.4 | 62.06 | - |
| YUV | 217.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 214 | 196 | 0 | 0.08 | 0.16 | 0.09 | 29.19 | 0.46 | 0.84 |
| Hex | E9 | D6 | C4 | 0 | 8 | 10 | 9 | 1D | 2E | 54 |
| Octal | 351 | 326 | 304 | 0 | 10 | 20 | 11 | 35 | 56 | 124 |
| Binary | 11101001 | 11010110 | 11000100 | 0 | 1000 | 10000 | 1001 | 11101 | 101110 | 1010100 |
Color Harmonies of #E9D6C4
Complementary color
Monochromatic Colors of #E9D6C4
Black with #E9D6C4
Text Example
Text Example
White with #E9D6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D6C4; }
p { color: rgb(233,214,196); }
H1.HeaderClassName
{
color: #E9D6C4;
}
.AnyTagClassName
{
color: #E9D6C4;
}
</style>
background-color css
<style>
a { background-color: #E9D6C4; }
a { background-color: rgb(233,214,196); }
div.DivClassName
{
background-color: #E9D6C4;
}
.BgClassName
{
background-color: #E9D6C4;
}
</style>
border-color css
<style>
span { border-color: #E9D6C4; }
span { border-color: rgb(233,214,196); }
td.TdClassName
{
border-color: #E9D6C4;
}
.TagClassName
{
border-color: #E9D6C4;
}
</style>