Shades of Desert Sand #E8CDB6
Tints of Desert Sand #E8CDB6
RGB
CMYK
RGB Variations
Color information
#E8CDB6 (or 0xE8CDB6) is known color: Desert Sand. HEX triplet: E8, CD and B6. RGB value is (232,205,182). Sum of RGB (Red+Green+Blue) = 232+205+182=619 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.48% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 182 (71.48% from 255 or 29.40% from 619); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CDB6 is #173249. Grayscale: #D2D2D2. Windows color (decimal): -1520202 or 11980264. OLE color: 11980264.
HSL color Cylindrical-coordinate representation of color #E8CDB6: hue angle of 27.6º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8CDB6 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 182 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.09 |
| HSL | 27.6º | 0.52% | 0.81% | - |
| HSV(B) | 27.6º | 0.22% | 0.91% | - |
| XYZ | 63.55 | 64.2 | 53.3 | - |
| YUV | 210.45 | 111.95 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 182 | 0 | 0.12 | 0.22 | 0.09 | 27.6 | 0.52 | 0.81 |
| Hex | E8 | CD | B6 | 0 | C | 16 | 9 | 1C | 34 | 51 |
| Octal | 350 | 315 | 266 | 0 | 14 | 26 | 11 | 34 | 64 | 121 |
| Binary | 11101000 | 11001101 | 10110110 | 0 | 1100 | 10110 | 1001 | 11100 | 110100 | 1010001 |
Color Harmonies of #E8CDB6
Complementary color
Monochromatic Colors of #E8CDB6
Black with #E8CDB6
Text Example
Text Example
White with #E8CDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CDB6; }
p { color: rgb(232,205,182); }
H1.HeaderClassName
{
color: #E8CDB6;
}
.AnyTagClassName
{
color: #E8CDB6;
}
</style>
background-color css
<style>
a { background-color: #E8CDB6; }
a { background-color: rgb(232,205,182); }
div.DivClassName
{
background-color: #E8CDB6;
}
.BgClassName
{
background-color: #E8CDB6;
}
</style>
border-color css
<style>
span { border-color: #E8CDB6; }
span { border-color: rgb(232,205,182); }
td.TdClassName
{
border-color: #E8CDB6;
}
.TagClassName
{
border-color: #E8CDB6;
}
</style>