Shades of Dust Storm #E7C6BD
Tints of Dust Storm #E7C6BD
RGB
CMYK
RGB Variations
Color information
#E7C6BD (or 0xE7C6BD) is known color: Dust Storm. HEX triplet: E7, C6 and BD. RGB value is (231,198,189). Sum of RGB (Red+Green+Blue) = 231+198+189=618 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.38% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C6BD is #183942. Grayscale: #CECECE. Windows color (decimal): -1587523 or 12437223. OLE color: 12437223.
HSL color Cylindrical-coordinate representation of color #E7C6BD: hue angle of 12.86º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7C6BD is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 198 | 189 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.09 |
| HSL | 12.86º | 0.47% | 0.82% | - |
| HSV(B) | 12.86º | 0.18% | 0.91% | - |
| XYZ | 62.33 | 61.05 | 56.64 | - |
| YUV | 206.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 198 | 189 | 0 | 0.14 | 0.18 | 0.09 | 12.86 | 0.47 | 0.82 |
| Hex | E7 | C6 | BD | 0 | E | 12 | 9 | D | 2F | 52 |
| Octal | 347 | 306 | 275 | 0 | 16 | 22 | 11 | 15 | 57 | 122 |
| Binary | 11100111 | 11000110 | 10111101 | 0 | 1110 | 10010 | 1001 | 1101 | 101111 | 1010010 |
Color Harmonies of #E7C6BD
Complementary color
Monochromatic Colors of #E7C6BD
Black with #E7C6BD
Text Example
Text Example
White with #E7C6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C6BD; }
p { color: rgb(231,198,189); }
H1.HeaderClassName
{
color: #E7C6BD;
}
.AnyTagClassName
{
color: #E7C6BD;
}
</style>
background-color css
<style>
a { background-color: #E7C6BD; }
a { background-color: rgb(231,198,189); }
div.DivClassName
{
background-color: #E7C6BD;
}
.BgClassName
{
background-color: #E7C6BD;
}
</style>
border-color css
<style>
span { border-color: #E7C6BD; }
span { border-color: rgb(231,198,189); }
td.TdClassName
{
border-color: #E7C6BD;
}
.TagClassName
{
border-color: #E7C6BD;
}
</style>