Shades of Almond #ECDACB
Tints of Almond #ECDACB
RGB
CMYK
RGB Variations
Color information
#ECDACB (or 0xECDACB) is known color: Almond. HEX triplet: EC, DA and CB. RGB value is (236,218,203). Sum of RGB (Red+Green+Blue) = 236+218+203=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDACB is #132534. Grayscale: #DDDDDD. Windows color (decimal): -1254709 or 13359852. OLE color: 13359852.
HSL color Cylindrical-coordinate representation of color #ECDACB: hue angle of 27.27º 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 #ECDACB is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 203 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.07 |
| HSL | 27.27º | 0.46% | 0.86% | - |
| HSV(B) | 27.27º | 0.14% | 0.93% | - |
| XYZ | 70.44 | 72.29 | 66.74 | - |
| YUV | 221.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 203 | 0 | 0.08 | 0.14 | 0.07 | 27.27 | 0.46 | 0.86 |
| Hex | EC | DA | CB | 0 | 8 | E | 7 | 1B | 2E | 56 |
| Octal | 354 | 332 | 313 | 0 | 10 | 16 | 7 | 33 | 56 | 126 |
| Binary | 11101100 | 11011010 | 11001011 | 0 | 1000 | 1110 | 111 | 11011 | 101110 | 1010110 |
Color Harmonies of #ECDACB
Complementary color
Monochromatic Colors of #ECDACB
Black with #ECDACB
Text Example
Text Example
White with #ECDACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDACB; }
p { color: rgb(236,218,203); }
H1.HeaderClassName
{
color: #ECDACB;
}
.AnyTagClassName
{
color: #ECDACB;
}
</style>
background-color css
<style>
a { background-color: #ECDACB; }
a { background-color: rgb(236,218,203); }
div.DivClassName
{
background-color: #ECDACB;
}
.BgClassName
{
background-color: #ECDACB;
}
</style>
border-color css
<style>
span { border-color: #ECDACB; }
span { border-color: rgb(236,218,203); }
td.TdClassName
{
border-color: #ECDACB;
}
.TagClassName
{
border-color: #ECDACB;
}
</style>