Shades of Desert Sand #EBCDB6
Tints of Desert Sand #EBCDB6
RGB
CMYK
RGB Variations
Color information
#EBCDB6 (or 0xEBCDB6) is known color: Desert Sand. HEX triplet: EB, CD and B6. RGB value is (235,205,182). Sum of RGB (Red+Green+Blue) = 235+205+182=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 182 (71.48% from 255 or 29.26% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDB6 is #143249. Grayscale: #D3D3D3. Windows color (decimal): -1323594 or 11980267. OLE color: 11980267.
HSL color Cylindrical-coordinate representation of color #EBCDB6: hue angle of 26.04º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBCDB6 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 182 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.08 |
| HSL | 26.04º | 0.57% | 0.82% | - |
| HSV(B) | 26.04º | 0.23% | 0.92% | - |
| XYZ | 64.54 | 64.7 | 53.34 | - |
| YUV | 211.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 182 | 0 | 0.13 | 0.23 | 0.08 | 26.04 | 0.57 | 0.82 |
| Hex | EB | CD | B6 | 0 | D | 17 | 8 | 1A | 39 | 52 |
| Octal | 353 | 315 | 266 | 0 | 15 | 27 | 10 | 32 | 71 | 122 |
| Binary | 11101011 | 11001101 | 10110110 | 0 | 1101 | 10111 | 1000 | 11010 | 111001 | 1010010 |
Color Harmonies of #EBCDB6
Complementary color
Monochromatic Colors of #EBCDB6
Black with #EBCDB6
Text Example
Text Example
White with #EBCDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCDB6; }
p { color: rgb(235,205,182); }
H1.HeaderClassName
{
color: #EBCDB6;
}
.AnyTagClassName
{
color: #EBCDB6;
}
</style>
background-color css
<style>
a { background-color: #EBCDB6; }
a { background-color: rgb(235,205,182); }
div.DivClassName
{
background-color: #EBCDB6;
}
.BgClassName
{
background-color: #EBCDB6;
}
</style>
border-color css
<style>
span { border-color: #EBCDB6; }
span { border-color: rgb(235,205,182); }
td.TdClassName
{
border-color: #EBCDB6;
}
.TagClassName
{
border-color: #EBCDB6;
}
</style>