Shades of Desert Sand #E6C8B3
Tints of Desert Sand #E6C8B3
RGB
CMYK
RGB Variations
Color information
#E6C8B3 (or 0xE6C8B3) is known color: Desert Sand. HEX triplet: E6, C8 and B3. RGB value is (230,200,179). Sum of RGB (Red+Green+Blue) = 230+200+179=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 200 (78.52% from 255 or 32.84% from 609); Blue value is 179 (70.31% from 255 or 29.39% from 609); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C8B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C8B3 is #19374C. Grayscale: #CECECE. Windows color (decimal): -1652557 or 11782374. OLE color: 11782374.
HSL color Cylindrical-coordinate representation of color #E6C8B3: hue angle of 24.71º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6C8B3 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 200 | 179 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.10 |
| HSL | 24.71º | 0.5% | 0.8% | - |
| HSV(B) | 24.71º | 0.22% | 0.9% | - |
| XYZ | 61.42 | 61.39 | 51.26 | - |
| YUV | 206.58 | 112.44 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 179 | 0 | 0.13 | 0.22 | 0.10 | 24.71 | 0.5 | 0.8 |
| Hex | E6 | C8 | B3 | 0 | D | 16 | A | 19 | 32 | 50 |
| Octal | 346 | 310 | 263 | 0 | 15 | 26 | 12 | 31 | 62 | 120 |
| Binary | 11100110 | 11001000 | 10110011 | 0 | 1101 | 10110 | 1010 | 11001 | 110010 | 1010000 |
Color Harmonies of #E6C8B3
Complementary color
Monochromatic Colors of #E6C8B3
Black with #E6C8B3
Text Example
Text Example
White with #E6C8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C8B3; }
p { color: rgb(230,200,179); }
H1.HeaderClassName
{
color: #E6C8B3;
}
.AnyTagClassName
{
color: #E6C8B3;
}
</style>
background-color css
<style>
a { background-color: #E6C8B3; }
a { background-color: rgb(230,200,179); }
div.DivClassName
{
background-color: #E6C8B3;
}
.BgClassName
{
background-color: #E6C8B3;
}
</style>
border-color css
<style>
span { border-color: #E6C8B3; }
span { border-color: rgb(230,200,179); }
td.TdClassName
{
border-color: #E6C8B3;
}
.TagClassName
{
border-color: #E6C8B3;
}
</style>