Shades of Dust Storm #E5C7BC
Tints of Dust Storm #E5C7BC
RGB
CMYK
RGB Variations
Color information
#E5C7BC (or 0xE5C7BC) is known color: Dust Storm. HEX triplet: E5, C7 and BC. RGB value is (229,199,188). Sum of RGB (Red+Green+Blue) = 229+199+188=616 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.18% from 616); Green value is 199 (78.12% from 255 or 32.31% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C7BC is #1A3843. Grayscale: #CECECE. Windows color (decimal): -1718340 or 12371941. OLE color: 12371941.
HSL color Cylindrical-coordinate representation of color #E5C7BC: hue angle of 16.1º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5C7BC is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 199 | 188 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.10 |
| HSL | 16.1º | 0.44% | 0.82% | - |
| HSV(B) | 16.1º | 0.18% | 0.9% | - |
| XYZ | 61.81 | 61.14 | 56.12 | - |
| YUV | 206.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 199 | 188 | 0 | 0.13 | 0.18 | 0.10 | 16.1 | 0.44 | 0.82 |
| Hex | E5 | C7 | BC | 0 | D | 12 | A | 10 | 2C | 52 |
| Octal | 345 | 307 | 274 | 0 | 15 | 22 | 12 | 20 | 54 | 122 |
| Binary | 11100101 | 11000111 | 10111100 | 0 | 1101 | 10010 | 1010 | 10000 | 101100 | 1010010 |
Color Harmonies of #E5C7BC
Complementary color
Monochromatic Colors of #E5C7BC
Black with #E5C7BC
Text Example
Text Example
White with #E5C7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C7BC; }
p { color: rgb(229,199,188); }
H1.HeaderClassName
{
color: #E5C7BC;
}
.AnyTagClassName
{
color: #E5C7BC;
}
</style>
background-color css
<style>
a { background-color: #E5C7BC; }
a { background-color: rgb(229,199,188); }
div.DivClassName
{
background-color: #E5C7BC;
}
.BgClassName
{
background-color: #E5C7BC;
}
</style>
border-color css
<style>
span { border-color: #E5C7BC; }
span { border-color: rgb(229,199,188); }
td.TdClassName
{
border-color: #E5C7BC;
}
.TagClassName
{
border-color: #E5C7BC;
}
</style>