Shades of Almond #ECDBC8
Tints of Almond #ECDBC8
RGB
CMYK
RGB Variations
Color information
#ECDBC8 (or 0xECDBC8) is known color: Almond. HEX triplet: EC, DB and C8. RGB value is (236,219,200). Sum of RGB (Red+Green+Blue) = 236+219+200=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 200 (78.52% from 255 or 30.53% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBC8 is #132437. Grayscale: #DEDEDE. Windows color (decimal): -1254456 or 13163500. OLE color: 13163500.
HSL color Cylindrical-coordinate representation of color #ECDBC8: hue angle of 31.67º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECDBC8 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 200 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.07 |
| HSL | 31.67º | 0.49% | 0.85% | - |
| HSV(B) | 31.67º | 0.15% | 0.93% | - |
| XYZ | 70.35 | 72.67 | 64.96 | - |
| YUV | 221.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 200 | 0 | 0.07 | 0.15 | 0.07 | 31.67 | 0.49 | 0.85 |
| Hex | EC | DB | C8 | 0 | 7 | F | 7 | 20 | 31 | 55 |
| Octal | 354 | 333 | 310 | 0 | 7 | 17 | 7 | 40 | 61 | 125 |
| Binary | 11101100 | 11011011 | 11001000 | 0 | 111 | 1111 | 111 | 100000 | 110001 | 1010101 |
Color Harmonies of #ECDBC8
Complementary color
Monochromatic Colors of #ECDBC8
Black with #ECDBC8
Text Example
Text Example
White with #ECDBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBC8; }
p { color: rgb(236,219,200); }
H1.HeaderClassName
{
color: #ECDBC8;
}
.AnyTagClassName
{
color: #ECDBC8;
}
</style>
background-color css
<style>
a { background-color: #ECDBC8; }
a { background-color: rgb(236,219,200); }
div.DivClassName
{
background-color: #ECDBC8;
}
.BgClassName
{
background-color: #ECDBC8;
}
</style>
border-color css
<style>
span { border-color: #ECDBC8; }
span { border-color: rgb(236,219,200); }
td.TdClassName
{
border-color: #ECDBC8;
}
.TagClassName
{
border-color: #ECDBC8;
}
</style>