Shades of Desert Sand #E6CEBA
Tints of Desert Sand #E6CEBA
RGB
CMYK
RGB Variations
Color information
#E6CEBA (or 0xE6CEBA) is known color: Desert Sand. HEX triplet: E6, CE and BA. RGB value is (230,206,186). Sum of RGB (Red+Green+Blue) = 230+206+186=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CEBA is #193145. Grayscale: #D3D3D3. Windows color (decimal): -1651014 or 12242662. OLE color: 12242662.
HSL color Cylindrical-coordinate representation of color #E6CEBA: hue angle of 27.27º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6CEBA is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 206 | 186 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.10 |
| HSL | 27.27º | 0.47% | 0.82% | - |
| HSV(B) | 27.27º | 0.19% | 0.9% | - |
| XYZ | 63.57 | 64.51 | 55.56 | - |
| YUV | 210.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 186 | 0 | 0.10 | 0.19 | 0.10 | 27.27 | 0.47 | 0.82 |
| Hex | E6 | CE | BA | 0 | A | 13 | A | 1B | 2F | 52 |
| Octal | 346 | 316 | 272 | 0 | 12 | 23 | 12 | 33 | 57 | 122 |
| Binary | 11100110 | 11001110 | 10111010 | 0 | 1010 | 10011 | 1010 | 11011 | 101111 | 1010010 |
Color Harmonies of #E6CEBA
Complementary color
Monochromatic Colors of #E6CEBA
Black with #E6CEBA
Text Example
Text Example
White with #E6CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CEBA; }
p { color: rgb(230,206,186); }
H1.HeaderClassName
{
color: #E6CEBA;
}
.AnyTagClassName
{
color: #E6CEBA;
}
</style>
background-color css
<style>
a { background-color: #E6CEBA; }
a { background-color: rgb(230,206,186); }
div.DivClassName
{
background-color: #E6CEBA;
}
.BgClassName
{
background-color: #E6CEBA;
}
</style>
border-color css
<style>
span { border-color: #E6CEBA; }
span { border-color: rgb(230,206,186); }
td.TdClassName
{
border-color: #E6CEBA;
}
.TagClassName
{
border-color: #E6CEBA;
}
</style>