Shades of Dust Storm #E1C3BF
Tints of Dust Storm #E1C3BF
RGB
CMYK
RGB Variations
Color information
#E1C3BF (or 0xE1C3BF) is known color: Dust Storm. HEX triplet: E1, C3 and BF. RGB value is (225,195,191). Sum of RGB (Red+Green+Blue) = 225+195+191=611 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.82% from 611); Green value is 195 (76.56% from 255 or 31.91% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C3BF is #1E3C40. Grayscale: #CBCBCB. Windows color (decimal): -1981505 or 12567521. OLE color: 12567521.
HSL color Cylindrical-coordinate representation of color #E1C3BF: hue angle of 7.06º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1C3BF is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 195 | 191 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.12 |
| HSL | 7.06º | 0.36% | 0.82% | - |
| HSV(B) | 7.06º | 0.15% | 0.88% | - |
| XYZ | 59.97 | 58.8 | 57.48 | - |
| YUV | 203.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 195 | 191 | 0 | 0.13 | 0.15 | 0.12 | 7.06 | 0.36 | 0.82 |
| Hex | E1 | C3 | BF | 0 | D | F | C | 7 | 24 | 52 |
| Octal | 341 | 303 | 277 | 0 | 15 | 17 | 14 | 7 | 44 | 122 |
| Binary | 11100001 | 11000011 | 10111111 | 0 | 1101 | 1111 | 1100 | 111 | 100100 | 1010010 |
Color Harmonies of #E1C3BF
Complementary color
Monochromatic Colors of #E1C3BF
Black with #E1C3BF
Text Example
Text Example
White with #E1C3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C3BF; }
p { color: rgb(225,195,191); }
H1.HeaderClassName
{
color: #E1C3BF;
}
.AnyTagClassName
{
color: #E1C3BF;
}
</style>
background-color css
<style>
a { background-color: #E1C3BF; }
a { background-color: rgb(225,195,191); }
div.DivClassName
{
background-color: #E1C3BF;
}
.BgClassName
{
background-color: #E1C3BF;
}
</style>
border-color css
<style>
span { border-color: #E1C3BF; }
span { border-color: rgb(225,195,191); }
td.TdClassName
{
border-color: #E1C3BF;
}
.TagClassName
{
border-color: #E1C3BF;
}
</style>