Shades of Desert Sand #E7CBB6
Tints of Desert Sand #E7CBB6
RGB
CMYK
RGB Variations
Color information
#E7CBB6 (or 0xE7CBB6) is known color: Desert Sand. HEX triplet: E7, CB and B6. RGB value is (231,203,182). Sum of RGB (Red+Green+Blue) = 231+203+182=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 182 (71.48% from 255 or 29.55% from 616); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CBB6 is #183449. Grayscale: #D1D1D1. Windows color (decimal): -1586250 or 11979751. OLE color: 11979751.
HSL color Cylindrical-coordinate representation of color #E7CBB6: hue angle of 25.71º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E7CBB6 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 182 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.09 |
| HSL | 25.71º | 0.51% | 0.81% | - |
| HSV(B) | 25.71º | 0.21% | 0.91% | - |
| XYZ | 62.75 | 63.08 | 53.12 | - |
| YUV | 208.98 | 112.78 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 182 | 0 | 0.12 | 0.21 | 0.09 | 25.71 | 0.51 | 0.81 |
| Hex | E7 | CB | B6 | 0 | C | 15 | 9 | 1A | 33 | 51 |
| Octal | 347 | 313 | 266 | 0 | 14 | 25 | 11 | 32 | 63 | 121 |
| Binary | 11100111 | 11001011 | 10110110 | 0 | 1100 | 10101 | 1001 | 11010 | 110011 | 1010001 |
Color Harmonies of #E7CBB6
Complementary color
Monochromatic Colors of #E7CBB6
Black with #E7CBB6
Text Example
Text Example
White with #E7CBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CBB6; }
p { color: rgb(231,203,182); }
H1.HeaderClassName
{
color: #E7CBB6;
}
.AnyTagClassName
{
color: #E7CBB6;
}
</style>
background-color css
<style>
a { background-color: #E7CBB6; }
a { background-color: rgb(231,203,182); }
div.DivClassName
{
background-color: #E7CBB6;
}
.BgClassName
{
background-color: #E7CBB6;
}
</style>
border-color css
<style>
span { border-color: #E7CBB6; }
span { border-color: rgb(231,203,182); }
td.TdClassName
{
border-color: #E7CBB6;
}
.TagClassName
{
border-color: #E7CBB6;
}
</style>