Shades of Dust Storm #E3C3BC
Tints of Dust Storm #E3C3BC
RGB
CMYK
RGB Variations
Color information
#E3C3BC (or 0xE3C3BC) is known color: Dust Storm. HEX triplet: E3, C3 and BC. RGB value is (227,195,188). Sum of RGB (Red+Green+Blue) = 227+195+188=610 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.21% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3C3BC is #1C3C43. Grayscale: #CBCBCB. Windows color (decimal): -1850436 or 12370915. OLE color: 12370915.
HSL color Cylindrical-coordinate representation of color #E3C3BC: hue angle of 10.77º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E3C3BC is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 195 | 188 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.11 |
| HSL | 10.77º | 0.41% | 0.81% | - |
| HSV(B) | 10.77º | 0.17% | 0.89% | - |
| XYZ | 60.27 | 58.99 | 55.79 | - |
| YUV | 203.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 195 | 188 | 0 | 0.14 | 0.17 | 0.11 | 10.77 | 0.41 | 0.81 |
| Hex | E3 | C3 | BC | 0 | E | 11 | B | B | 29 | 51 |
| Octal | 343 | 303 | 274 | 0 | 16 | 21 | 13 | 13 | 51 | 121 |
| Binary | 11100011 | 11000011 | 10111100 | 0 | 1110 | 10001 | 1011 | 1011 | 101001 | 1010001 |
Color Harmonies of #E3C3BC
Complementary color
Monochromatic Colors of #E3C3BC
Black with #E3C3BC
Text Example
Text Example
White with #E3C3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C3BC; }
p { color: rgb(227,195,188); }
H1.HeaderClassName
{
color: #E3C3BC;
}
.AnyTagClassName
{
color: #E3C3BC;
}
</style>
background-color css
<style>
a { background-color: #E3C3BC; }
a { background-color: rgb(227,195,188); }
div.DivClassName
{
background-color: #E3C3BC;
}
.BgClassName
{
background-color: #E3C3BC;
}
</style>
border-color css
<style>
span { border-color: #E3C3BC; }
span { border-color: rgb(227,195,188); }
td.TdClassName
{
border-color: #E3C3BC;
}
.TagClassName
{
border-color: #E3C3BC;
}
</style>