Shades of Almond #E6D6C7
Tints of Almond #E6D6C7
RGB
CMYK
RGB Variations
Color information
#E6D6C7 (or 0xE6D6C7) is known color: Almond. HEX triplet: E6, D6 and C7. RGB value is (230,214,199). Sum of RGB (Red+Green+Blue) = 230+214+199=643 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.77% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 199 (78.12% from 255 or 30.95% from 643); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D6C7 is #192938. Grayscale: #D9D9D9. Windows color (decimal): -1648953 or 13096678. OLE color: 13096678.
HSL color Cylindrical-coordinate representation of color #E6D6C7: hue angle of 29.03º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6D6C7 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 214 | 199 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.10 |
| HSL | 29.03º | 0.38% | 0.84% | - |
| HSV(B) | 29.03º | 0.13% | 0.9% | - |
| XYZ | 66.99 | 69.04 | 63.83 | - |
| YUV | 217.07 | 117.8 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 214 | 199 | 0 | 0.07 | 0.13 | 0.10 | 29.03 | 0.38 | 0.84 |
| Hex | E6 | D6 | C7 | 0 | 7 | D | A | 1D | 26 | 54 |
| Octal | 346 | 326 | 307 | 0 | 7 | 15 | 12 | 35 | 46 | 124 |
| Binary | 11100110 | 11010110 | 11000111 | 0 | 111 | 1101 | 1010 | 11101 | 100110 | 1010100 |
Color Harmonies of #E6D6C7
Complementary color
Monochromatic Colors of #E6D6C7
Black with #E6D6C7
Text Example
Text Example
White with #E6D6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D6C7; }
p { color: rgb(230,214,199); }
H1.HeaderClassName
{
color: #E6D6C7;
}
.AnyTagClassName
{
color: #E6D6C7;
}
</style>
background-color css
<style>
a { background-color: #E6D6C7; }
a { background-color: rgb(230,214,199); }
div.DivClassName
{
background-color: #E6D6C7;
}
.BgClassName
{
background-color: #E6D6C7;
}
</style>
border-color css
<style>
span { border-color: #E6D6C7; }
span { border-color: rgb(230,214,199); }
td.TdClassName
{
border-color: #E6D6C7;
}
.TagClassName
{
border-color: #E6D6C7;
}
</style>