Shades of Dust Storm #E9C9C4
Tints of Dust Storm #E9C9C4
RGB
CMYK
RGB Variations
Color information
#E9C9C4 (or 0xE9C9C4) is known color: Dust Storm. HEX triplet: E9, C9 and C4. RGB value is (233,201,196). Sum of RGB (Red+Green+Blue) = 233+201+196=630 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.98% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 196 (76.95% from 255 or 31.11% from 630); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C9C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C9C4 is #16363B. Grayscale: #D2D2D2. Windows color (decimal): -1455676 or 12896745. OLE color: 12896745.
HSL color Cylindrical-coordinate representation of color #E9C9C4: hue angle of 8.11º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E9C9C4 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 201 | 196 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.09 |
| HSL | 8.11º | 0.46% | 0.84% | - |
| HSV(B) | 8.11º | 0.16% | 0.91% | - |
| XYZ | 64.45 | 63.08 | 61 | - |
| YUV | 210 | 120.1 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 201 | 196 | 0 | 0.14 | 0.16 | 0.09 | 8.11 | 0.46 | 0.84 |
| Hex | E9 | C9 | C4 | 0 | E | 10 | 9 | 8 | 2E | 54 |
| Octal | 351 | 311 | 304 | 0 | 16 | 20 | 11 | 10 | 56 | 124 |
| Binary | 11101001 | 11001001 | 11000100 | 0 | 1110 | 10000 | 1001 | 1000 | 101110 | 1010100 |
Color Harmonies of #E9C9C4
Complementary color
Monochromatic Colors of #E9C9C4
Black with #E9C9C4
Text Example
Text Example
White with #E9C9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C9C4; }
p { color: rgb(233,201,196); }
H1.HeaderClassName
{
color: #E9C9C4;
}
.AnyTagClassName
{
color: #E9C9C4;
}
</style>
background-color css
<style>
a { background-color: #E9C9C4; }
a { background-color: rgb(233,201,196); }
div.DivClassName
{
background-color: #E9C9C4;
}
.BgClassName
{
background-color: #E9C9C4;
}
</style>
border-color css
<style>
span { border-color: #E9C9C4; }
span { border-color: rgb(233,201,196); }
td.TdClassName
{
border-color: #E9C9C4;
}
.TagClassName
{
border-color: #E9C9C4;
}
</style>