Shades of Desert Sand #ECCDAB
Tints of Desert Sand #ECCDAB
RGB
CMYK
RGB Variations
Color information
#ECCDAB (or 0xECCDAB) is known color: Desert Sand. HEX triplet: EC, CD and AB. RGB value is (236,205,171). Sum of RGB (Red+Green+Blue) = 236+205+171=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCDAB is #133254. Grayscale: #D2D2D2. Windows color (decimal): -1258069 or 11259372. OLE color: 11259372.
HSL color Cylindrical-coordinate representation of color #ECCDAB: hue angle of 31.38º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECCDAB is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 171 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.07 |
| HSL | 31.38º | 0.63% | 0.8% | - |
| HSV(B) | 31.38º | 0.28% | 0.93% | - |
| XYZ | 63.77 | 64.44 | 47.6 | - |
| YUV | 210.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 171 | 0 | 0.13 | 0.28 | 0.07 | 31.38 | 0.63 | 0.8 |
| Hex | EC | CD | AB | 0 | D | 1C | 7 | 1F | 3F | 50 |
| Octal | 354 | 315 | 253 | 0 | 15 | 34 | 7 | 37 | 77 | 120 |
| Binary | 11101100 | 11001101 | 10101011 | 0 | 1101 | 11100 | 111 | 11111 | 111111 | 1010000 |
Color Harmonies of #ECCDAB
Complementary color
Monochromatic Colors of #ECCDAB
Black with #ECCDAB
Text Example
Text Example
White with #ECCDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDAB; }
p { color: rgb(236,205,171); }
H1.HeaderClassName
{
color: #ECCDAB;
}
.AnyTagClassName
{
color: #ECCDAB;
}
</style>
background-color css
<style>
a { background-color: #ECCDAB; }
a { background-color: rgb(236,205,171); }
div.DivClassName
{
background-color: #ECCDAB;
}
.BgClassName
{
background-color: #ECCDAB;
}
</style>
border-color css
<style>
span { border-color: #ECCDAB; }
span { border-color: rgb(236,205,171); }
td.TdClassName
{
border-color: #ECCDAB;
}
.TagClassName
{
border-color: #ECCDAB;
}
</style>