Shades of Dust Storm #E3C8BC
Tints of Dust Storm #E3C8BC
RGB
CMYK
RGB Variations
Color information
#E3C8BC (or 0xE3C8BC) is known color: Dust Storm. HEX triplet: E3, C8 and BC. RGB value is (227,200,188). Sum of RGB (Red+Green+Blue) = 227+200+188=615 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.91% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3C8BC is #1C3743. Grayscale: #CECECE. Windows color (decimal): -1849156 or 12372195. OLE color: 12372195.
HSL color Cylindrical-coordinate representation of color #E3C8BC: hue angle of 18.46º 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 #E3C8BC is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 200 | 188 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.11 |
| HSL | 18.46º | 0.41% | 0.81% | - |
| HSV(B) | 18.46º | 0.17% | 0.89% | - |
| XYZ | 61.41 | 61.27 | 56.17 | - |
| YUV | 206.71 | 117.45 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 200 | 188 | 0 | 0.12 | 0.17 | 0.11 | 18.46 | 0.41 | 0.81 |
| Hex | E3 | C8 | BC | 0 | C | 11 | B | 12 | 29 | 51 |
| Octal | 343 | 310 | 274 | 0 | 14 | 21 | 13 | 22 | 51 | 121 |
| Binary | 11100011 | 11001000 | 10111100 | 0 | 1100 | 10001 | 1011 | 10010 | 101001 | 1010001 |
Color Harmonies of #E3C8BC
Complementary color
Monochromatic Colors of #E3C8BC
Black with #E3C8BC
Text Example
Text Example
White with #E3C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C8BC; }
p { color: rgb(227,200,188); }
H1.HeaderClassName
{
color: #E3C8BC;
}
.AnyTagClassName
{
color: #E3C8BC;
}
</style>
background-color css
<style>
a { background-color: #E3C8BC; }
a { background-color: rgb(227,200,188); }
div.DivClassName
{
background-color: #E3C8BC;
}
.BgClassName
{
background-color: #E3C8BC;
}
</style>
border-color css
<style>
span { border-color: #E3C8BC; }
span { border-color: rgb(227,200,188); }
td.TdClassName
{
border-color: #E3C8BC;
}
.TagClassName
{
border-color: #E3C8BC;
}
</style>