Shades of Dust Storm #E9CBC0
Tints of Dust Storm #E9CBC0
RGB
CMYK
RGB Variations
Color information
#E9CBC0 (or 0xE9CBC0) is known color: Dust Storm. HEX triplet: E9, CB and C0. RGB value is (233,203,192). Sum of RGB (Red+Green+Blue) = 233+203+192=628 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.10% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CBC0 is #16343F. Grayscale: #D2D2D2. Windows color (decimal): -1455168 or 12635113. OLE color: 12635113.
HSL color Cylindrical-coordinate representation of color #E9CBC0: hue angle of 16.1º degrees, saturation: 0.48, 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 #E9CBC0 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 203 | 192 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.09 |
| HSL | 16.1º | 0.48% | 0.83% | - |
| HSV(B) | 16.1º | 0.18% | 0.91% | - |
| XYZ | 64.47 | 63.84 | 58.79 | - |
| YUV | 210.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 192 | 0 | 0.13 | 0.18 | 0.09 | 16.1 | 0.48 | 0.83 |
| Hex | E9 | CB | C0 | 0 | D | 12 | 9 | 10 | 30 | 53 |
| Octal | 351 | 313 | 300 | 0 | 15 | 22 | 11 | 20 | 60 | 123 |
| Binary | 11101001 | 11001011 | 11000000 | 0 | 1101 | 10010 | 1001 | 10000 | 110000 | 1010011 |
Color Harmonies of #E9CBC0
Complementary color
Monochromatic Colors of #E9CBC0
Black with #E9CBC0
Text Example
Text Example
White with #E9CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CBC0; }
p { color: rgb(233,203,192); }
H1.HeaderClassName
{
color: #E9CBC0;
}
.AnyTagClassName
{
color: #E9CBC0;
}
</style>
background-color css
<style>
a { background-color: #E9CBC0; }
a { background-color: rgb(233,203,192); }
div.DivClassName
{
background-color: #E9CBC0;
}
.BgClassName
{
background-color: #E9CBC0;
}
</style>
border-color css
<style>
span { border-color: #E9CBC0; }
span { border-color: rgb(233,203,192); }
td.TdClassName
{
border-color: #E9CBC0;
}
.TagClassName
{
border-color: #E9CBC0;
}
</style>