Shades of Almond #ECDDCB
Tints of Almond #ECDDCB
RGB
CMYK
RGB Variations
Color information
#ECDDCB (or 0xECDDCB) is known color: Almond. HEX triplet: EC, DD and CB. RGB value is (236,221,203). Sum of RGB (Red+Green+Blue) = 236+221+203=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDCB is #132234. Grayscale: #DFDFDF. Windows color (decimal): -1253941 or 13360620. OLE color: 13360620.
HSL color Cylindrical-coordinate representation of color #ECDDCB: hue angle of 32.73º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECDDCB is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 203 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.07 |
| HSL | 32.73º | 0.46% | 0.86% | - |
| HSV(B) | 32.73º | 0.14% | 0.93% | - |
| XYZ | 71.23 | 73.86 | 67 | - |
| YUV | 223.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 203 | 0 | 0.06 | 0.14 | 0.07 | 32.73 | 0.46 | 0.86 |
| Hex | EC | DD | CB | 0 | 6 | E | 7 | 21 | 2E | 56 |
| Octal | 354 | 335 | 313 | 0 | 6 | 16 | 7 | 41 | 56 | 126 |
| Binary | 11101100 | 11011101 | 11001011 | 0 | 110 | 1110 | 111 | 100001 | 101110 | 1010110 |
Color Harmonies of #ECDDCB
Complementary color
Monochromatic Colors of #ECDDCB
Black with #ECDDCB
Text Example
Text Example
White with #ECDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDCB; }
p { color: rgb(236,221,203); }
H1.HeaderClassName
{
color: #ECDDCB;
}
.AnyTagClassName
{
color: #ECDDCB;
}
</style>
background-color css
<style>
a { background-color: #ECDDCB; }
a { background-color: rgb(236,221,203); }
div.DivClassName
{
background-color: #ECDDCB;
}
.BgClassName
{
background-color: #ECDDCB;
}
</style>
border-color css
<style>
span { border-color: #ECDDCB; }
span { border-color: rgb(236,221,203); }
td.TdClassName
{
border-color: #ECDDCB;
}
.TagClassName
{
border-color: #ECDDCB;
}
</style>