Shades of Dust Storm #E9CEC0
Tints of Dust Storm #E9CEC0
RGB
CMYK
RGB Variations
Color information
#E9CEC0 (or 0xE9CEC0) is known color: Dust Storm. HEX triplet: E9, CE and C0. RGB value is (233,206,192). Sum of RGB (Red+Green+Blue) = 233+206+192=631 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.93% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 192 (75.39% from 255 or 30.43% from 631); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CEC0 is #16313F. Grayscale: #D4D4D4. Windows color (decimal): -1454400 or 12635881. OLE color: 12635881.
HSL color Cylindrical-coordinate representation of color #E9CEC0: hue angle of 20.49º 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 #E9CEC0 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 192 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.09 |
| HSL | 20.49º | 0.48% | 0.83% | - |
| HSV(B) | 20.49º | 0.18% | 0.91% | - |
| XYZ | 65.19 | 65.27 | 59.03 | - |
| YUV | 212.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 192 | 0 | 0.12 | 0.18 | 0.09 | 20.49 | 0.48 | 0.83 |
| Hex | E9 | CE | C0 | 0 | C | 12 | 9 | 14 | 30 | 53 |
| Octal | 351 | 316 | 300 | 0 | 14 | 22 | 11 | 24 | 60 | 123 |
| Binary | 11101001 | 11001110 | 11000000 | 0 | 1100 | 10010 | 1001 | 10100 | 110000 | 1010011 |
Color Harmonies of #E9CEC0
Complementary color
Monochromatic Colors of #E9CEC0
Black with #E9CEC0
Text Example
Text Example
White with #E9CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CEC0; }
p { color: rgb(233,206,192); }
H1.HeaderClassName
{
color: #E9CEC0;
}
.AnyTagClassName
{
color: #E9CEC0;
}
</style>
background-color css
<style>
a { background-color: #E9CEC0; }
a { background-color: rgb(233,206,192); }
div.DivClassName
{
background-color: #E9CEC0;
}
.BgClassName
{
background-color: #E9CEC0;
}
</style>
border-color css
<style>
span { border-color: #E9CEC0; }
span { border-color: rgb(233,206,192); }
td.TdClassName
{
border-color: #E9CEC0;
}
.TagClassName
{
border-color: #E9CEC0;
}
</style>