Shades of Dust Storm #E1C7BC
Tints of Dust Storm #E1C7BC
RGB
CMYK
RGB Variations
Color information
#E1C7BC (or 0xE1C7BC) is known color: Dust Storm. HEX triplet: E1, C7 and BC. RGB value is (225,199,188). Sum of RGB (Red+Green+Blue) = 225+199+188=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C7BC is #1E3843. Grayscale: #CDCDCD. Windows color (decimal): -1980484 or 12371937. OLE color: 12371937.
HSL color Cylindrical-coordinate representation of color #E1C7BC: hue angle of 17.84º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1C7BC is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 199 | 188 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.12 |
| HSL | 17.84º | 0.38% | 0.81% | - |
| HSV(B) | 17.84º | 0.16% | 0.88% | - |
| XYZ | 60.55 | 60.49 | 56.06 | - |
| YUV | 205.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 199 | 188 | 0 | 0.12 | 0.16 | 0.12 | 17.84 | 0.38 | 0.81 |
| Hex | E1 | C7 | BC | 0 | C | 10 | C | 12 | 26 | 51 |
| Octal | 341 | 307 | 274 | 0 | 14 | 20 | 14 | 22 | 46 | 121 |
| Binary | 11100001 | 11000111 | 10111100 | 0 | 1100 | 10000 | 1100 | 10010 | 100110 | 1010001 |
Color Harmonies of #E1C7BC
Complementary color
Monochromatic Colors of #E1C7BC
Black with #E1C7BC
Text Example
Text Example
White with #E1C7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C7BC; }
p { color: rgb(225,199,188); }
H1.HeaderClassName
{
color: #E1C7BC;
}
.AnyTagClassName
{
color: #E1C7BC;
}
</style>
background-color css
<style>
a { background-color: #E1C7BC; }
a { background-color: rgb(225,199,188); }
div.DivClassName
{
background-color: #E1C7BC;
}
.BgClassName
{
background-color: #E1C7BC;
}
</style>
border-color css
<style>
span { border-color: #E1C7BC; }
span { border-color: rgb(225,199,188); }
td.TdClassName
{
border-color: #E1C7BC;
}
.TagClassName
{
border-color: #E1C7BC;
}
</style>