Shades of Desert Sand #E5CDB5
Tints of Desert Sand #E5CDB5
RGB
CMYK
RGB Variations
Color information
#E5CDB5 (or 0xE5CDB5) is known color: Desert Sand. HEX triplet: E5, CD and B5. RGB value is (229,205,181). Sum of RGB (Red+Green+Blue) = 229+205+181=615 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.24% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 181 (71.09% from 255 or 29.43% from 615); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CDB5 is #1A324A. Grayscale: #D1D1D1. Windows color (decimal): -1716811 or 11914725. OLE color: 11914725.
HSL color Cylindrical-coordinate representation of color #E5CDB5: hue angle of 30º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5CDB5 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 205 | 181 | - |
CMYK | 0 | 0.10 | 0.21 | 0.10 |
HSL | 30º | 0.48% | 0.8% | - |
HSV(B) | 30º | 0.21% | 0.9% | - |
XYZ | 62.48 | 63.66 | 52.71 | - |
YUV | 209.44 | 111.95 | 141.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 205 | 181 | 0 | 0.10 | 0.21 | 0.10 | 30 | 0.48 | 0.8 |
Hex | E5 | CD | B5 | 0 | A | 15 | A | 1E | 30 | 50 |
Octal | 345 | 315 | 265 | 0 | 12 | 25 | 12 | 36 | 60 | 120 |
Binary | 11100101 | 11001101 | 10110101 | 0 | 1010 | 10101 | 1010 | 11110 | 110000 | 1010000 |
Color Harmonies of #E5CDB5
Complementary color
Monochromatic Colors of #E5CDB5
Black with #E5CDB5
Text Example
Text Example
White with #E5CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CDB5; }
p { color: rgb(229,205,181); }
H1.HeaderClassName
{
color: #E5CDB5;
}
.AnyTagClassName
{
color: #E5CDB5;
}
</style>
background-color css
<style>
a { background-color: #E5CDB5; }
a { background-color: rgb(229,205,181); }
div.DivClassName
{
background-color: #E5CDB5;
}
.BgClassName
{
background-color: #E5CDB5;
}
</style>
border-color css
<style>
span { border-color: #E5CDB5; }
span { border-color: rgb(229,205,181); }
td.TdClassName
{
border-color: #E5CDB5;
}
.TagClassName
{
border-color: #E5CDB5;
}
</style>