Shades of Desert Sand #E9CDB4
Tints of Desert Sand #E9CDB4
RGB
CMYK
RGB Variations
Color information
#E9CDB4 (or 0xE9CDB4) is known color: Desert Sand. HEX triplet: E9, CD and B4. RGB value is (233,205,180). Sum of RGB (Red+Green+Blue) = 233+205+180=618 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.70% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 180 (70.70% from 255 or 29.13% from 618); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CDB4 is #16324B. Grayscale: #D2D2D2. Windows color (decimal): -1454668 or 11849193. OLE color: 11849193.
HSL color Cylindrical-coordinate representation of color #E9CDB4: hue angle of 28.3º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E9CDB4 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 205 | 180 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.09 |
| HSL | 28.3º | 0.55% | 0.81% | - |
| HSV(B) | 28.3º | 0.23% | 0.91% | - |
| XYZ | 63.67 | 64.28 | 52.23 | - |
| YUV | 210.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 205 | 180 | 0 | 0.12 | 0.23 | 0.09 | 28.3 | 0.55 | 0.81 |
| Hex | E9 | CD | B4 | 0 | C | 17 | 9 | 1C | 37 | 51 |
| Octal | 351 | 315 | 264 | 0 | 14 | 27 | 11 | 34 | 67 | 121 |
| Binary | 11101001 | 11001101 | 10110100 | 0 | 1100 | 10111 | 1001 | 11100 | 110111 | 1010001 |
Color Harmonies of #E9CDB4
Complementary color
Monochromatic Colors of #E9CDB4
Black with #E9CDB4
Text Example
Text Example
White with #E9CDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CDB4; }
p { color: rgb(233,205,180); }
H1.HeaderClassName
{
color: #E9CDB4;
}
.AnyTagClassName
{
color: #E9CDB4;
}
</style>
background-color css
<style>
a { background-color: #E9CDB4; }
a { background-color: rgb(233,205,180); }
div.DivClassName
{
background-color: #E9CDB4;
}
.BgClassName
{
background-color: #E9CDB4;
}
</style>
border-color css
<style>
span { border-color: #E9CDB4; }
span { border-color: rgb(233,205,180); }
td.TdClassName
{
border-color: #E9CDB4;
}
.TagClassName
{
border-color: #E9CDB4;
}
</style>