Shades of Dust Storm #E6CCBA
Tints of Dust Storm #E6CCBA
RGB
CMYK
RGB Variations
Color information
#E6CCBA (or 0xE6CCBA) is known color: Dust Storm. HEX triplet: E6, CC and BA. RGB value is (230,204,186). Sum of RGB (Red+Green+Blue) = 230+204+186=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCBA is #193345. Grayscale: #D1D1D1. Windows color (decimal): -1651526 or 12242150. OLE color: 12242150.
HSL color Cylindrical-coordinate representation of color #E6CCBA: hue angle of 24.55º 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 #E6CCBA is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 186 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.10 |
| HSL | 24.55º | 0.47% | 0.82% | - |
| HSV(B) | 24.55º | 0.19% | 0.9% | - |
| XYZ | 63.09 | 63.55 | 55.4 | - |
| YUV | 209.72 | 114.61 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 186 | 0 | 0.11 | 0.19 | 0.10 | 24.55 | 0.47 | 0.82 |
| Hex | E6 | CC | BA | 0 | B | 13 | A | 19 | 2F | 52 |
| Octal | 346 | 314 | 272 | 0 | 13 | 23 | 12 | 31 | 57 | 122 |
| Binary | 11100110 | 11001100 | 10111010 | 0 | 1011 | 10011 | 1010 | 11001 | 101111 | 1010010 |
Color Harmonies of #E6CCBA
Complementary color
Monochromatic Colors of #E6CCBA
Black with #E6CCBA
Text Example
Text Example
White with #E6CCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCBA; }
p { color: rgb(230,204,186); }
H1.HeaderClassName
{
color: #E6CCBA;
}
.AnyTagClassName
{
color: #E6CCBA;
}
</style>
background-color css
<style>
a { background-color: #E6CCBA; }
a { background-color: rgb(230,204,186); }
div.DivClassName
{
background-color: #E6CCBA;
}
.BgClassName
{
background-color: #E6CCBA;
}
</style>
border-color css
<style>
span { border-color: #E6CCBA; }
span { border-color: rgb(230,204,186); }
td.TdClassName
{
border-color: #E6CCBA;
}
.TagClassName
{
border-color: #E6CCBA;
}
</style>