Shades of Dust Storm #E7C6BE
Tints of Dust Storm #E7C6BE
RGB
CMYK
RGB Variations
Color information
#E7C6BE (or 0xE7C6BE) is known color: Dust Storm. HEX triplet: E7, C6 and BE. RGB value is (231,198,190). Sum of RGB (Red+Green+Blue) = 231+198+190=619 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.32% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C6BE is #183941. Grayscale: #CFCFCF. Windows color (decimal): -1587522 or 12502759. OLE color: 12502759.
HSL color Cylindrical-coordinate representation of color #E7C6BE: hue angle of 11.71º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7C6BE is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 198 | 190 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.09 |
| HSL | 11.71º | 0.46% | 0.83% | - |
| HSV(B) | 11.71º | 0.18% | 0.91% | - |
| XYZ | 62.44 | 61.09 | 57.22 | - |
| YUV | 206.96 | 118.43 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 198 | 190 | 0 | 0.14 | 0.18 | 0.09 | 11.71 | 0.46 | 0.83 |
| Hex | E7 | C6 | BE | 0 | E | 12 | 9 | C | 2E | 53 |
| Octal | 347 | 306 | 276 | 0 | 16 | 22 | 11 | 14 | 56 | 123 |
| Binary | 11100111 | 11000110 | 10111110 | 0 | 1110 | 10010 | 1001 | 1100 | 101110 | 1010011 |
Color Harmonies of #E7C6BE
Complementary color
Monochromatic Colors of #E7C6BE
Black with #E7C6BE
Text Example
Text Example
White with #E7C6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C6BE; }
p { color: rgb(231,198,190); }
H1.HeaderClassName
{
color: #E7C6BE;
}
.AnyTagClassName
{
color: #E7C6BE;
}
</style>
background-color css
<style>
a { background-color: #E7C6BE; }
a { background-color: rgb(231,198,190); }
div.DivClassName
{
background-color: #E7C6BE;
}
.BgClassName
{
background-color: #E7C6BE;
}
</style>
border-color css
<style>
span { border-color: #E7C6BE; }
span { border-color: rgb(231,198,190); }
td.TdClassName
{
border-color: #E7C6BE;
}
.TagClassName
{
border-color: #E7C6BE;
}
</style>