Shades of Desert Sand #E7CDB5
Tints of Desert Sand #E7CDB5
RGB
CMYK
RGB Variations
Color information
#E7CDB5 (or 0xE7CDB5) is known color: Desert Sand. HEX triplet: E7, CD and B5. RGB value is (231,205,181). Sum of RGB (Red+Green+Blue) = 231+205+181=617 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.44% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 181 (71.09% from 255 or 29.34% from 617); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDB5 is #18324A. Grayscale: #D2D2D2. Windows color (decimal): -1585739 or 11914727. OLE color: 11914727.
HSL color Cylindrical-coordinate representation of color #E7CDB5: hue angle of 28.8º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E7CDB5 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 205 | 181 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.09 |
| HSL | 28.8º | 0.51% | 0.81% | - |
| HSV(B) | 28.8º | 0.22% | 0.91% | - |
| XYZ | 63.13 | 63.99 | 52.74 | - |
| YUV | 210.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 205 | 181 | 0 | 0.11 | 0.22 | 0.09 | 28.8 | 0.51 | 0.81 |
| Hex | E7 | CD | B5 | 0 | B | 16 | 9 | 1D | 33 | 51 |
| Octal | 347 | 315 | 265 | 0 | 13 | 26 | 11 | 35 | 63 | 121 |
| Binary | 11100111 | 11001101 | 10110101 | 0 | 1011 | 10110 | 1001 | 11101 | 110011 | 1010001 |
Color Harmonies of #E7CDB5
Complementary color
Monochromatic Colors of #E7CDB5
Black with #E7CDB5
Text Example
Text Example
White with #E7CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CDB5; }
p { color: rgb(231,205,181); }
H1.HeaderClassName
{
color: #E7CDB5;
}
.AnyTagClassName
{
color: #E7CDB5;
}
</style>
background-color css
<style>
a { background-color: #E7CDB5; }
a { background-color: rgb(231,205,181); }
div.DivClassName
{
background-color: #E7CDB5;
}
.BgClassName
{
background-color: #E7CDB5;
}
</style>
border-color css
<style>
span { border-color: #E7CDB5; }
span { border-color: rgb(231,205,181); }
td.TdClassName
{
border-color: #E7CDB5;
}
.TagClassName
{
border-color: #E7CDB5;
}
</style>