Shades of Dust Storm #E9CEC7
Tints of Dust Storm #E9CEC7
RGB
CMYK
RGB Variations
Color information
#E9CEC7 (or 0xE9CEC7) is known color: Dust Storm. HEX triplet: E9, CE and C7. RGB value is (233,206,199). Sum of RGB (Red+Green+Blue) = 233+206+199=638 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.52% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CEC7 is #163138. Grayscale: #D5D5D5. Windows color (decimal): -1454393 or 13094633. OLE color: 13094633.
HSL color Cylindrical-coordinate representation of color #E9CEC7: hue angle of 12.35º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9CEC7 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 199 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.09 |
| HSL | 12.35º | 0.44% | 0.85% | - |
| HSV(B) | 12.35º | 0.15% | 0.91% | - |
| XYZ | 65.98 | 65.59 | 63.22 | - |
| YUV | 213.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 199 | 0 | 0.12 | 0.15 | 0.09 | 12.35 | 0.44 | 0.85 |
| Hex | E9 | CE | C7 | 0 | C | F | 9 | C | 2C | 55 |
| Octal | 351 | 316 | 307 | 0 | 14 | 17 | 11 | 14 | 54 | 125 |
| Binary | 11101001 | 11001110 | 11000111 | 0 | 1100 | 1111 | 1001 | 1100 | 101100 | 1010101 |
Color Harmonies of #E9CEC7
Complementary color
Monochromatic Colors of #E9CEC7
Black with #E9CEC7
Text Example
Text Example
White with #E9CEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CEC7; }
p { color: rgb(233,206,199); }
H1.HeaderClassName
{
color: #E9CEC7;
}
.AnyTagClassName
{
color: #E9CEC7;
}
</style>
background-color css
<style>
a { background-color: #E9CEC7; }
a { background-color: rgb(233,206,199); }
div.DivClassName
{
background-color: #E9CEC7;
}
.BgClassName
{
background-color: #E9CEC7;
}
</style>
border-color css
<style>
span { border-color: #E9CEC7; }
span { border-color: rgb(233,206,199); }
td.TdClassName
{
border-color: #E9CEC7;
}
.TagClassName
{
border-color: #E9CEC7;
}
</style>