Shades of Desert Sand #EDCDB3
Tints of Desert Sand #EDCDB3
RGB
CMYK
RGB Variations
Color information
#EDCDB3 (or 0xEDCDB3) is known color: Desert Sand. HEX triplet: ED, CD and B3. RGB value is (237,205,179). Sum of RGB (Red+Green+Blue) = 237+205+179=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 179 (70.31% from 255 or 28.82% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDB3 is #12324C. Grayscale: #D3D3D3. Windows color (decimal): -1192525 or 11783661. OLE color: 11783661.
HSL color Cylindrical-coordinate representation of color #EDCDB3: hue angle of 26.9º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDCDB3 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 179 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.07 |
| HSL | 26.9º | 0.62% | 0.82% | - |
| HSV(B) | 26.9º | 0.24% | 0.93% | - |
| XYZ | 64.89 | 64.92 | 51.76 | - |
| YUV | 211.6 | 109.6 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 179 | 0 | 0.14 | 0.24 | 0.07 | 26.9 | 0.62 | 0.82 |
| Hex | ED | CD | B3 | 0 | E | 18 | 7 | 1B | 3E | 52 |
| Octal | 355 | 315 | 263 | 0 | 16 | 30 | 7 | 33 | 76 | 122 |
| Binary | 11101101 | 11001101 | 10110011 | 0 | 1110 | 11000 | 111 | 11011 | 111110 | 1010010 |
Color Harmonies of #EDCDB3
Complementary color
Monochromatic Colors of #EDCDB3
Black with #EDCDB3
Text Example
Text Example
White with #EDCDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCDB3; }
p { color: rgb(237,205,179); }
H1.HeaderClassName
{
color: #EDCDB3;
}
.AnyTagClassName
{
color: #EDCDB3;
}
</style>
background-color css
<style>
a { background-color: #EDCDB3; }
a { background-color: rgb(237,205,179); }
div.DivClassName
{
background-color: #EDCDB3;
}
.BgClassName
{
background-color: #EDCDB3;
}
</style>
border-color css
<style>
span { border-color: #EDCDB3; }
span { border-color: rgb(237,205,179); }
td.TdClassName
{
border-color: #EDCDB3;
}
.TagClassName
{
border-color: #EDCDB3;
}
</style>