Shades of Desert Sand #ECCDB4
Tints of Desert Sand #ECCDB4
RGB
CMYK
RGB Variations
Color information
#ECCDB4 (or 0xECCDB4) is known color: Desert Sand. HEX triplet: EC, CD and B4. RGB value is (236,205,180). Sum of RGB (Red+Green+Blue) = 236+205+180=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 180 (70.70% from 255 or 28.99% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDB4 is #13324B. Grayscale: #D3D3D3. Windows color (decimal): -1258060 or 11849196. OLE color: 11849196.
HSL color Cylindrical-coordinate representation of color #ECCDB4: hue angle of 26.79º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECCDB4 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 180 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.07 |
| HSL | 26.79º | 0.6% | 0.82% | - |
| HSV(B) | 26.79º | 0.24% | 0.93% | - |
| XYZ | 64.66 | 64.79 | 52.28 | - |
| YUV | 211.42 | 110.27 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 180 | 0 | 0.13 | 0.24 | 0.07 | 26.79 | 0.6 | 0.82 |
| Hex | EC | CD | B4 | 0 | D | 18 | 7 | 1B | 3C | 52 |
| Octal | 354 | 315 | 264 | 0 | 15 | 30 | 7 | 33 | 74 | 122 |
| Binary | 11101100 | 11001101 | 10110100 | 0 | 1101 | 11000 | 111 | 11011 | 111100 | 1010010 |
Color Harmonies of #ECCDB4
Complementary color
Monochromatic Colors of #ECCDB4
Black with #ECCDB4
Text Example
Text Example
White with #ECCDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDB4; }
p { color: rgb(236,205,180); }
H1.HeaderClassName
{
color: #ECCDB4;
}
.AnyTagClassName
{
color: #ECCDB4;
}
</style>
background-color css
<style>
a { background-color: #ECCDB4; }
a { background-color: rgb(236,205,180); }
div.DivClassName
{
background-color: #ECCDB4;
}
.BgClassName
{
background-color: #ECCDB4;
}
</style>
border-color css
<style>
span { border-color: #ECCDB4; }
span { border-color: rgb(236,205,180); }
td.TdClassName
{
border-color: #ECCDB4;
}
.TagClassName
{
border-color: #ECCDB4;
}
</style>