Shades of Desert Sand #E7CDB7
Tints of Desert Sand #E7CDB7
RGB
CMYK
RGB Variations
Color information
#E7CDB7 (or 0xE7CDB7) is known color: Desert Sand. HEX triplet: E7, CD and B7. RGB value is (231,205,183). Sum of RGB (Red+Green+Blue) = 231+205+183=619 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.32% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 183 (71.88% from 255 or 29.56% from 619); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDB7 is #183248. Grayscale: #D2D2D2. Windows color (decimal): -1585737 or 12045799. OLE color: 12045799.
HSL color Cylindrical-coordinate representation of color #E7CDB7: hue angle of 27.5º degrees, saturation: 0.5, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E7CDB7 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 205 | 183 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.09 |
| HSL | 27.5º | 0.5% | 0.81% | - |
| HSV(B) | 27.5º | 0.21% | 0.91% | - |
| XYZ | 63.33 | 64.07 | 53.83 | - |
| YUV | 210.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 205 | 183 | 0 | 0.11 | 0.21 | 0.09 | 27.5 | 0.5 | 0.81 |
| Hex | E7 | CD | B7 | 0 | B | 15 | 9 | 1C | 32 | 51 |
| Octal | 347 | 315 | 267 | 0 | 13 | 25 | 11 | 34 | 62 | 121 |
| Binary | 11100111 | 11001101 | 10110111 | 0 | 1011 | 10101 | 1001 | 11100 | 110010 | 1010001 |
Color Harmonies of #E7CDB7
Complementary color
Monochromatic Colors of #E7CDB7
Black with #E7CDB7
Text Example
Text Example
White with #E7CDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CDB7; }
p { color: rgb(231,205,183); }
H1.HeaderClassName
{
color: #E7CDB7;
}
.AnyTagClassName
{
color: #E7CDB7;
}
</style>
background-color css
<style>
a { background-color: #E7CDB7; }
a { background-color: rgb(231,205,183); }
div.DivClassName
{
background-color: #E7CDB7;
}
.BgClassName
{
background-color: #E7CDB7;
}
</style>
border-color css
<style>
span { border-color: #E7CDB7; }
span { border-color: rgb(231,205,183); }
td.TdClassName
{
border-color: #E7CDB7;
}
.TagClassName
{
border-color: #E7CDB7;
}
</style>