Shades of Desert Sand #E6CEB6
Tints of Desert Sand #E6CEB6
RGB
CMYK
RGB Variations
Color information
#E6CEB6 (or 0xE6CEB6) is known color: Desert Sand. HEX triplet: E6, CE and B6. RGB value is (230,206,182). Sum of RGB (Red+Green+Blue) = 230+206+182=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 182 (71.48% from 255 or 29.45% from 618); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CEB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CEB6 is #193149. Grayscale: #D2D2D2. Windows color (decimal): -1651018 or 11980518. OLE color: 11980518.
HSL color Cylindrical-coordinate representation of color #E6CEB6: hue angle of 30º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6CEB6 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 206 | 182 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.10 |
| HSL | 30º | 0.49% | 0.81% | - |
| HSV(B) | 30º | 0.21% | 0.9% | - |
| XYZ | 63.15 | 64.34 | 53.35 | - |
| YUV | 210.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 182 | 0 | 0.10 | 0.21 | 0.10 | 30 | 0.49 | 0.81 |
| Hex | E6 | CE | B6 | 0 | A | 15 | A | 1E | 31 | 51 |
| Octal | 346 | 316 | 266 | 0 | 12 | 25 | 12 | 36 | 61 | 121 |
| Binary | 11100110 | 11001110 | 10110110 | 0 | 1010 | 10101 | 1010 | 11110 | 110001 | 1010001 |
Color Harmonies of #E6CEB6
Complementary color
Monochromatic Colors of #E6CEB6
Black with #E6CEB6
Text Example
Text Example
White with #E6CEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CEB6; }
p { color: rgb(230,206,182); }
H1.HeaderClassName
{
color: #E6CEB6;
}
.AnyTagClassName
{
color: #E6CEB6;
}
</style>
background-color css
<style>
a { background-color: #E6CEB6; }
a { background-color: rgb(230,206,182); }
div.DivClassName
{
background-color: #E6CEB6;
}
.BgClassName
{
background-color: #E6CEB6;
}
</style>
border-color css
<style>
span { border-color: #E6CEB6; }
span { border-color: rgb(230,206,182); }
td.TdClassName
{
border-color: #E6CEB6;
}
.TagClassName
{
border-color: #E6CEB6;
}
</style>