Shades of Desert Sand #ECCDAF
Tints of Desert Sand #ECCDAF
RGB
CMYK
RGB Variations
Color information
#ECCDAF (or 0xECCDAF) is known color: Desert Sand. HEX triplet: EC, CD and AF. RGB value is (236,205,175). Sum of RGB (Red+Green+Blue) = 236+205+175=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCDAF is #133250. Grayscale: #D3D3D3. Windows color (decimal): -1258065 or 11521516. OLE color: 11521516.
HSL color Cylindrical-coordinate representation of color #ECCDAF: hue angle of 29.51º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECCDAF is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 175 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.07 |
| HSL | 29.51º | 0.62% | 0.81% | - |
| HSV(B) | 29.51º | 0.26% | 0.93% | - |
| XYZ | 64.16 | 64.59 | 49.64 | - |
| YUV | 210.85 | 107.77 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 175 | 0 | 0.13 | 0.26 | 0.07 | 29.51 | 0.62 | 0.81 |
| Hex | EC | CD | AF | 0 | D | 1A | 7 | 1E | 3E | 51 |
| Octal | 354 | 315 | 257 | 0 | 15 | 32 | 7 | 36 | 76 | 121 |
| Binary | 11101100 | 11001101 | 10101111 | 0 | 1101 | 11010 | 111 | 11110 | 111110 | 1010001 |
Color Harmonies of #ECCDAF
Complementary color
Monochromatic Colors of #ECCDAF
Black with #ECCDAF
Text Example
Text Example
White with #ECCDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDAF; }
p { color: rgb(236,205,175); }
H1.HeaderClassName
{
color: #ECCDAF;
}
.AnyTagClassName
{
color: #ECCDAF;
}
</style>
background-color css
<style>
a { background-color: #ECCDAF; }
a { background-color: rgb(236,205,175); }
div.DivClassName
{
background-color: #ECCDAF;
}
.BgClassName
{
background-color: #ECCDAF;
}
</style>
border-color css
<style>
span { border-color: #ECCDAF; }
span { border-color: rgb(236,205,175); }
td.TdClassName
{
border-color: #ECCDAF;
}
.TagClassName
{
border-color: #ECCDAF;
}
</style>