Shades of Almond #ECD4C0
Tints of Almond #ECD4C0
RGB
CMYK
RGB Variations
Color information
#ECD4C0 (or 0xECD4C0) is known color: Almond. HEX triplet: EC, D4 and C0. RGB value is (236,212,192). Sum of RGB (Red+Green+Blue) = 236+212+192=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 192 (75.39% from 255 or 30% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD4C0 is #132B3F. Grayscale: #D9D9D9. Windows color (decimal): -1256256 or 12637420. OLE color: 12637420.
HSL color Cylindrical-coordinate representation of color #ECD4C0: hue angle of 27.27º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECD4C0 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 192 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.07 |
| HSL | 27.27º | 0.54% | 0.84% | - |
| HSV(B) | 27.27º | 0.19% | 0.93% | - |
| XYZ | 67.65 | 68.73 | 59.57 | - |
| YUV | 216.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 192 | 0 | 0.10 | 0.19 | 0.07 | 27.27 | 0.54 | 0.84 |
| Hex | EC | D4 | C0 | 0 | A | 13 | 7 | 1B | 36 | 54 |
| Octal | 354 | 324 | 300 | 0 | 12 | 23 | 7 | 33 | 66 | 124 |
| Binary | 11101100 | 11010100 | 11000000 | 0 | 1010 | 10011 | 111 | 11011 | 110110 | 1010100 |
Color Harmonies of #ECD4C0
Complementary color
Monochromatic Colors of #ECD4C0
Black with #ECD4C0
Text Example
Text Example
White with #ECD4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD4C0; }
p { color: rgb(236,212,192); }
H1.HeaderClassName
{
color: #ECD4C0;
}
.AnyTagClassName
{
color: #ECD4C0;
}
</style>
background-color css
<style>
a { background-color: #ECD4C0; }
a { background-color: rgb(236,212,192); }
div.DivClassName
{
background-color: #ECD4C0;
}
.BgClassName
{
background-color: #ECD4C0;
}
</style>
border-color css
<style>
span { border-color: #ECD4C0; }
span { border-color: rgb(236,212,192); }
td.TdClassName
{
border-color: #ECD4C0;
}
.TagClassName
{
border-color: #ECD4C0;
}
</style>