Shades of Desert Sand #ECCDB6
Tints of Desert Sand #ECCDB6
RGB
CMYK
RGB Variations
Color information
#ECCDB6 (or 0xECCDB6) is known color: Desert Sand. HEX triplet: EC, CD and B6. RGB value is (236,205,182). Sum of RGB (Red+Green+Blue) = 236+205+182=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 182 (71.48% from 255 or 29.21% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDB6 is #133249. Grayscale: #D3D3D3. Windows color (decimal): -1258058 or 11980268. OLE color: 11980268.
HSL color Cylindrical-coordinate representation of color #ECCDB6: hue angle of 25.56º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECCDB6 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 182 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.07 |
| HSL | 25.56º | 0.59% | 0.82% | - |
| HSV(B) | 25.56º | 0.23% | 0.93% | - |
| XYZ | 64.87 | 64.87 | 53.36 | - |
| YUV | 211.65 | 111.27 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 182 | 0 | 0.13 | 0.23 | 0.07 | 25.56 | 0.59 | 0.82 |
| Hex | EC | CD | B6 | 0 | D | 17 | 7 | 1A | 3B | 52 |
| Octal | 354 | 315 | 266 | 0 | 15 | 27 | 7 | 32 | 73 | 122 |
| Binary | 11101100 | 11001101 | 10110110 | 0 | 1101 | 10111 | 111 | 11010 | 111011 | 1010010 |
Color Harmonies of #ECCDB6
Complementary color
Monochromatic Colors of #ECCDB6
Black with #ECCDB6
Text Example
Text Example
White with #ECCDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDB6; }
p { color: rgb(236,205,182); }
H1.HeaderClassName
{
color: #ECCDB6;
}
.AnyTagClassName
{
color: #ECCDB6;
}
</style>
background-color css
<style>
a { background-color: #ECCDB6; }
a { background-color: rgb(236,205,182); }
div.DivClassName
{
background-color: #ECCDB6;
}
.BgClassName
{
background-color: #ECCDB6;
}
</style>
border-color css
<style>
span { border-color: #ECCDB6; }
span { border-color: rgb(236,205,182); }
td.TdClassName
{
border-color: #ECCDB6;
}
.TagClassName
{
border-color: #ECCDB6;
}
</style>