Shades of Desert Sand #E6CDB5
Tints of Desert Sand #E6CDB5
RGB
CMYK
RGB Variations
Color information
#E6CDB5 (or 0xE6CDB5) is known color: Desert Sand. HEX triplet: E6, CD and B5. RGB value is (230,205,181). Sum of RGB (Red+Green+Blue) = 230+205+181=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 181 (71.09% from 255 or 29.38% from 616); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDB5 is #19324A. Grayscale: #D1D1D1. Windows color (decimal): -1651275 or 11914726. OLE color: 11914726.
HSL color Cylindrical-coordinate representation of color #E6CDB5: hue angle of 29.39º 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 #E6CDB5 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 205 | 181 | - |
CMYK | 0 | 0.11 | 0.21 | 0.10 |
HSL | 29.39º | 0.49% | 0.81% | - |
HSV(B) | 29.39º | 0.21% | 0.9% | - |
XYZ | 62.8 | 63.82 | 52.72 | - |
YUV | 209.74 | 111.78 | 142.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 205 | 181 | 0 | 0.11 | 0.21 | 0.10 | 29.39 | 0.49 | 0.81 |
Hex | E6 | CD | B5 | 0 | B | 15 | A | 1D | 31 | 51 |
Octal | 346 | 315 | 265 | 0 | 13 | 25 | 12 | 35 | 61 | 121 |
Binary | 11100110 | 11001101 | 10110101 | 0 | 1011 | 10101 | 1010 | 11101 | 110001 | 1010001 |
Color Harmonies of #E6CDB5
Complementary color
Monochromatic Colors of #E6CDB5
Black with #E6CDB5
Text Example
Text Example
White with #E6CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CDB5; }
p { color: rgb(230,205,181); }
H1.HeaderClassName
{
color: #E6CDB5;
}
.AnyTagClassName
{
color: #E6CDB5;
}
</style>
background-color css
<style>
a { background-color: #E6CDB5; }
a { background-color: rgb(230,205,181); }
div.DivClassName
{
background-color: #E6CDB5;
}
.BgClassName
{
background-color: #E6CDB5;
}
</style>
border-color css
<style>
span { border-color: #E6CDB5; }
span { border-color: rgb(230,205,181); }
td.TdClassName
{
border-color: #E6CDB5;
}
.TagClassName
{
border-color: #E6CDB5;
}
</style>