Shades of Desert Sand #EDCDAC
Tints of Desert Sand #EDCDAC
RGB
CMYK
RGB Variations
Color information
#EDCDAC (or 0xEDCDAC) is known color: Desert Sand. HEX triplet: ED, CD and AC. RGB value is (237,205,172). Sum of RGB (Red+Green+Blue) = 237+205+172=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 172 (67.58% from 255 or 28.01% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCDAC is #123253. Grayscale: #D2D2D2. Windows color (decimal): -1192532 or 11324909. OLE color: 11324909.
HSL color Cylindrical-coordinate representation of color #EDCDAC: hue angle of 30.46º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDCDAC is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 172 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.07 |
| HSL | 30.46º | 0.64% | 0.8% | - |
| HSV(B) | 30.46º | 0.27% | 0.93% | - |
| XYZ | 64.2 | 64.65 | 48.12 | - |
| YUV | 210.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 172 | 0 | 0.14 | 0.27 | 0.07 | 30.46 | 0.64 | 0.8 |
| Hex | ED | CD | AC | 0 | E | 1B | 7 | 1E | 40 | 50 |
| Octal | 355 | 315 | 254 | 0 | 16 | 33 | 7 | 36 | 100 | 120 |
| Binary | 11101101 | 11001101 | 10101100 | 0 | 1110 | 11011 | 111 | 11110 | 1000000 | 1010000 |
Color Harmonies of #EDCDAC
Complementary color
Monochromatic Colors of #EDCDAC
Black with #EDCDAC
Text Example
Text Example
White with #EDCDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCDAC; }
p { color: rgb(237,205,172); }
H1.HeaderClassName
{
color: #EDCDAC;
}
.AnyTagClassName
{
color: #EDCDAC;
}
</style>
background-color css
<style>
a { background-color: #EDCDAC; }
a { background-color: rgb(237,205,172); }
div.DivClassName
{
background-color: #EDCDAC;
}
.BgClassName
{
background-color: #EDCDAC;
}
</style>
border-color css
<style>
span { border-color: #EDCDAC; }
span { border-color: rgb(237,205,172); }
td.TdClassName
{
border-color: #EDCDAC;
}
.TagClassName
{
border-color: #EDCDAC;
}
</style>