Shades of Almond #ECD2C0
Tints of Almond #ECD2C0
RGB
CMYK
RGB Variations
Color information
#ECD2C0 (or 0xECD2C0) is known color: Almond. HEX triplet: EC, D2 and C0. RGB value is (236,210,192). Sum of RGB (Red+Green+Blue) = 236+210+192=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2C0 is #132D3F. Grayscale: #D7D7D7. Windows color (decimal): -1256768 or 12636908. OLE color: 12636908.
HSL color Cylindrical-coordinate representation of color #ECD2C0: hue angle of 24.55º 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 #ECD2C0 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 192 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.07 |
| HSL | 24.55º | 0.54% | 0.84% | - |
| HSV(B) | 24.55º | 0.19% | 0.93% | - |
| XYZ | 67.15 | 67.73 | 59.4 | - |
| YUV | 215.72 | 114.61 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 192 | 0 | 0.11 | 0.19 | 0.07 | 24.55 | 0.54 | 0.84 |
| Hex | EC | D2 | C0 | 0 | B | 13 | 7 | 19 | 36 | 54 |
| Octal | 354 | 322 | 300 | 0 | 13 | 23 | 7 | 31 | 66 | 124 |
| Binary | 11101100 | 11010010 | 11000000 | 0 | 1011 | 10011 | 111 | 11001 | 110110 | 1010100 |
Color Harmonies of #ECD2C0
Complementary color
Monochromatic Colors of #ECD2C0
Black with #ECD2C0
Text Example
Text Example
White with #ECD2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD2C0; }
p { color: rgb(236,210,192); }
H1.HeaderClassName
{
color: #ECD2C0;
}
.AnyTagClassName
{
color: #ECD2C0;
}
</style>
background-color css
<style>
a { background-color: #ECD2C0; }
a { background-color: rgb(236,210,192); }
div.DivClassName
{
background-color: #ECD2C0;
}
.BgClassName
{
background-color: #ECD2C0;
}
</style>
border-color css
<style>
span { border-color: #ECD2C0; }
span { border-color: rgb(236,210,192); }
td.TdClassName
{
border-color: #ECD2C0;
}
.TagClassName
{
border-color: #ECD2C0;
}
</style>