Shades of Dust Storm #E6C8BC
Tints of Dust Storm #E6C8BC
RGB
CMYK
RGB Variations
Color information
#E6C8BC (or 0xE6C8BC) is known color: Dust Storm. HEX triplet: E6, C8 and BC. RGB value is (230,200,188). Sum of RGB (Red+Green+Blue) = 230+200+188=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C8BC is #193743. Grayscale: #CFCFCF. Windows color (decimal): -1652548 or 12372198. OLE color: 12372198.
HSL color Cylindrical-coordinate representation of color #E6C8BC: hue angle of 17.14º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6C8BC is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 200 | 188 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.10 |
| HSL | 17.14º | 0.46% | 0.82% | - |
| HSV(B) | 17.14º | 0.18% | 0.9% | - |
| XYZ | 62.36 | 61.76 | 56.21 | - |
| YUV | 207.6 | 116.94 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 188 | 0 | 0.13 | 0.18 | 0.10 | 17.14 | 0.46 | 0.82 |
| Hex | E6 | C8 | BC | 0 | D | 12 | A | 11 | 2E | 52 |
| Octal | 346 | 310 | 274 | 0 | 15 | 22 | 12 | 21 | 56 | 122 |
| Binary | 11100110 | 11001000 | 10111100 | 0 | 1101 | 10010 | 1010 | 10001 | 101110 | 1010010 |
Color Harmonies of #E6C8BC
Complementary color
Monochromatic Colors of #E6C8BC
Black with #E6C8BC
Text Example
Text Example
White with #E6C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C8BC; }
p { color: rgb(230,200,188); }
H1.HeaderClassName
{
color: #E6C8BC;
}
.AnyTagClassName
{
color: #E6C8BC;
}
</style>
background-color css
<style>
a { background-color: #E6C8BC; }
a { background-color: rgb(230,200,188); }
div.DivClassName
{
background-color: #E6C8BC;
}
.BgClassName
{
background-color: #E6C8BC;
}
</style>
border-color css
<style>
span { border-color: #E6C8BC; }
span { border-color: rgb(230,200,188); }
td.TdClassName
{
border-color: #E6C8BC;
}
.TagClassName
{
border-color: #E6C8BC;
}
</style>