Shades of Dust Storm #E9C6BE
Tints of Dust Storm #E9C6BE
RGB
CMYK
RGB Variations
Color information
#E9C6BE (or 0xE9C6BE) is known color: Dust Storm. HEX triplet: E9, C6 and BE. RGB value is (233,198,190). Sum of RGB (Red+Green+Blue) = 233+198+190=621 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.52% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C6BE is #163941. Grayscale: #CFCFCF. Windows color (decimal): -1456450 or 12502761. OLE color: 12502761.
HSL color Cylindrical-coordinate representation of color #E9C6BE: hue angle of 11.16º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9C6BE is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 198 | 190 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.09 |
| HSL | 11.16º | 0.49% | 0.83% | - |
| HSV(B) | 11.16º | 0.18% | 0.91% | - |
| XYZ | 63.09 | 61.43 | 57.25 | - |
| YUV | 207.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 198 | 190 | 0 | 0.15 | 0.18 | 0.09 | 11.16 | 0.49 | 0.83 |
| Hex | E9 | C6 | BE | 0 | F | 12 | 9 | B | 31 | 53 |
| Octal | 351 | 306 | 276 | 0 | 17 | 22 | 11 | 13 | 61 | 123 |
| Binary | 11101001 | 11000110 | 10111110 | 0 | 1111 | 10010 | 1001 | 1011 | 110001 | 1010011 |
Color Harmonies of #E9C6BE
Complementary color
Monochromatic Colors of #E9C6BE
Black with #E9C6BE
Text Example
Text Example
White with #E9C6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C6BE; }
p { color: rgb(233,198,190); }
H1.HeaderClassName
{
color: #E9C6BE;
}
.AnyTagClassName
{
color: #E9C6BE;
}
</style>
background-color css
<style>
a { background-color: #E9C6BE; }
a { background-color: rgb(233,198,190); }
div.DivClassName
{
background-color: #E9C6BE;
}
.BgClassName
{
background-color: #E9C6BE;
}
</style>
border-color css
<style>
span { border-color: #E9C6BE; }
span { border-color: rgb(233,198,190); }
td.TdClassName
{
border-color: #E9C6BE;
}
.TagClassName
{
border-color: #E9C6BE;
}
</style>