Shades of Dust Storm #E7C9C1
Tints of Dust Storm #E7C9C1
RGB
CMYK
RGB Variations
Color information
#E7C9C1 (or 0xE7C9C1) is known color: Dust Storm. HEX triplet: E7, C9 and C1. RGB value is (231,201,193). Sum of RGB (Red+Green+Blue) = 231+201+193=625 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.96% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 193 (75.78% from 255 or 30.88% from 625); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C9C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C9C1 is #18363E. Grayscale: #D1D1D1. Windows color (decimal): -1586751 or 12700135. OLE color: 12700135.
HSL color Cylindrical-coordinate representation of color #E7C9C1: hue angle of 12.63º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7C9C1 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 201 | 193 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.09 |
| HSL | 12.63º | 0.44% | 0.83% | - |
| HSV(B) | 12.63º | 0.16% | 0.91% | - |
| XYZ | 63.47 | 62.61 | 59.19 | - |
| YUV | 209.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 201 | 193 | 0 | 0.13 | 0.16 | 0.09 | 12.63 | 0.44 | 0.83 |
| Hex | E7 | C9 | C1 | 0 | D | 10 | 9 | D | 2C | 53 |
| Octal | 347 | 311 | 301 | 0 | 15 | 20 | 11 | 15 | 54 | 123 |
| Binary | 11100111 | 11001001 | 11000001 | 0 | 1101 | 10000 | 1001 | 1101 | 101100 | 1010011 |
Color Harmonies of #E7C9C1
Complementary color
Monochromatic Colors of #E7C9C1
Black with #E7C9C1
Text Example
Text Example
White with #E7C9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C9C1; }
p { color: rgb(231,201,193); }
H1.HeaderClassName
{
color: #E7C9C1;
}
.AnyTagClassName
{
color: #E7C9C1;
}
</style>
background-color css
<style>
a { background-color: #E7C9C1; }
a { background-color: rgb(231,201,193); }
div.DivClassName
{
background-color: #E7C9C1;
}
.BgClassName
{
background-color: #E7C9C1;
}
</style>
border-color css
<style>
span { border-color: #E7C9C1; }
span { border-color: rgb(231,201,193); }
td.TdClassName
{
border-color: #E7C9C1;
}
.TagClassName
{
border-color: #E7C9C1;
}
</style>