Shades of Desert Sand #ECCFB4
Tints of Desert Sand #ECCFB4
RGB
CMYK
RGB Variations
Color information
#ECCFB4 (or 0xECCFB4) is known color: Desert Sand. HEX triplet: EC, CF and B4. RGB value is (236,207,180). Sum of RGB (Red+Green+Blue) = 236+207+180=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 180 (70.70% from 255 or 28.89% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFB4 is #13304B. Grayscale: #D4D4D4. Windows color (decimal): -1257548 or 11849708. OLE color: 11849708.
HSL color Cylindrical-coordinate representation of color #ECCFB4: hue angle of 28.93º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECCFB4 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 180 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.07 |
| HSL | 28.93º | 0.6% | 0.82% | - |
| HSV(B) | 28.93º | 0.24% | 0.93% | - |
| XYZ | 65.14 | 65.75 | 52.44 | - |
| YUV | 212.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 180 | 0 | 0.12 | 0.24 | 0.07 | 28.93 | 0.6 | 0.82 |
| Hex | EC | CF | B4 | 0 | C | 18 | 7 | 1D | 3C | 52 |
| Octal | 354 | 317 | 264 | 0 | 14 | 30 | 7 | 35 | 74 | 122 |
| Binary | 11101100 | 11001111 | 10110100 | 0 | 1100 | 11000 | 111 | 11101 | 111100 | 1010010 |
Color Harmonies of #ECCFB4
Complementary color
Monochromatic Colors of #ECCFB4
Black with #ECCFB4
Text Example
Text Example
White with #ECCFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFB4; }
p { color: rgb(236,207,180); }
H1.HeaderClassName
{
color: #ECCFB4;
}
.AnyTagClassName
{
color: #ECCFB4;
}
</style>
background-color css
<style>
a { background-color: #ECCFB4; }
a { background-color: rgb(236,207,180); }
div.DivClassName
{
background-color: #ECCFB4;
}
.BgClassName
{
background-color: #ECCFB4;
}
</style>
border-color css
<style>
span { border-color: #ECCFB4; }
span { border-color: rgb(236,207,180); }
td.TdClassName
{
border-color: #ECCFB4;
}
.TagClassName
{
border-color: #ECCFB4;
}
</style>