Shades of Dust Storm #E9CEC1
Tints of Dust Storm #E9CEC1
RGB
CMYK
RGB Variations
Color information
#E9CEC1 (or 0xE9CEC1) is known color: Dust Storm. HEX triplet: E9, CE and C1. RGB value is (233,206,193). Sum of RGB (Red+Green+Blue) = 233+206+193=632 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.87% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 193 (75.78% from 255 or 30.54% from 632); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CEC1 is #16313E. Grayscale: #D4D4D4. Windows color (decimal): -1454399 or 12701417. OLE color: 12701417.
HSL color Cylindrical-coordinate representation of color #E9CEC1: hue angle of 19.5º 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 #E9CEC1 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 193 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.09 |
| HSL | 19.5º | 0.48% | 0.84% | - |
| HSV(B) | 19.5º | 0.17% | 0.91% | - |
| XYZ | 65.3 | 65.32 | 59.62 | - |
| YUV | 212.59 | 116.95 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 193 | 0 | 0.12 | 0.17 | 0.09 | 19.5 | 0.48 | 0.84 |
| Hex | E9 | CE | C1 | 0 | C | 11 | 9 | 14 | 30 | 54 |
| Octal | 351 | 316 | 301 | 0 | 14 | 21 | 11 | 24 | 60 | 124 |
| Binary | 11101001 | 11001110 | 11000001 | 0 | 1100 | 10001 | 1001 | 10100 | 110000 | 1010100 |
Color Harmonies of #E9CEC1
Complementary color
Monochromatic Colors of #E9CEC1
Black with #E9CEC1
Text Example
Text Example
White with #E9CEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CEC1; }
p { color: rgb(233,206,193); }
H1.HeaderClassName
{
color: #E9CEC1;
}
.AnyTagClassName
{
color: #E9CEC1;
}
</style>
background-color css
<style>
a { background-color: #E9CEC1; }
a { background-color: rgb(233,206,193); }
div.DivClassName
{
background-color: #E9CEC1;
}
.BgClassName
{
background-color: #E9CEC1;
}
</style>
border-color css
<style>
span { border-color: #E9CEC1; }
span { border-color: rgb(233,206,193); }
td.TdClassName
{
border-color: #E9CEC1;
}
.TagClassName
{
border-color: #E9CEC1;
}
</style>