Shades of Desert Sand #ECCAB6
Tints of Desert Sand #ECCAB6
RGB
CMYK
RGB Variations
Color information
#ECCAB6 (or 0xECCAB6) is known color: Desert Sand. HEX triplet: EC, CA and B6. RGB value is (236,202,182). Sum of RGB (Red+Green+Blue) = 236+202+182=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 182 (71.48% from 255 or 29.35% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAB6 is #133549. Grayscale: #D2D2D2. Windows color (decimal): -1258826 or 11979500. OLE color: 11979500.
HSL color Cylindrical-coordinate representation of color #ECCAB6: hue angle of 22.22º 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 #ECCAB6 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 202 | 182 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.07 |
| HSL | 22.22º | 0.59% | 0.82% | - |
| HSV(B) | 22.22º | 0.23% | 0.93% | - |
| XYZ | 64.16 | 63.45 | 53.12 | - |
| YUV | 209.89 | 112.26 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 202 | 182 | 0 | 0.14 | 0.23 | 0.07 | 22.22 | 0.59 | 0.82 |
| Hex | EC | CA | B6 | 0 | E | 17 | 7 | 16 | 3B | 52 |
| Octal | 354 | 312 | 266 | 0 | 16 | 27 | 7 | 26 | 73 | 122 |
| Binary | 11101100 | 11001010 | 10110110 | 0 | 1110 | 10111 | 111 | 10110 | 111011 | 1010010 |
Color Harmonies of #ECCAB6
Complementary color
Monochromatic Colors of #ECCAB6
Black with #ECCAB6
Text Example
Text Example
White with #ECCAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCAB6; }
p { color: rgb(236,202,182); }
H1.HeaderClassName
{
color: #ECCAB6;
}
.AnyTagClassName
{
color: #ECCAB6;
}
</style>
background-color css
<style>
a { background-color: #ECCAB6; }
a { background-color: rgb(236,202,182); }
div.DivClassName
{
background-color: #ECCAB6;
}
.BgClassName
{
background-color: #ECCAB6;
}
</style>
border-color css
<style>
span { border-color: #ECCAB6; }
span { border-color: rgb(236,202,182); }
td.TdClassName
{
border-color: #ECCAB6;
}
.TagClassName
{
border-color: #ECCAB6;
}
</style>