Shades of Dust Storm #E4C8BC
Tints of Dust Storm #E4C8BC
RGB
CMYK
RGB Variations
Color information
#E4C8BC (or 0xE4C8BC) is known color: Dust Storm. HEX triplet: E4, C8 and BC. RGB value is (228,200,188). Sum of RGB (Red+Green+Blue) = 228+200+188=616 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.01% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4C8BC is #1B3743. Grayscale: #CFCFCF. Windows color (decimal): -1783620 or 12372196. OLE color: 12372196.
HSL color Cylindrical-coordinate representation of color #E4C8BC: hue angle of 18º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4C8BC is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 200 | 188 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.11 |
| HSL | 18º | 0.43% | 0.82% | - |
| HSV(B) | 18º | 0.18% | 0.89% | - |
| XYZ | 61.73 | 61.43 | 56.18 | - |
| YUV | 207 | 117.28 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 200 | 188 | 0 | 0.12 | 0.18 | 0.11 | 18 | 0.43 | 0.82 |
| Hex | E4 | C8 | BC | 0 | C | 12 | B | 12 | 2B | 52 |
| Octal | 344 | 310 | 274 | 0 | 14 | 22 | 13 | 22 | 53 | 122 |
| Binary | 11100100 | 11001000 | 10111100 | 0 | 1100 | 10010 | 1011 | 10010 | 101011 | 1010010 |
Color Harmonies of #E4C8BC
Complementary color
Monochromatic Colors of #E4C8BC
Black with #E4C8BC
Text Example
Text Example
White with #E4C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C8BC; }
p { color: rgb(228,200,188); }
H1.HeaderClassName
{
color: #E4C8BC;
}
.AnyTagClassName
{
color: #E4C8BC;
}
</style>
background-color css
<style>
a { background-color: #E4C8BC; }
a { background-color: rgb(228,200,188); }
div.DivClassName
{
background-color: #E4C8BC;
}
.BgClassName
{
background-color: #E4C8BC;
}
</style>
border-color css
<style>
span { border-color: #E4C8BC; }
span { border-color: rgb(228,200,188); }
td.TdClassName
{
border-color: #E4C8BC;
}
.TagClassName
{
border-color: #E4C8BC;
}
</style>