Shades of Desert Sand #ECCDAE
Tints of Desert Sand #ECCDAE
RGB
CMYK
RGB Variations
Color information
#ECCDAE (or 0xECCDAE) is known color: Desert Sand. HEX triplet: EC, CD and AE. RGB value is (236,205,174). Sum of RGB (Red+Green+Blue) = 236+205+174=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCDAE is #133251. Grayscale: #D2D2D2. Windows color (decimal): -1258066 or 11455980. OLE color: 11455980.
HSL color Cylindrical-coordinate representation of color #ECCDAE: hue angle of 30º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECCDAE is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 174 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.07 |
| HSL | 30º | 0.62% | 0.8% | - |
| HSV(B) | 30º | 0.26% | 0.93% | - |
| XYZ | 64.06 | 64.55 | 49.13 | - |
| YUV | 210.74 | 107.27 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 174 | 0 | 0.13 | 0.26 | 0.07 | 30 | 0.62 | 0.8 |
| Hex | EC | CD | AE | 0 | D | 1A | 7 | 1E | 3E | 50 |
| Octal | 354 | 315 | 256 | 0 | 15 | 32 | 7 | 36 | 76 | 120 |
| Binary | 11101100 | 11001101 | 10101110 | 0 | 1101 | 11010 | 111 | 11110 | 111110 | 1010000 |
Color Harmonies of #ECCDAE
Complementary color
Monochromatic Colors of #ECCDAE
Black with #ECCDAE
Text Example
Text Example
White with #ECCDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDAE; }
p { color: rgb(236,205,174); }
H1.HeaderClassName
{
color: #ECCDAE;
}
.AnyTagClassName
{
color: #ECCDAE;
}
</style>
background-color css
<style>
a { background-color: #ECCDAE; }
a { background-color: rgb(236,205,174); }
div.DivClassName
{
background-color: #ECCDAE;
}
.BgClassName
{
background-color: #ECCDAE;
}
</style>
border-color css
<style>
span { border-color: #ECCDAE; }
span { border-color: rgb(236,205,174); }
td.TdClassName
{
border-color: #ECCDAE;
}
.TagClassName
{
border-color: #ECCDAE;
}
</style>