Shades of Dust Storm #E9CEC8
Tints of Dust Storm #E9CEC8
RGB
CMYK
RGB Variations
Color information
#E9CEC8 (or 0xE9CEC8) is known color: Dust Storm. HEX triplet: E9, CE and C8. RGB value is (233,206,200). Sum of RGB (Red+Green+Blue) = 233+206+200=639 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.46% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CEC8 is #163137. Grayscale: #D5D5D5. Windows color (decimal): -1454392 or 13160169. OLE color: 13160169.
HSL color Cylindrical-coordinate representation of color #E9CEC8: hue angle of 10.91º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9CEC8 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 200 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.09 |
| HSL | 10.91º | 0.43% | 0.85% | - |
| HSV(B) | 10.91º | 0.14% | 0.91% | - |
| XYZ | 66.1 | 65.64 | 63.83 | - |
| YUV | 213.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 200 | 0 | 0.12 | 0.14 | 0.09 | 10.91 | 0.43 | 0.85 |
| Hex | E9 | CE | C8 | 0 | C | E | 9 | B | 2B | 55 |
| Octal | 351 | 316 | 310 | 0 | 14 | 16 | 11 | 13 | 53 | 125 |
| Binary | 11101001 | 11001110 | 11001000 | 0 | 1100 | 1110 | 1001 | 1011 | 101011 | 1010101 |
Color Harmonies of #E9CEC8
Complementary color
Monochromatic Colors of #E9CEC8
Black with #E9CEC8
Text Example
Text Example
White with #E9CEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CEC8; }
p { color: rgb(233,206,200); }
H1.HeaderClassName
{
color: #E9CEC8;
}
.AnyTagClassName
{
color: #E9CEC8;
}
</style>
background-color css
<style>
a { background-color: #E9CEC8; }
a { background-color: rgb(233,206,200); }
div.DivClassName
{
background-color: #E9CEC8;
}
.BgClassName
{
background-color: #E9CEC8;
}
</style>
border-color css
<style>
span { border-color: #E9CEC8; }
span { border-color: rgb(233,206,200); }
td.TdClassName
{
border-color: #E9CEC8;
}
.TagClassName
{
border-color: #E9CEC8;
}
</style>