Shades of Dust Storm #E3C5BF
Tints of Dust Storm #E3C5BF
RGB
CMYK
RGB Variations
Color information
#E3C5BF (or 0xE3C5BF) is known color: Dust Storm. HEX triplet: E3, C5 and BF. RGB value is (227,197,191). Sum of RGB (Red+Green+Blue) = 227+197+191=615 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.91% from 615); Green value is 197 (77.34% from 255 or 32.03% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3C5BF is #1C3A40. Grayscale: #CDCDCD. Windows color (decimal): -1849921 or 12568035. OLE color: 12568035.
HSL color Cylindrical-coordinate representation of color #E3C5BF: hue angle of 10º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E3C5BF is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 197 | 191 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.11 |
| HSL | 10º | 0.39% | 0.82% | - |
| HSV(B) | 10º | 0.16% | 0.89% | - |
| XYZ | 61.05 | 60.02 | 57.66 | - |
| YUV | 205.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 197 | 191 | 0 | 0.13 | 0.16 | 0.11 | 10 | 0.39 | 0.82 |
| Hex | E3 | C5 | BF | 0 | D | 10 | B | A | 27 | 52 |
| Octal | 343 | 305 | 277 | 0 | 15 | 20 | 13 | 12 | 47 | 122 |
| Binary | 11100011 | 11000101 | 10111111 | 0 | 1101 | 10000 | 1011 | 1010 | 100111 | 1010010 |
Color Harmonies of #E3C5BF
Complementary color
Monochromatic Colors of #E3C5BF
Black with #E3C5BF
Text Example
Text Example
White with #E3C5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C5BF; }
p { color: rgb(227,197,191); }
H1.HeaderClassName
{
color: #E3C5BF;
}
.AnyTagClassName
{
color: #E3C5BF;
}
</style>
background-color css
<style>
a { background-color: #E3C5BF; }
a { background-color: rgb(227,197,191); }
div.DivClassName
{
background-color: #E3C5BF;
}
.BgClassName
{
background-color: #E3C5BF;
}
</style>
border-color css
<style>
span { border-color: #E3C5BF; }
span { border-color: rgb(227,197,191); }
td.TdClassName
{
border-color: #E3C5BF;
}
.TagClassName
{
border-color: #E3C5BF;
}
</style>