Shades of Almond #E6D9CB
Tints of Almond #E6D9CB
RGB
CMYK
RGB Variations
Color information
#E6D9CB (or 0xE6D9CB) is known color: Almond. HEX triplet: E6, D9 and CB. RGB value is (230,217,203). Sum of RGB (Red+Green+Blue) = 230+217+203=650 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.38% from 650); Green value is 217 (85.16% from 255 or 33.38% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D9CB is #192634. Grayscale: #DBDBDB. Windows color (decimal): -1648181 or 13359590. OLE color: 13359590.
HSL color Cylindrical-coordinate representation of color #E6D9CB: hue angle of 31.11º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6D9CB is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 217 | 203 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.10 |
| HSL | 31.11º | 0.35% | 0.85% | - |
| HSV(B) | 31.11º | 0.12% | 0.9% | - |
| XYZ | 68.23 | 70.76 | 66.56 | - |
| YUV | 219.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 203 | 0 | 0.06 | 0.12 | 0.10 | 31.11 | 0.35 | 0.85 |
| Hex | E6 | D9 | CB | 0 | 6 | C | A | 1F | 23 | 55 |
| Octal | 346 | 331 | 313 | 0 | 6 | 14 | 12 | 37 | 43 | 125 |
| Binary | 11100110 | 11011001 | 11001011 | 0 | 110 | 1100 | 1010 | 11111 | 100011 | 1010101 |
Color Harmonies of #E6D9CB
Complementary color
Monochromatic Colors of #E6D9CB
Black with #E6D9CB
Text Example
Text Example
White with #E6D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D9CB; }
p { color: rgb(230,217,203); }
H1.HeaderClassName
{
color: #E6D9CB;
}
.AnyTagClassName
{
color: #E6D9CB;
}
</style>
background-color css
<style>
a { background-color: #E6D9CB; }
a { background-color: rgb(230,217,203); }
div.DivClassName
{
background-color: #E6D9CB;
}
.BgClassName
{
background-color: #E6D9CB;
}
</style>
border-color css
<style>
span { border-color: #E6D9CB; }
span { border-color: rgb(230,217,203); }
td.TdClassName
{
border-color: #E6D9CB;
}
.TagClassName
{
border-color: #E6D9CB;
}
</style>