Shades of Almond #ECD6C4
Tints of Almond #ECD6C4
RGB
CMYK
RGB Variations
Color information
#ECD6C4 (or 0xECD6C4) is known color: Almond. HEX triplet: EC, D6 and C4. RGB value is (236,214,196). Sum of RGB (Red+Green+Blue) = 236+214+196=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 214 (83.98% from 255 or 33.13% from 646); Blue value is 196 (76.95% from 255 or 30.34% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6C4 is #13293B. Grayscale: #DADADA. Windows color (decimal): -1255740 or 12900076. OLE color: 12900076.
HSL color Cylindrical-coordinate representation of color #ECD6C4: hue angle of 27º 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 #ECD6C4 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 196 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.07 |
| HSL | 27º | 0.51% | 0.85% | - |
| HSV(B) | 27º | 0.17% | 0.93% | - |
| XYZ | 68.6 | 69.91 | 62.1 | - |
| YUV | 218.53 | 115.29 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 196 | 0 | 0.09 | 0.17 | 0.07 | 27 | 0.51 | 0.85 |
| Hex | EC | D6 | C4 | 0 | 9 | 11 | 7 | 1B | 33 | 55 |
| Octal | 354 | 326 | 304 | 0 | 11 | 21 | 7 | 33 | 63 | 125 |
| Binary | 11101100 | 11010110 | 11000100 | 0 | 1001 | 10001 | 111 | 11011 | 110011 | 1010101 |
Color Harmonies of #ECD6C4
Complementary color
Monochromatic Colors of #ECD6C4
Black with #ECD6C4
Text Example
Text Example
White with #ECD6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD6C4; }
p { color: rgb(236,214,196); }
H1.HeaderClassName
{
color: #ECD6C4;
}
.AnyTagClassName
{
color: #ECD6C4;
}
</style>
background-color css
<style>
a { background-color: #ECD6C4; }
a { background-color: rgb(236,214,196); }
div.DivClassName
{
background-color: #ECD6C4;
}
.BgClassName
{
background-color: #ECD6C4;
}
</style>
border-color css
<style>
span { border-color: #ECD6C4; }
span { border-color: rgb(236,214,196); }
td.TdClassName
{
border-color: #ECD6C4;
}
.TagClassName
{
border-color: #ECD6C4;
}
</style>