Shades of Dust Storm #E6C4BC
Tints of Dust Storm #E6C4BC
RGB
CMYK
RGB Variations
Color information
#E6C4BC (or 0xE6C4BC) is known color: Dust Storm. HEX triplet: E6, C4 and BC. RGB value is (230,196,188). Sum of RGB (Red+Green+Blue) = 230+196+188=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 196 (76.95% from 255 or 31.92% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C4BC is #193B43. Grayscale: #CDCDCD. Windows color (decimal): -1653572 or 12371174. OLE color: 12371174.
HSL color Cylindrical-coordinate representation of color #E6C4BC: hue angle of 11.43º degrees, saturation: 0.46, 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 #E6C4BC is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 196 | 188 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.10 |
| HSL | 11.43º | 0.46% | 0.82% | - |
| HSV(B) | 11.43º | 0.18% | 0.9% | - |
| XYZ | 61.45 | 59.93 | 55.91 | - |
| YUV | 205.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 196 | 188 | 0 | 0.15 | 0.18 | 0.10 | 11.43 | 0.46 | 0.82 |
| Hex | E6 | C4 | BC | 0 | F | 12 | A | B | 2E | 52 |
| Octal | 346 | 304 | 274 | 0 | 17 | 22 | 12 | 13 | 56 | 122 |
| Binary | 11100110 | 11000100 | 10111100 | 0 | 1111 | 10010 | 1010 | 1011 | 101110 | 1010010 |
Color Harmonies of #E6C4BC
Complementary color
Monochromatic Colors of #E6C4BC
Black with #E6C4BC
Text Example
Text Example
White with #E6C4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C4BC; }
p { color: rgb(230,196,188); }
H1.HeaderClassName
{
color: #E6C4BC;
}
.AnyTagClassName
{
color: #E6C4BC;
}
</style>
background-color css
<style>
a { background-color: #E6C4BC; }
a { background-color: rgb(230,196,188); }
div.DivClassName
{
background-color: #E6C4BC;
}
.BgClassName
{
background-color: #E6C4BC;
}
</style>
border-color css
<style>
span { border-color: #E6C4BC; }
span { border-color: rgb(230,196,188); }
td.TdClassName
{
border-color: #E6C4BC;
}
.TagClassName
{
border-color: #E6C4BC;
}
</style>