Shades of Almond #ECDBCD
Tints of Almond #ECDBCD
RGB
CMYK
RGB Variations
Color information
#ECDBCD (or 0xECDBCD) is known color: Almond. HEX triplet: EC, DB and CD. RGB value is (236,219,205). Sum of RGB (Red+Green+Blue) = 236+219+205=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBCD is #132432. Grayscale: #DEDEDE. Windows color (decimal): -1254451 or 13491180. OLE color: 13491180.
HSL color Cylindrical-coordinate representation of color #ECDBCD: hue angle of 27.1º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECDBCD is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 205 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.07 |
| HSL | 27.1º | 0.45% | 0.86% | - |
| HSV(B) | 27.1º | 0.13% | 0.93% | - |
| XYZ | 70.94 | 72.9 | 68.09 | - |
| YUV | 222.49 | 118.13 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 205 | 0 | 0.07 | 0.13 | 0.07 | 27.1 | 0.45 | 0.86 |
| Hex | EC | DB | CD | 0 | 7 | D | 7 | 1B | 2D | 56 |
| Octal | 354 | 333 | 315 | 0 | 7 | 15 | 7 | 33 | 55 | 126 |
| Binary | 11101100 | 11011011 | 11001101 | 0 | 111 | 1101 | 111 | 11011 | 101101 | 1010110 |
Color Harmonies of #ECDBCD
Complementary color
Monochromatic Colors of #ECDBCD
Black with #ECDBCD
Text Example
Text Example
White with #ECDBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBCD; }
p { color: rgb(236,219,205); }
H1.HeaderClassName
{
color: #ECDBCD;
}
.AnyTagClassName
{
color: #ECDBCD;
}
</style>
background-color css
<style>
a { background-color: #ECDBCD; }
a { background-color: rgb(236,219,205); }
div.DivClassName
{
background-color: #ECDBCD;
}
.BgClassName
{
background-color: #ECDBCD;
}
</style>
border-color css
<style>
span { border-color: #ECDBCD; }
span { border-color: rgb(236,219,205); }
td.TdClassName
{
border-color: #ECDBCD;
}
.TagClassName
{
border-color: #ECDBCD;
}
</style>