Shades of Desert Sand #EECDB2
Tints of Desert Sand #EECDB2
RGB
CMYK
RGB Variations
Color information
#EECDB2 (or 0xEECDB2) is known color: Desert Sand. HEX triplet: EE, CD and B2. RGB value is (238,205,178). Sum of RGB (Red+Green+Blue) = 238+205+178=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 178 (69.92% from 255 or 28.66% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECDB2 is #11324D. Grayscale: #D3D3D3. Windows color (decimal): -1126990 or 11718126. OLE color: 11718126.
HSL color Cylindrical-coordinate representation of color #EECDB2: hue angle of 27º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EECDB2 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 178 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.07 |
| HSL | 27º | 0.64% | 0.82% | - |
| HSV(B) | 27º | 0.25% | 0.93% | - |
| XYZ | 65.13 | 65.05 | 51.24 | - |
| YUV | 211.79 | 108.93 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 178 | 0 | 0.14 | 0.25 | 0.07 | 27 | 0.64 | 0.82 |
| Hex | EE | CD | B2 | 0 | E | 19 | 7 | 1B | 40 | 52 |
| Octal | 356 | 315 | 262 | 0 | 16 | 31 | 7 | 33 | 100 | 122 |
| Binary | 11101110 | 11001101 | 10110010 | 0 | 1110 | 11001 | 111 | 11011 | 1000000 | 1010010 |
Color Harmonies of #EECDB2
Complementary color
Monochromatic Colors of #EECDB2
Black with #EECDB2
Text Example
Text Example
White with #EECDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDB2; }
p { color: rgb(238,205,178); }
H1.HeaderClassName
{
color: #EECDB2;
}
.AnyTagClassName
{
color: #EECDB2;
}
</style>
background-color css
<style>
a { background-color: #EECDB2; }
a { background-color: rgb(238,205,178); }
div.DivClassName
{
background-color: #EECDB2;
}
.BgClassName
{
background-color: #EECDB2;
}
</style>
border-color css
<style>
span { border-color: #EECDB2; }
span { border-color: rgb(238,205,178); }
td.TdClassName
{
border-color: #EECDB2;
}
.TagClassName
{
border-color: #EECDB2;
}
</style>