Shades of Dust Storm #E6C5BA
Tints of Dust Storm #E6C5BA
RGB
CMYK
RGB Variations
Color information
#E6C5BA (or 0xE6C5BA) is known color: Dust Storm. HEX triplet: E6, C5 and BA. RGB value is (230,197,186). Sum of RGB (Red+Green+Blue) = 230+197+186=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 197 (77.34% from 255 or 32.14% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C5BA is #193A45. Grayscale: #CDCDCD. Windows color (decimal): -1653318 or 12240358. OLE color: 12240358.
HSL color Cylindrical-coordinate representation of color #E6C5BA: hue angle of 15º 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 #E6C5BA is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 197 | 186 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.10 |
| HSL | 15º | 0.47% | 0.82% | - |
| HSV(B) | 15º | 0.19% | 0.9% | - |
| XYZ | 61.46 | 60.3 | 54.85 | - |
| YUV | 205.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 197 | 186 | 0 | 0.14 | 0.19 | 0.10 | 15 | 0.47 | 0.82 |
| Hex | E6 | C5 | BA | 0 | E | 13 | A | F | 2F | 52 |
| Octal | 346 | 305 | 272 | 0 | 16 | 23 | 12 | 17 | 57 | 122 |
| Binary | 11100110 | 11000101 | 10111010 | 0 | 1110 | 10011 | 1010 | 1111 | 101111 | 1010010 |
Color Harmonies of #E6C5BA
Complementary color
Monochromatic Colors of #E6C5BA
Black with #E6C5BA
Text Example
Text Example
White with #E6C5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C5BA; }
p { color: rgb(230,197,186); }
H1.HeaderClassName
{
color: #E6C5BA;
}
.AnyTagClassName
{
color: #E6C5BA;
}
</style>
background-color css
<style>
a { background-color: #E6C5BA; }
a { background-color: rgb(230,197,186); }
div.DivClassName
{
background-color: #E6C5BA;
}
.BgClassName
{
background-color: #E6C5BA;
}
</style>
border-color css
<style>
span { border-color: #E6C5BA; }
span { border-color: rgb(230,197,186); }
td.TdClassName
{
border-color: #E6C5BA;
}
.TagClassName
{
border-color: #E6C5BA;
}
</style>