Shades of Almond #ECD6C5
Tints of Almond #ECD6C5
RGB
CMYK
RGB Variations
Color information
#ECD6C5 (or 0xECD6C5) is known color: Almond. HEX triplet: EC, D6 and C5. RGB value is (236,214,197). Sum of RGB (Red+Green+Blue) = 236+214+197=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 214 (83.98% from 255 or 33.08% from 647); Blue value is 197 (77.34% from 255 or 30.45% from 647); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6C5 is #13293A. Grayscale: #DADADA. Windows color (decimal): -1255739 or 12965612. OLE color: 12965612.
HSL color Cylindrical-coordinate representation of color #ECD6C5: hue angle of 26.15º 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 #ECD6C5 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 197 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.07 |
| HSL | 26.15º | 0.51% | 0.85% | - |
| HSV(B) | 26.15º | 0.17% | 0.93% | - |
| XYZ | 68.72 | 69.96 | 62.7 | - |
| YUV | 218.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 197 | 0 | 0.09 | 0.17 | 0.07 | 26.15 | 0.51 | 0.85 |
| Hex | EC | D6 | C5 | 0 | 9 | 11 | 7 | 1A | 33 | 55 |
| Octal | 354 | 326 | 305 | 0 | 11 | 21 | 7 | 32 | 63 | 125 |
| Binary | 11101100 | 11010110 | 11000101 | 0 | 1001 | 10001 | 111 | 11010 | 110011 | 1010101 |
Color Harmonies of #ECD6C5
Complementary color
Monochromatic Colors of #ECD6C5
Black with #ECD6C5
Text Example
Text Example
White with #ECD6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD6C5; }
p { color: rgb(236,214,197); }
H1.HeaderClassName
{
color: #ECD6C5;
}
.AnyTagClassName
{
color: #ECD6C5;
}
</style>
background-color css
<style>
a { background-color: #ECD6C5; }
a { background-color: rgb(236,214,197); }
div.DivClassName
{
background-color: #ECD6C5;
}
.BgClassName
{
background-color: #ECD6C5;
}
</style>
border-color css
<style>
span { border-color: #ECD6C5; }
span { border-color: rgb(236,214,197); }
td.TdClassName
{
border-color: #ECD6C5;
}
.TagClassName
{
border-color: #ECD6C5;
}
</style>