Shades of Dust Storm #E4C2BC
Tints of Dust Storm #E4C2BC
RGB
CMYK
RGB Variations
Color information
#E4C2BC (or 0xE4C2BC) is known color: Dust Storm. HEX triplet: E4, C2 and BC. RGB value is (228,194,188). Sum of RGB (Red+Green+Blue) = 228+194+188=610 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.38% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4C2BC is #1B3D43. Grayscale: #CBCBCB. Windows color (decimal): -1785156 or 12370660. OLE color: 12370660.
HSL color Cylindrical-coordinate representation of color #E4C2BC: hue angle of 9º 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 #E4C2BC is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 194 | 188 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.11 |
| HSL | 9º | 0.43% | 0.82% | - |
| HSV(B) | 9º | 0.18% | 0.89% | - |
| XYZ | 60.36 | 58.71 | 55.73 | - |
| YUV | 203.48 | 119.26 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 194 | 188 | 0 | 0.15 | 0.18 | 0.11 | 9 | 0.43 | 0.82 |
| Hex | E4 | C2 | BC | 0 | F | 12 | B | 9 | 2B | 52 |
| Octal | 344 | 302 | 274 | 0 | 17 | 22 | 13 | 11 | 53 | 122 |
| Binary | 11100100 | 11000010 | 10111100 | 0 | 1111 | 10010 | 1011 | 1001 | 101011 | 1010010 |
Color Harmonies of #E4C2BC
Complementary color
Monochromatic Colors of #E4C2BC
Black with #E4C2BC
Text Example
Text Example
White with #E4C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C2BC; }
p { color: rgb(228,194,188); }
H1.HeaderClassName
{
color: #E4C2BC;
}
.AnyTagClassName
{
color: #E4C2BC;
}
</style>
background-color css
<style>
a { background-color: #E4C2BC; }
a { background-color: rgb(228,194,188); }
div.DivClassName
{
background-color: #E4C2BC;
}
.BgClassName
{
background-color: #E4C2BC;
}
</style>
border-color css
<style>
span { border-color: #E4C2BC; }
span { border-color: rgb(228,194,188); }
td.TdClassName
{
border-color: #E4C2BC;
}
.TagClassName
{
border-color: #E4C2BC;
}
</style>