Shades of Dust Storm #E6C9BC
Tints of Dust Storm #E6C9BC
RGB
CMYK
RGB Variations
Color information
#E6C9BC (or 0xE6C9BC) is known color: Dust Storm. HEX triplet: E6, C9 and BC. RGB value is (230,201,188). Sum of RGB (Red+Green+Blue) = 230+201+188=619 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.16% from 619); Green value is 201 (78.91% from 255 or 32.47% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C9BC is #193643. Grayscale: #D0D0D0. Windows color (decimal): -1652292 or 12372454. OLE color: 12372454.
HSL color Cylindrical-coordinate representation of color #E6C9BC: hue angle of 18.57º 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 #E6C9BC is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 201 | 188 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.10 |
| HSL | 18.57º | 0.46% | 0.82% | - |
| HSV(B) | 18.57º | 0.18% | 0.9% | - |
| XYZ | 62.6 | 62.23 | 56.29 | - |
| YUV | 208.19 | 116.61 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 201 | 188 | 0 | 0.13 | 0.18 | 0.10 | 18.57 | 0.46 | 0.82 |
| Hex | E6 | C9 | BC | 0 | D | 12 | A | 13 | 2E | 52 |
| Octal | 346 | 311 | 274 | 0 | 15 | 22 | 12 | 23 | 56 | 122 |
| Binary | 11100110 | 11001001 | 10111100 | 0 | 1101 | 10010 | 1010 | 10011 | 101110 | 1010010 |
Color Harmonies of #E6C9BC
Complementary color
Monochromatic Colors of #E6C9BC
Black with #E6C9BC
Text Example
Text Example
White with #E6C9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C9BC; }
p { color: rgb(230,201,188); }
H1.HeaderClassName
{
color: #E6C9BC;
}
.AnyTagClassName
{
color: #E6C9BC;
}
</style>
background-color css
<style>
a { background-color: #E6C9BC; }
a { background-color: rgb(230,201,188); }
div.DivClassName
{
background-color: #E6C9BC;
}
.BgClassName
{
background-color: #E6C9BC;
}
</style>
border-color css
<style>
span { border-color: #E6C9BC; }
span { border-color: rgb(230,201,188); }
td.TdClassName
{
border-color: #E6C9BC;
}
.TagClassName
{
border-color: #E6C9BC;
}
</style>