Shades of Desert Sand #ECCFB6
Tints of Desert Sand #ECCFB6
RGB
CMYK
RGB Variations
Color information
#ECCFB6 (or 0xECCFB6) is known color: Desert Sand. HEX triplet: EC, CF and B6. RGB value is (236,207,182). Sum of RGB (Red+Green+Blue) = 236+207+182=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 182 (71.48% from 255 or 29.12% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFB6 is #133049. Grayscale: #D4D4D4. Windows color (decimal): -1257546 or 11980780. OLE color: 11980780.
HSL color Cylindrical-coordinate representation of color #ECCFB6: hue angle of 27.78º 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 #ECCFB6 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 182 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.07 |
| HSL | 27.78º | 0.59% | 0.82% | - |
| HSV(B) | 27.78º | 0.23% | 0.93% | - |
| XYZ | 65.35 | 65.84 | 53.52 | - |
| YUV | 212.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 182 | 0 | 0.12 | 0.23 | 0.07 | 27.78 | 0.59 | 0.82 |
| Hex | EC | CF | B6 | 0 | C | 17 | 7 | 1C | 3B | 52 |
| Octal | 354 | 317 | 266 | 0 | 14 | 27 | 7 | 34 | 73 | 122 |
| Binary | 11101100 | 11001111 | 10110110 | 0 | 1100 | 10111 | 111 | 11100 | 111011 | 1010010 |
Color Harmonies of #ECCFB6
Complementary color
Monochromatic Colors of #ECCFB6
Black with #ECCFB6
Text Example
Text Example
White with #ECCFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFB6; }
p { color: rgb(236,207,182); }
H1.HeaderClassName
{
color: #ECCFB6;
}
.AnyTagClassName
{
color: #ECCFB6;
}
</style>
background-color css
<style>
a { background-color: #ECCFB6; }
a { background-color: rgb(236,207,182); }
div.DivClassName
{
background-color: #ECCFB6;
}
.BgClassName
{
background-color: #ECCFB6;
}
</style>
border-color css
<style>
span { border-color: #ECCFB6; }
span { border-color: rgb(236,207,182); }
td.TdClassName
{
border-color: #ECCFB6;
}
.TagClassName
{
border-color: #ECCFB6;
}
</style>