Shades of Dust Storm #E6C9BA
Tints of Dust Storm #E6C9BA
RGB
CMYK
RGB Variations
Color information
#E6C9BA (or 0xE6C9BA) is known color: Dust Storm. HEX triplet: E6, C9 and BA. RGB value is (230,201,186). Sum of RGB (Red+Green+Blue) = 230+201+186=617 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.28% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C9BA is #193645. Grayscale: #D0D0D0. Windows color (decimal): -1652294 or 12241382. OLE color: 12241382.
HSL color Cylindrical-coordinate representation of color #E6C9BA: hue angle of 20.45º 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 #E6C9BA is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 201 | 186 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.10 |
| HSL | 20.45º | 0.47% | 0.82% | - |
| HSV(B) | 20.45º | 0.19% | 0.9% | - |
| XYZ | 62.38 | 62.14 | 55.16 | - |
| YUV | 207.96 | 115.61 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 201 | 186 | 0 | 0.13 | 0.19 | 0.10 | 20.45 | 0.47 | 0.82 |
| Hex | E6 | C9 | BA | 0 | D | 13 | A | 14 | 2F | 52 |
| Octal | 346 | 311 | 272 | 0 | 15 | 23 | 12 | 24 | 57 | 122 |
| Binary | 11100110 | 11001001 | 10111010 | 0 | 1101 | 10011 | 1010 | 10100 | 101111 | 1010010 |
Color Harmonies of #E6C9BA
Complementary color
Monochromatic Colors of #E6C9BA
Black with #E6C9BA
Text Example
Text Example
White with #E6C9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C9BA; }
p { color: rgb(230,201,186); }
H1.HeaderClassName
{
color: #E6C9BA;
}
.AnyTagClassName
{
color: #E6C9BA;
}
</style>
background-color css
<style>
a { background-color: #E6C9BA; }
a { background-color: rgb(230,201,186); }
div.DivClassName
{
background-color: #E6C9BA;
}
.BgClassName
{
background-color: #E6C9BA;
}
</style>
border-color css
<style>
span { border-color: #E6C9BA; }
span { border-color: rgb(230,201,186); }
td.TdClassName
{
border-color: #E6C9BA;
}
.TagClassName
{
border-color: #E6C9BA;
}
</style>