Shades of Dust Storm #E6C6BA
Tints of Dust Storm #E6C6BA
RGB
CMYK
RGB Variations
Color information
#E6C6BA (or 0xE6C6BA) is known color: Dust Storm. HEX triplet: E6, C6 and BA. RGB value is (230,198,186). Sum of RGB (Red+Green+Blue) = 230+198+186=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 198 (77.73% from 255 or 32.25% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C6BA is #193945. Grayscale: #CECECE. Windows color (decimal): -1653062 or 12240614. OLE color: 12240614.
HSL color Cylindrical-coordinate representation of color #E6C6BA: hue angle of 16.36º 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 #E6C6BA is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 198 | 186 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.10 |
| HSL | 16.36º | 0.47% | 0.82% | - |
| HSV(B) | 16.36º | 0.19% | 0.9% | - |
| XYZ | 61.69 | 60.76 | 54.93 | - |
| YUV | 206.2 | 116.6 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 198 | 186 | 0 | 0.14 | 0.19 | 0.10 | 16.36 | 0.47 | 0.82 |
| Hex | E6 | C6 | BA | 0 | E | 13 | A | 10 | 2F | 52 |
| Octal | 346 | 306 | 272 | 0 | 16 | 23 | 12 | 20 | 57 | 122 |
| Binary | 11100110 | 11000110 | 10111010 | 0 | 1110 | 10011 | 1010 | 10000 | 101111 | 1010010 |
Color Harmonies of #E6C6BA
Complementary color
Monochromatic Colors of #E6C6BA
Black with #E6C6BA
Text Example
Text Example
White with #E6C6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C6BA; }
p { color: rgb(230,198,186); }
H1.HeaderClassName
{
color: #E6C6BA;
}
.AnyTagClassName
{
color: #E6C6BA;
}
</style>
background-color css
<style>
a { background-color: #E6C6BA; }
a { background-color: rgb(230,198,186); }
div.DivClassName
{
background-color: #E6C6BA;
}
.BgClassName
{
background-color: #E6C6BA;
}
</style>
border-color css
<style>
span { border-color: #E6C6BA; }
span { border-color: rgb(230,198,186); }
td.TdClassName
{
border-color: #E6C6BA;
}
.TagClassName
{
border-color: #E6C6BA;
}
</style>