Shades of Dust Storm #E7C4BC
Tints of Dust Storm #E7C4BC
RGB
CMYK
RGB Variations
Color information
#E7C4BC (or 0xE7C4BC) is known color: Dust Storm. HEX triplet: E7, C4 and BC. RGB value is (231,196,188). Sum of RGB (Red+Green+Blue) = 231+196+188=615 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.56% from 615); Green value is 196 (76.95% from 255 or 31.87% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C4BC is #183B43. Grayscale: #CDCDCD. Windows color (decimal): -1588036 or 12371175. OLE color: 12371175.
HSL color Cylindrical-coordinate representation of color #E7C4BC: hue angle of 11.16º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7C4BC is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 196 | 188 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.09 |
| HSL | 11.16º | 0.47% | 0.82% | - |
| HSV(B) | 11.16º | 0.19% | 0.91% | - |
| XYZ | 61.77 | 60.1 | 55.92 | - |
| YUV | 205.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 196 | 188 | 0 | 0.15 | 0.19 | 0.09 | 11.16 | 0.47 | 0.82 |
| Hex | E7 | C4 | BC | 0 | F | 13 | 9 | B | 2F | 52 |
| Octal | 347 | 304 | 274 | 0 | 17 | 23 | 11 | 13 | 57 | 122 |
| Binary | 11100111 | 11000100 | 10111100 | 0 | 1111 | 10011 | 1001 | 1011 | 101111 | 1010010 |
Color Harmonies of #E7C4BC
Complementary color
Monochromatic Colors of #E7C4BC
Black with #E7C4BC
Text Example
Text Example
White with #E7C4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C4BC; }
p { color: rgb(231,196,188); }
H1.HeaderClassName
{
color: #E7C4BC;
}
.AnyTagClassName
{
color: #E7C4BC;
}
</style>
background-color css
<style>
a { background-color: #E7C4BC; }
a { background-color: rgb(231,196,188); }
div.DivClassName
{
background-color: #E7C4BC;
}
.BgClassName
{
background-color: #E7C4BC;
}
</style>
border-color css
<style>
span { border-color: #E7C4BC; }
span { border-color: rgb(231,196,188); }
td.TdClassName
{
border-color: #E7C4BC;
}
.TagClassName
{
border-color: #E7C4BC;
}
</style>