Shades of Dust Storm #E9CBC1
Tints of Dust Storm #E9CBC1
RGB
CMYK
RGB Variations
Color information
#E9CBC1 (or 0xE9CBC1) is known color: Dust Storm. HEX triplet: E9, CB and C1. RGB value is (233,203,193). Sum of RGB (Red+Green+Blue) = 233+203+193=629 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.04% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 193 (75.78% from 255 or 30.68% from 629); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CBC1 is #16343E. Grayscale: #D2D2D2. Windows color (decimal): -1455167 or 12700649. OLE color: 12700649.
HSL color Cylindrical-coordinate representation of color #E9CBC1: hue angle of 15º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E9CBC1 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 203 | 193 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.09 |
| HSL | 15º | 0.48% | 0.84% | - |
| HSV(B) | 15º | 0.17% | 0.91% | - |
| XYZ | 64.59 | 63.89 | 59.38 | - |
| YUV | 210.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 193 | 0 | 0.13 | 0.17 | 0.09 | 15 | 0.48 | 0.84 |
| Hex | E9 | CB | C1 | 0 | D | 11 | 9 | F | 30 | 54 |
| Octal | 351 | 313 | 301 | 0 | 15 | 21 | 11 | 17 | 60 | 124 |
| Binary | 11101001 | 11001011 | 11000001 | 0 | 1101 | 10001 | 1001 | 1111 | 110000 | 1010100 |
Color Harmonies of #E9CBC1
Complementary color
Monochromatic Colors of #E9CBC1
Black with #E9CBC1
Text Example
Text Example
White with #E9CBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CBC1; }
p { color: rgb(233,203,193); }
H1.HeaderClassName
{
color: #E9CBC1;
}
.AnyTagClassName
{
color: #E9CBC1;
}
</style>
background-color css
<style>
a { background-color: #E9CBC1; }
a { background-color: rgb(233,203,193); }
div.DivClassName
{
background-color: #E9CBC1;
}
.BgClassName
{
background-color: #E9CBC1;
}
</style>
border-color css
<style>
span { border-color: #E9CBC1; }
span { border-color: rgb(233,203,193); }
td.TdClassName
{
border-color: #E9CBC1;
}
.TagClassName
{
border-color: #E9CBC1;
}
</style>