Shades of Desert Sand #E6CCB6
Tints of Desert Sand #E6CCB6
RGB
CMYK
RGB Variations
Color information
#E6CCB6 (or 0xE6CCB6) is known color: Desert Sand. HEX triplet: E6, CC and B6. RGB value is (230,204,182). Sum of RGB (Red+Green+Blue) = 230+204+182=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 182 (71.48% from 255 or 29.55% from 616); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCB6 is #193349. Grayscale: #D1D1D1. Windows color (decimal): -1651530 or 11980006. OLE color: 11980006.
HSL color Cylindrical-coordinate representation of color #E6CCB6: hue angle of 27.5º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6CCB6 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 182 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.10 |
| HSL | 27.5º | 0.49% | 0.81% | - |
| HSV(B) | 27.5º | 0.21% | 0.9% | - |
| XYZ | 62.67 | 63.39 | 53.19 | - |
| YUV | 209.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 182 | 0 | 0.11 | 0.21 | 0.10 | 27.5 | 0.49 | 0.81 |
| Hex | E6 | CC | B6 | 0 | B | 15 | A | 1C | 31 | 51 |
| Octal | 346 | 314 | 266 | 0 | 13 | 25 | 12 | 34 | 61 | 121 |
| Binary | 11100110 | 11001100 | 10110110 | 0 | 1011 | 10101 | 1010 | 11100 | 110001 | 1010001 |
Color Harmonies of #E6CCB6
Complementary color
Monochromatic Colors of #E6CCB6
Black with #E6CCB6
Text Example
Text Example
White with #E6CCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCB6; }
p { color: rgb(230,204,182); }
H1.HeaderClassName
{
color: #E6CCB6;
}
.AnyTagClassName
{
color: #E6CCB6;
}
</style>
background-color css
<style>
a { background-color: #E6CCB6; }
a { background-color: rgb(230,204,182); }
div.DivClassName
{
background-color: #E6CCB6;
}
.BgClassName
{
background-color: #E6CCB6;
}
</style>
border-color css
<style>
span { border-color: #E6CCB6; }
span { border-color: rgb(230,204,182); }
td.TdClassName
{
border-color: #E6CCB6;
}
.TagClassName
{
border-color: #E6CCB6;
}
</style>