Shades of Dust Storm #E5C8BC
Tints of Dust Storm #E5C8BC
RGB
CMYK
RGB Variations
Color information
#E5C8BC (or 0xE5C8BC) is known color: Dust Storm. HEX triplet: E5, C8 and BC. RGB value is (229,200,188). Sum of RGB (Red+Green+Blue) = 229+200+188=617 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.12% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C8BC is #1A3743. Grayscale: #CFCFCF. Windows color (decimal): -1718084 or 12372197. OLE color: 12372197.
HSL color Cylindrical-coordinate representation of color #E5C8BC: hue angle of 17.56º 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 #E5C8BC is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 200 | 188 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.10 |
| HSL | 17.56º | 0.44% | 0.82% | - |
| HSV(B) | 17.56º | 0.18% | 0.9% | - |
| XYZ | 62.04 | 61.6 | 56.2 | - |
| YUV | 207.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 200 | 188 | 0 | 0.13 | 0.18 | 0.10 | 17.56 | 0.44 | 0.82 |
| Hex | E5 | C8 | BC | 0 | D | 12 | A | 12 | 2C | 52 |
| Octal | 345 | 310 | 274 | 0 | 15 | 22 | 12 | 22 | 54 | 122 |
| Binary | 11100101 | 11001000 | 10111100 | 0 | 1101 | 10010 | 1010 | 10010 | 101100 | 1010010 |
Color Harmonies of #E5C8BC
Complementary color
Monochromatic Colors of #E5C8BC
Black with #E5C8BC
Text Example
Text Example
White with #E5C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C8BC; }
p { color: rgb(229,200,188); }
H1.HeaderClassName
{
color: #E5C8BC;
}
.AnyTagClassName
{
color: #E5C8BC;
}
</style>
background-color css
<style>
a { background-color: #E5C8BC; }
a { background-color: rgb(229,200,188); }
div.DivClassName
{
background-color: #E5C8BC;
}
.BgClassName
{
background-color: #E5C8BC;
}
</style>
border-color css
<style>
span { border-color: #E5C8BC; }
span { border-color: rgb(229,200,188); }
td.TdClassName
{
border-color: #E5C8BC;
}
.TagClassName
{
border-color: #E5C8BC;
}
</style>