Shades of Dust Storm #E9CBBD
Tints of Dust Storm #E9CBBD
RGB
CMYK
RGB Variations
Color information
#E9CBBD (or 0xE9CBBD) is known color: Dust Storm. HEX triplet: E9, CB and BD. RGB value is (233,203,189). Sum of RGB (Red+Green+Blue) = 233+203+189=625 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.28% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CBBD is #163442. Grayscale: #D2D2D2. Windows color (decimal): -1455171 or 12438505. OLE color: 12438505.
HSL color Cylindrical-coordinate representation of color #E9CBBD: hue angle of 19.09º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9CBBD is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 203 | 189 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.09 |
| HSL | 19.09º | 0.5% | 0.83% | - |
| HSV(B) | 19.09º | 0.19% | 0.91% | - |
| XYZ | 64.15 | 63.71 | 57.06 | - |
| YUV | 210.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 189 | 0 | 0.13 | 0.19 | 0.09 | 19.09 | 0.5 | 0.83 |
| Hex | E9 | CB | BD | 0 | D | 13 | 9 | 13 | 32 | 53 |
| Octal | 351 | 313 | 275 | 0 | 15 | 23 | 11 | 23 | 62 | 123 |
| Binary | 11101001 | 11001011 | 10111101 | 0 | 1101 | 10011 | 1001 | 10011 | 110010 | 1010011 |
Color Harmonies of #E9CBBD
Complementary color
Monochromatic Colors of #E9CBBD
Black with #E9CBBD
Text Example
Text Example
White with #E9CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CBBD; }
p { color: rgb(233,203,189); }
H1.HeaderClassName
{
color: #E9CBBD;
}
.AnyTagClassName
{
color: #E9CBBD;
}
</style>
background-color css
<style>
a { background-color: #E9CBBD; }
a { background-color: rgb(233,203,189); }
div.DivClassName
{
background-color: #E9CBBD;
}
.BgClassName
{
background-color: #E9CBBD;
}
</style>
border-color css
<style>
span { border-color: #E9CBBD; }
span { border-color: rgb(233,203,189); }
td.TdClassName
{
border-color: #E9CBBD;
}
.TagClassName
{
border-color: #E9CBBD;
}
</style>