Shades of Desert Sand #E7CDBA
Tints of Desert Sand #E7CDBA
RGB
CMYK
RGB Variations
Color information
#E7CDBA (or 0xE7CDBA) is known color: Desert Sand. HEX triplet: E7, CD and BA. RGB value is (231,205,186). Sum of RGB (Red+Green+Blue) = 231+205+186=622 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.14% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDBA is #183245. Grayscale: #D2D2D2. Windows color (decimal): -1585734 or 12242407. OLE color: 12242407.
HSL color Cylindrical-coordinate representation of color #E7CDBA: hue angle of 25.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7CDBA is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 205 | 186 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.09 |
| HSL | 25.33º | 0.48% | 0.82% | - |
| HSV(B) | 25.33º | 0.19% | 0.91% | - |
| XYZ | 63.65 | 64.2 | 55.49 | - |
| YUV | 210.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 205 | 186 | 0 | 0.11 | 0.19 | 0.09 | 25.33 | 0.48 | 0.82 |
| Hex | E7 | CD | BA | 0 | B | 13 | 9 | 19 | 30 | 52 |
| Octal | 347 | 315 | 272 | 0 | 13 | 23 | 11 | 31 | 60 | 122 |
| Binary | 11100111 | 11001101 | 10111010 | 0 | 1011 | 10011 | 1001 | 11001 | 110000 | 1010010 |
Color Harmonies of #E7CDBA
Complementary color
Monochromatic Colors of #E7CDBA
Black with #E7CDBA
Text Example
Text Example
White with #E7CDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CDBA; }
p { color: rgb(231,205,186); }
H1.HeaderClassName
{
color: #E7CDBA;
}
.AnyTagClassName
{
color: #E7CDBA;
}
</style>
background-color css
<style>
a { background-color: #E7CDBA; }
a { background-color: rgb(231,205,186); }
div.DivClassName
{
background-color: #E7CDBA;
}
.BgClassName
{
background-color: #E7CDBA;
}
</style>
border-color css
<style>
span { border-color: #E7CDBA; }
span { border-color: rgb(231,205,186); }
td.TdClassName
{
border-color: #E7CDBA;
}
.TagClassName
{
border-color: #E7CDBA;
}
</style>