Shades of Desert Sand #ECCFB3
Tints of Desert Sand #ECCFB3
RGB
CMYK
RGB Variations
Color information
#ECCFB3 (or 0xECCFB3) is known color: Desert Sand. HEX triplet: EC, CF and B3. RGB value is (236,207,179). Sum of RGB (Red+Green+Blue) = 236+207+179=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 179 (70.31% from 255 or 28.78% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFB3 is #13304C. Grayscale: #D4D4D4. Windows color (decimal): -1257549 or 11784172. OLE color: 11784172.
HSL color Cylindrical-coordinate representation of color #ECCFB3: hue angle of 29.47º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECCFB3 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 179 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.07 |
| HSL | 29.47º | 0.6% | 0.81% | - |
| HSV(B) | 29.47º | 0.24% | 0.93% | - |
| XYZ | 65.04 | 65.71 | 51.9 | - |
| YUV | 212.48 | 109.11 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 179 | 0 | 0.12 | 0.24 | 0.07 | 29.47 | 0.6 | 0.81 |
| Hex | EC | CF | B3 | 0 | C | 18 | 7 | 1D | 3C | 51 |
| Octal | 354 | 317 | 263 | 0 | 14 | 30 | 7 | 35 | 74 | 121 |
| Binary | 11101100 | 11001111 | 10110011 | 0 | 1100 | 11000 | 111 | 11101 | 111100 | 1010001 |
Color Harmonies of #ECCFB3
Complementary color
Monochromatic Colors of #ECCFB3
Black with #ECCFB3
Text Example
Text Example
White with #ECCFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFB3; }
p { color: rgb(236,207,179); }
H1.HeaderClassName
{
color: #ECCFB3;
}
.AnyTagClassName
{
color: #ECCFB3;
}
</style>
background-color css
<style>
a { background-color: #ECCFB3; }
a { background-color: rgb(236,207,179); }
div.DivClassName
{
background-color: #ECCFB3;
}
.BgClassName
{
background-color: #ECCFB3;
}
</style>
border-color css
<style>
span { border-color: #ECCFB3; }
span { border-color: rgb(236,207,179); }
td.TdClassName
{
border-color: #ECCFB3;
}
.TagClassName
{
border-color: #ECCFB3;
}
</style>