Shades of Desert Sand #ECCFB2
Tints of Desert Sand #ECCFB2
RGB
CMYK
RGB Variations
Color information
#ECCFB2 (or 0xECCFB2) is known color: Desert Sand. HEX triplet: EC, CF and B2. RGB value is (236,207,178). Sum of RGB (Red+Green+Blue) = 236+207+178=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 178 (69.92% from 255 or 28.66% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCFB2 is #13304D. Grayscale: #D4D4D4. Windows color (decimal): -1257550 or 11718636. OLE color: 11718636.
HSL color Cylindrical-coordinate representation of color #ECCFB2: hue angle of 30º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECCFB2 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 178 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.07 |
| HSL | 30º | 0.6% | 0.81% | - |
| HSV(B) | 30º | 0.25% | 0.93% | - |
| XYZ | 64.94 | 65.67 | 51.37 | - |
| YUV | 212.37 | 108.61 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 178 | 0 | 0.12 | 0.25 | 0.07 | 30 | 0.6 | 0.81 |
| Hex | EC | CF | B2 | 0 | C | 19 | 7 | 1E | 3C | 51 |
| Octal | 354 | 317 | 262 | 0 | 14 | 31 | 7 | 36 | 74 | 121 |
| Binary | 11101100 | 11001111 | 10110010 | 0 | 1100 | 11001 | 111 | 11110 | 111100 | 1010001 |
Color Harmonies of #ECCFB2
Complementary color
Monochromatic Colors of #ECCFB2
Black with #ECCFB2
Text Example
Text Example
White with #ECCFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFB2; }
p { color: rgb(236,207,178); }
H1.HeaderClassName
{
color: #ECCFB2;
}
.AnyTagClassName
{
color: #ECCFB2;
}
</style>
background-color css
<style>
a { background-color: #ECCFB2; }
a { background-color: rgb(236,207,178); }
div.DivClassName
{
background-color: #ECCFB2;
}
.BgClassName
{
background-color: #ECCFB2;
}
</style>
border-color css
<style>
span { border-color: #ECCFB2; }
span { border-color: rgb(236,207,178); }
td.TdClassName
{
border-color: #ECCFB2;
}
.TagClassName
{
border-color: #ECCFB2;
}
</style>