Shades of Desert Sand #ECCDB5
Tints of Desert Sand #ECCDB5
RGB
CMYK
RGB Variations
Color information
#ECCDB5 (or 0xECCDB5) is known color: Desert Sand. HEX triplet: EC, CD and B5. RGB value is (236,205,181). Sum of RGB (Red+Green+Blue) = 236+205+181=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 181 (71.09% from 255 or 29.10% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDB5 is #13324A. Grayscale: #D3D3D3. Windows color (decimal): -1258059 or 11914732. OLE color: 11914732.
HSL color Cylindrical-coordinate representation of color #ECCDB5: hue angle of 26.18º 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 #ECCDB5 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 181 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.07 |
| HSL | 26.18º | 0.59% | 0.82% | - |
| HSV(B) | 26.18º | 0.23% | 0.93% | - |
| XYZ | 64.76 | 64.83 | 52.82 | - |
| YUV | 211.53 | 110.77 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 181 | 0 | 0.13 | 0.23 | 0.07 | 26.18 | 0.59 | 0.82 |
| Hex | EC | CD | B5 | 0 | D | 17 | 7 | 1A | 3B | 52 |
| Octal | 354 | 315 | 265 | 0 | 15 | 27 | 7 | 32 | 73 | 122 |
| Binary | 11101100 | 11001101 | 10110101 | 0 | 1101 | 10111 | 111 | 11010 | 111011 | 1010010 |
Color Harmonies of #ECCDB5
Complementary color
Monochromatic Colors of #ECCDB5
Black with #ECCDB5
Text Example
Text Example
White with #ECCDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDB5; }
p { color: rgb(236,205,181); }
H1.HeaderClassName
{
color: #ECCDB5;
}
.AnyTagClassName
{
color: #ECCDB5;
}
</style>
background-color css
<style>
a { background-color: #ECCDB5; }
a { background-color: rgb(236,205,181); }
div.DivClassName
{
background-color: #ECCDB5;
}
.BgClassName
{
background-color: #ECCDB5;
}
</style>
border-color css
<style>
span { border-color: #ECCDB5; }
span { border-color: rgb(236,205,181); }
td.TdClassName
{
border-color: #ECCDB5;
}
.TagClassName
{
border-color: #ECCDB5;
}
</style>