Shades of Desert Sand #E6CDB6
Tints of Desert Sand #E6CDB6
RGB
CMYK
RGB Variations
Color information
#E6CDB6 (or 0xE6CDB6) is known color: Desert Sand. HEX triplet: E6, CD and B6. RGB value is (230,205,182). Sum of RGB (Red+Green+Blue) = 230+205+182=617 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.28% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 182 (71.48% from 255 or 29.50% from 617); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDB6 is #193249. Grayscale: #D1D1D1. Windows color (decimal): -1651274 or 11980262. OLE color: 11980262.
HSL color Cylindrical-coordinate representation of color #E6CDB6: hue angle of 28.75º 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 #E6CDB6 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 182 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.10 |
| HSL | 28.75º | 0.49% | 0.81% | - |
| HSV(B) | 28.75º | 0.21% | 0.9% | - |
| XYZ | 62.91 | 63.86 | 53.27 | - |
| YUV | 209.85 | 112.28 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 182 | 0 | 0.11 | 0.21 | 0.10 | 28.75 | 0.49 | 0.81 |
| Hex | E6 | CD | B6 | 0 | B | 15 | A | 1D | 31 | 51 |
| Octal | 346 | 315 | 266 | 0 | 13 | 25 | 12 | 35 | 61 | 121 |
| Binary | 11100110 | 11001101 | 10110110 | 0 | 1011 | 10101 | 1010 | 11101 | 110001 | 1010001 |
Color Harmonies of #E6CDB6
Complementary color
Monochromatic Colors of #E6CDB6
Black with #E6CDB6
Text Example
Text Example
White with #E6CDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CDB6; }
p { color: rgb(230,205,182); }
H1.HeaderClassName
{
color: #E6CDB6;
}
.AnyTagClassName
{
color: #E6CDB6;
}
</style>
background-color css
<style>
a { background-color: #E6CDB6; }
a { background-color: rgb(230,205,182); }
div.DivClassName
{
background-color: #E6CDB6;
}
.BgClassName
{
background-color: #E6CDB6;
}
</style>
border-color css
<style>
span { border-color: #E6CDB6; }
span { border-color: rgb(230,205,182); }
td.TdClassName
{
border-color: #E6CDB6;
}
.TagClassName
{
border-color: #E6CDB6;
}
</style>