Shades of Dust Storm #E6C9BD
Tints of Dust Storm #E6C9BD
RGB
CMYK
RGB Variations
Color information
#E6C9BD (or 0xE6C9BD) is known color: Dust Storm. HEX triplet: E6, C9 and BD. RGB value is (230,201,189). Sum of RGB (Red+Green+Blue) = 230+201+189=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C9BD is #193642. Grayscale: #D0D0D0. Windows color (decimal): -1652291 or 12437990. OLE color: 12437990.
HSL color Cylindrical-coordinate representation of color #E6C9BD: hue angle of 17.56º degrees, saturation: 0.45, 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 #E6C9BD is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 201 | 189 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.10 |
| HSL | 17.56º | 0.45% | 0.82% | - |
| HSV(B) | 17.56º | 0.18% | 0.9% | - |
| XYZ | 62.71 | 62.27 | 56.86 | - |
| YUV | 208.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 201 | 189 | 0 | 0.13 | 0.18 | 0.10 | 17.56 | 0.45 | 0.82 |
| Hex | E6 | C9 | BD | 0 | D | 12 | A | 12 | 2D | 52 |
| Octal | 346 | 311 | 275 | 0 | 15 | 22 | 12 | 22 | 55 | 122 |
| Binary | 11100110 | 11001001 | 10111101 | 0 | 1101 | 10010 | 1010 | 10010 | 101101 | 1010010 |
Color Harmonies of #E6C9BD
Complementary color
Monochromatic Colors of #E6C9BD
Black with #E6C9BD
Text Example
Text Example
White with #E6C9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C9BD; }
p { color: rgb(230,201,189); }
H1.HeaderClassName
{
color: #E6C9BD;
}
.AnyTagClassName
{
color: #E6C9BD;
}
</style>
background-color css
<style>
a { background-color: #E6C9BD; }
a { background-color: rgb(230,201,189); }
div.DivClassName
{
background-color: #E6C9BD;
}
.BgClassName
{
background-color: #E6C9BD;
}
</style>
border-color css
<style>
span { border-color: #E6C9BD; }
span { border-color: rgb(230,201,189); }
td.TdClassName
{
border-color: #E6C9BD;
}
.TagClassName
{
border-color: #E6C9BD;
}
</style>