Shades of Dust Storm #E6C7BF
Tints of Dust Storm #E6C7BF
RGB
CMYK
RGB Variations
Color information
#E6C7BF (or 0xE6C7BF) is known color: Dust Storm. HEX triplet: E6, C7 and BF. RGB value is (230,199,191). Sum of RGB (Red+Green+Blue) = 230+199+191=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C7BF is #193840. Grayscale: #CFCFCF. Windows color (decimal): -1652801 or 12568550. OLE color: 12568550.
HSL color Cylindrical-coordinate representation of color #E6C7BF: hue angle of 12.31º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6C7BF is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 199 | 191 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.10 |
| HSL | 12.31º | 0.44% | 0.83% | - |
| HSV(B) | 12.31º | 0.17% | 0.9% | - |
| XYZ | 62.46 | 61.43 | 57.86 | - |
| YUV | 207.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 199 | 191 | 0 | 0.13 | 0.17 | 0.10 | 12.31 | 0.44 | 0.83 |
| Hex | E6 | C7 | BF | 0 | D | 11 | A | C | 2C | 53 |
| Octal | 346 | 307 | 277 | 0 | 15 | 21 | 12 | 14 | 54 | 123 |
| Binary | 11100110 | 11000111 | 10111111 | 0 | 1101 | 10001 | 1010 | 1100 | 101100 | 1010011 |
Color Harmonies of #E6C7BF
Complementary color
Monochromatic Colors of #E6C7BF
Black with #E6C7BF
Text Example
Text Example
White with #E6C7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C7BF; }
p { color: rgb(230,199,191); }
H1.HeaderClassName
{
color: #E6C7BF;
}
.AnyTagClassName
{
color: #E6C7BF;
}
</style>
background-color css
<style>
a { background-color: #E6C7BF; }
a { background-color: rgb(230,199,191); }
div.DivClassName
{
background-color: #E6C7BF;
}
.BgClassName
{
background-color: #E6C7BF;
}
</style>
border-color css
<style>
span { border-color: #E6C7BF; }
span { border-color: rgb(230,199,191); }
td.TdClassName
{
border-color: #E6C7BF;
}
.TagClassName
{
border-color: #E6C7BF;
}
</style>