Shades of Desert Sand #ECCCB6
Tints of Desert Sand #ECCCB6
RGB
CMYK
RGB Variations
Color information
#ECCCB6 (or 0xECCCB6) is known color: Desert Sand. HEX triplet: EC, CC and B6. RGB value is (236,204,182). Sum of RGB (Red+Green+Blue) = 236+204+182=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 182 (71.48% from 255 or 29.26% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCB6 is #133349. Grayscale: #D3D3D3. Windows color (decimal): -1258314 or 11980012. OLE color: 11980012.
HSL color Cylindrical-coordinate representation of color #ECCCB6: hue angle of 24.44º 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 #ECCCB6 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 204 | 182 | - |
CMYK | 0 | 0.14 | 0.23 | 0.07 |
HSL | 24.44º | 0.59% | 0.82% | - |
HSV(B) | 24.44º | 0.23% | 0.93% | - |
XYZ | 64.63 | 64.4 | 53.28 | - |
YUV | 211.06 | 111.6 | 145.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 182 | 0 | 0.14 | 0.23 | 0.07 | 24.44 | 0.59 | 0.82 |
Hex | EC | CC | B6 | 0 | E | 17 | 7 | 18 | 3B | 52 |
Octal | 354 | 314 | 266 | 0 | 16 | 27 | 7 | 30 | 73 | 122 |
Binary | 11101100 | 11001100 | 10110110 | 0 | 1110 | 10111 | 111 | 11000 | 111011 | 1010010 |
Color Harmonies of #ECCCB6
Complementary color
Monochromatic Colors of #ECCCB6
Black with #ECCCB6
Text Example
Text Example
White with #ECCCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCB6; }
p { color: rgb(236,204,182); }
H1.HeaderClassName
{
color: #ECCCB6;
}
.AnyTagClassName
{
color: #ECCCB6;
}
</style>
background-color css
<style>
a { background-color: #ECCCB6; }
a { background-color: rgb(236,204,182); }
div.DivClassName
{
background-color: #ECCCB6;
}
.BgClassName
{
background-color: #ECCCB6;
}
</style>
border-color css
<style>
span { border-color: #ECCCB6; }
span { border-color: rgb(236,204,182); }
td.TdClassName
{
border-color: #ECCCB6;
}
.TagClassName
{
border-color: #ECCCB6;
}
</style>