Shades of Almond #ECD9C3
Tints of Almond #ECD9C3
RGB
CMYK
RGB Variations
Color information
#ECD9C3 (or 0xECD9C3) is known color: Almond. HEX triplet: EC, D9 and C3. RGB value is (236,217,195). Sum of RGB (Red+Green+Blue) = 236+217+195=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 195 (76.56% from 255 or 30.09% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD9C3 is #13263C. Grayscale: #DCDCDC. Windows color (decimal): -1254973 or 12835308. OLE color: 12835308.
HSL color Cylindrical-coordinate representation of color #ECD9C3: hue angle of 32.2º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECD9C3 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 195 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.07 |
| HSL | 32.2º | 0.52% | 0.85% | - |
| HSV(B) | 32.2º | 0.17% | 0.93% | - |
| XYZ | 69.26 | 71.4 | 61.76 | - |
| YUV | 220.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 195 | 0 | 0.08 | 0.17 | 0.07 | 32.2 | 0.52 | 0.85 |
| Hex | EC | D9 | C3 | 0 | 8 | 11 | 7 | 20 | 34 | 55 |
| Octal | 354 | 331 | 303 | 0 | 10 | 21 | 7 | 40 | 64 | 125 |
| Binary | 11101100 | 11011001 | 11000011 | 0 | 1000 | 10001 | 111 | 100000 | 110100 | 1010101 |
Color Harmonies of #ECD9C3
Complementary color
Monochromatic Colors of #ECD9C3
Black with #ECD9C3
Text Example
Text Example
White with #ECD9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD9C3; }
p { color: rgb(236,217,195); }
H1.HeaderClassName
{
color: #ECD9C3;
}
.AnyTagClassName
{
color: #ECD9C3;
}
</style>
background-color css
<style>
a { background-color: #ECD9C3; }
a { background-color: rgb(236,217,195); }
div.DivClassName
{
background-color: #ECD9C3;
}
.BgClassName
{
background-color: #ECD9C3;
}
</style>
border-color css
<style>
span { border-color: #ECD9C3; }
span { border-color: rgb(236,217,195); }
td.TdClassName
{
border-color: #ECD9C3;
}
.TagClassName
{
border-color: #ECD9C3;
}
</style>