Shades of Dust Storm #E3C9BC
Tints of Dust Storm #E3C9BC
RGB
CMYK
RGB Variations
Color information
#E3C9BC (or 0xE3C9BC) is known color: Dust Storm. HEX triplet: E3, C9 and BC. RGB value is (227,201,188). Sum of RGB (Red+Green+Blue) = 227+201+188=616 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.85% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3C9BC is #1C3643. Grayscale: #CFCFCF. Windows color (decimal): -1848900 or 12372451. OLE color: 12372451.
HSL color Cylindrical-coordinate representation of color #E3C9BC: hue angle of 20º 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 #E3C9BC is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 201 | 188 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.11 |
| HSL | 20º | 0.41% | 0.81% | - |
| HSV(B) | 20º | 0.17% | 0.89% | - |
| XYZ | 61.64 | 61.74 | 56.24 | - |
| YUV | 207.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 201 | 188 | 0 | 0.11 | 0.17 | 0.11 | 20 | 0.41 | 0.81 |
| Hex | E3 | C9 | BC | 0 | B | 11 | B | 14 | 29 | 51 |
| Octal | 343 | 311 | 274 | 0 | 13 | 21 | 13 | 24 | 51 | 121 |
| Binary | 11100011 | 11001001 | 10111100 | 0 | 1011 | 10001 | 1011 | 10100 | 101001 | 1010001 |
Color Harmonies of #E3C9BC
Complementary color
Monochromatic Colors of #E3C9BC
Black with #E3C9BC
Text Example
Text Example
White with #E3C9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C9BC; }
p { color: rgb(227,201,188); }
H1.HeaderClassName
{
color: #E3C9BC;
}
.AnyTagClassName
{
color: #E3C9BC;
}
</style>
background-color css
<style>
a { background-color: #E3C9BC; }
a { background-color: rgb(227,201,188); }
div.DivClassName
{
background-color: #E3C9BC;
}
.BgClassName
{
background-color: #E3C9BC;
}
</style>
border-color css
<style>
span { border-color: #E3C9BC; }
span { border-color: rgb(227,201,188); }
td.TdClassName
{
border-color: #E3C9BC;
}
.TagClassName
{
border-color: #E3C9BC;
}
</style>