Shades of Desert Sand #E9CDB1
Tints of Desert Sand #E9CDB1
RGB
CMYK
RGB Variations
Color information
#E9CDB1 (or 0xE9CDB1) is known color: Desert Sand. HEX triplet: E9, CD and B1. RGB value is (233,205,177). Sum of RGB (Red+Green+Blue) = 233+205+177=615 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.89% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 177 (69.53% from 255 or 28.78% from 615); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CDB1 is #16324E. Grayscale: #D2D2D2. Windows color (decimal): -1454671 or 11652585. OLE color: 11652585.
HSL color Cylindrical-coordinate representation of color #E9CDB1: hue angle of 30º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E9CDB1 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 205 | 177 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.09 |
| HSL | 30º | 0.56% | 0.8% | - |
| HSV(B) | 30º | 0.24% | 0.91% | - |
| XYZ | 63.37 | 64.16 | 50.64 | - |
| YUV | 210.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 205 | 177 | 0 | 0.12 | 0.24 | 0.09 | 30 | 0.56 | 0.8 |
| Hex | E9 | CD | B1 | 0 | C | 18 | 9 | 1E | 38 | 50 |
| Octal | 351 | 315 | 261 | 0 | 14 | 30 | 11 | 36 | 70 | 120 |
| Binary | 11101001 | 11001101 | 10110001 | 0 | 1100 | 11000 | 1001 | 11110 | 111000 | 1010000 |
Color Harmonies of #E9CDB1
Complementary color
Monochromatic Colors of #E9CDB1
Black with #E9CDB1
Text Example
Text Example
White with #E9CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CDB1; }
p { color: rgb(233,205,177); }
H1.HeaderClassName
{
color: #E9CDB1;
}
.AnyTagClassName
{
color: #E9CDB1;
}
</style>
background-color css
<style>
a { background-color: #E9CDB1; }
a { background-color: rgb(233,205,177); }
div.DivClassName
{
background-color: #E9CDB1;
}
.BgClassName
{
background-color: #E9CDB1;
}
</style>
border-color css
<style>
span { border-color: #E9CDB1; }
span { border-color: rgb(233,205,177); }
td.TdClassName
{
border-color: #E9CDB1;
}
.TagClassName
{
border-color: #E9CDB1;
}
</style>