Shades of Desert Sand #E6CAB7
Tints of Desert Sand #E6CAB7
RGB
CMYK
RGB Variations
Color information
#E6CAB7 (or 0xE6CAB7) is known color: Desert Sand. HEX triplet: E6, CA and B7. RGB value is (230,202,183). Sum of RGB (Red+Green+Blue) = 230+202+183=615 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.40% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 183 (71.88% from 255 or 29.76% from 615); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CAB7 is #193548. Grayscale: #D0D0D0. Windows color (decimal): -1652041 or 12045030. OLE color: 12045030.
HSL color Cylindrical-coordinate representation of color #E6CAB7: hue angle of 24.26º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6CAB7 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 202 | 183 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.10 |
| HSL | 24.26º | 0.48% | 0.81% | - |
| HSV(B) | 24.26º | 0.2% | 0.9% | - |
| XYZ | 62.3 | 62.48 | 53.58 | - |
| YUV | 208.21 | 113.78 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 202 | 183 | 0 | 0.12 | 0.20 | 0.10 | 24.26 | 0.48 | 0.81 |
| Hex | E6 | CA | B7 | 0 | C | 14 | A | 18 | 30 | 51 |
| Octal | 346 | 312 | 267 | 0 | 14 | 24 | 12 | 30 | 60 | 121 |
| Binary | 11100110 | 11001010 | 10110111 | 0 | 1100 | 10100 | 1010 | 11000 | 110000 | 1010001 |
Color Harmonies of #E6CAB7
Complementary color
Monochromatic Colors of #E6CAB7
Black with #E6CAB7
Text Example
Text Example
White with #E6CAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CAB7; }
p { color: rgb(230,202,183); }
H1.HeaderClassName
{
color: #E6CAB7;
}
.AnyTagClassName
{
color: #E6CAB7;
}
</style>
background-color css
<style>
a { background-color: #E6CAB7; }
a { background-color: rgb(230,202,183); }
div.DivClassName
{
background-color: #E6CAB7;
}
.BgClassName
{
background-color: #E6CAB7;
}
</style>
border-color css
<style>
span { border-color: #E6CAB7; }
span { border-color: rgb(230,202,183); }
td.TdClassName
{
border-color: #E6CAB7;
}
.TagClassName
{
border-color: #E6CAB7;
}
</style>