Shades of Almond #ECD9C5
Tints of Almond #ECD9C5
RGB
CMYK
RGB Variations
Color information
#ECD9C5 (or 0xECD9C5) is known color: Almond. HEX triplet: EC, D9 and C5. RGB value is (236,217,197). Sum of RGB (Red+Green+Blue) = 236+217+197=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 217 (85.16% from 255 or 33.38% from 650); Blue value is 197 (77.34% from 255 or 30.31% from 650); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD9C5 is #13263A. Grayscale: #DCDCDC. Windows color (decimal): -1254971 or 12966380. OLE color: 12966380.
HSL color Cylindrical-coordinate representation of color #ECD9C5: hue angle of 30.77º degrees, saturation: 0.51, 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 #ECD9C5 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 197 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.07 |
| HSL | 30.77º | 0.51% | 0.85% | - |
| HSV(B) | 30.77º | 0.17% | 0.93% | - |
| XYZ | 69.48 | 71.49 | 62.96 | - |
| YUV | 220.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 197 | 0 | 0.08 | 0.17 | 0.07 | 30.77 | 0.51 | 0.85 |
| Hex | EC | D9 | C5 | 0 | 8 | 11 | 7 | 1F | 33 | 55 |
| Octal | 354 | 331 | 305 | 0 | 10 | 21 | 7 | 37 | 63 | 125 |
| Binary | 11101100 | 11011001 | 11000101 | 0 | 1000 | 10001 | 111 | 11111 | 110011 | 1010101 |
Color Harmonies of #ECD9C5
Complementary color
Monochromatic Colors of #ECD9C5
Black with #ECD9C5
Text Example
Text Example
White with #ECD9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD9C5; }
p { color: rgb(236,217,197); }
H1.HeaderClassName
{
color: #ECD9C5;
}
.AnyTagClassName
{
color: #ECD9C5;
}
</style>
background-color css
<style>
a { background-color: #ECD9C5; }
a { background-color: rgb(236,217,197); }
div.DivClassName
{
background-color: #ECD9C5;
}
.BgClassName
{
background-color: #ECD9C5;
}
</style>
border-color css
<style>
span { border-color: #ECD9C5; }
span { border-color: rgb(236,217,197); }
td.TdClassName
{
border-color: #ECD9C5;
}
.TagClassName
{
border-color: #ECD9C5;
}
</style>