Shades of Desert Sand #EECDB5
Tints of Desert Sand #EECDB5
RGB
CMYK
RGB Variations
Color information
#EECDB5 (or 0xEECDB5) is known color: Desert Sand. HEX triplet: EE, CD and B5. RGB value is (238,205,181). Sum of RGB (Red+Green+Blue) = 238+205+181=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 181 (71.09% from 255 or 29.01% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDB5 is #11324A. Grayscale: #D4D4D4. Windows color (decimal): -1126987 or 11914734. OLE color: 11914734.
HSL color Cylindrical-coordinate representation of color #EECDB5: hue angle of 25.26º degrees, saturation: 0.63, 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 #EECDB5 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 181 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.07 |
| HSL | 25.26º | 0.63% | 0.82% | - |
| HSV(B) | 25.26º | 0.24% | 0.93% | - |
| XYZ | 65.43 | 65.18 | 52.85 | - |
| YUV | 212.13 | 110.43 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 181 | 0 | 0.14 | 0.24 | 0.07 | 25.26 | 0.63 | 0.82 |
| Hex | EE | CD | B5 | 0 | E | 18 | 7 | 19 | 3F | 52 |
| Octal | 356 | 315 | 265 | 0 | 16 | 30 | 7 | 31 | 77 | 122 |
| Binary | 11101110 | 11001101 | 10110101 | 0 | 1110 | 11000 | 111 | 11001 | 111111 | 1010010 |
Color Harmonies of #EECDB5
Complementary color
Monochromatic Colors of #EECDB5
Black with #EECDB5
Text Example
Text Example
White with #EECDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDB5; }
p { color: rgb(238,205,181); }
H1.HeaderClassName
{
color: #EECDB5;
}
.AnyTagClassName
{
color: #EECDB5;
}
</style>
background-color css
<style>
a { background-color: #EECDB5; }
a { background-color: rgb(238,205,181); }
div.DivClassName
{
background-color: #EECDB5;
}
.BgClassName
{
background-color: #EECDB5;
}
</style>
border-color css
<style>
span { border-color: #EECDB5; }
span { border-color: rgb(238,205,181); }
td.TdClassName
{
border-color: #EECDB5;
}
.TagClassName
{
border-color: #EECDB5;
}
</style>