Shades of Desert Sand #EDCDB6
Tints of Desert Sand #EDCDB6
RGB
CMYK
RGB Variations
Color information
#EDCDB6 (or 0xEDCDB6) is known color: Desert Sand. HEX triplet: ED, CD and B6. RGB value is (237,205,182). Sum of RGB (Red+Green+Blue) = 237+205+182=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 182 (71.48% from 255 or 29.17% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDB6 is #123249. Grayscale: #D4D4D4. Windows color (decimal): -1192522 or 11980269. OLE color: 11980269.
HSL color Cylindrical-coordinate representation of color #EDCDB6: hue angle of 25.09º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDCDB6 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 182 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.07 |
| HSL | 25.09º | 0.6% | 0.82% | - |
| HSV(B) | 25.09º | 0.23% | 0.93% | - |
| XYZ | 65.2 | 65.04 | 53.37 | - |
| YUV | 211.95 | 111.1 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 182 | 0 | 0.14 | 0.23 | 0.07 | 25.09 | 0.6 | 0.82 |
| Hex | ED | CD | B6 | 0 | E | 17 | 7 | 19 | 3C | 52 |
| Octal | 355 | 315 | 266 | 0 | 16 | 27 | 7 | 31 | 74 | 122 |
| Binary | 11101101 | 11001101 | 10110110 | 0 | 1110 | 10111 | 111 | 11001 | 111100 | 1010010 |
Color Harmonies of #EDCDB6
Complementary color
Monochromatic Colors of #EDCDB6
Black with #EDCDB6
Text Example
Text Example
White with #EDCDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCDB6; }
p { color: rgb(237,205,182); }
H1.HeaderClassName
{
color: #EDCDB6;
}
.AnyTagClassName
{
color: #EDCDB6;
}
</style>
background-color css
<style>
a { background-color: #EDCDB6; }
a { background-color: rgb(237,205,182); }
div.DivClassName
{
background-color: #EDCDB6;
}
.BgClassName
{
background-color: #EDCDB6;
}
</style>
border-color css
<style>
span { border-color: #EDCDB6; }
span { border-color: rgb(237,205,182); }
td.TdClassName
{
border-color: #EDCDB6;
}
.TagClassName
{
border-color: #EDCDB6;
}
</style>