Shades of Desert Sand #E5CDB8
Tints of Desert Sand #E5CDB8
RGB
CMYK
RGB Variations
Color information
#E5CDB8 (or 0xE5CDB8) is known color: Desert Sand. HEX triplet: E5, CD and B8. RGB value is (229,205,184). Sum of RGB (Red+Green+Blue) = 229+205+184=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 184 (72.27% from 255 or 29.77% from 618); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CDB8 is #1A3247. Grayscale: #D1D1D1. Windows color (decimal): -1716808 or 12111333. OLE color: 12111333.
HSL color Cylindrical-coordinate representation of color #E5CDB8: hue angle of 28º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5CDB8 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 205 | 184 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.10 |
| HSL | 28º | 0.46% | 0.81% | - |
| HSV(B) | 28º | 0.2% | 0.9% | - |
| XYZ | 62.8 | 63.78 | 54.35 | - |
| YUV | 209.78 | 113.45 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 184 | 0 | 0.10 | 0.20 | 0.10 | 28 | 0.46 | 0.81 |
| Hex | E5 | CD | B8 | 0 | A | 14 | A | 1C | 2E | 51 |
| Octal | 345 | 315 | 270 | 0 | 12 | 24 | 12 | 34 | 56 | 121 |
| Binary | 11100101 | 11001101 | 10111000 | 0 | 1010 | 10100 | 1010 | 11100 | 101110 | 1010001 |
Color Harmonies of #E5CDB8
Complementary color
Monochromatic Colors of #E5CDB8
Black with #E5CDB8
Text Example
Text Example
White with #E5CDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CDB8; }
p { color: rgb(229,205,184); }
H1.HeaderClassName
{
color: #E5CDB8;
}
.AnyTagClassName
{
color: #E5CDB8;
}
</style>
background-color css
<style>
a { background-color: #E5CDB8; }
a { background-color: rgb(229,205,184); }
div.DivClassName
{
background-color: #E5CDB8;
}
.BgClassName
{
background-color: #E5CDB8;
}
</style>
border-color css
<style>
span { border-color: #E5CDB8; }
span { border-color: rgb(229,205,184); }
td.TdClassName
{
border-color: #E5CDB8;
}
.TagClassName
{
border-color: #E5CDB8;
}
</style>