Shades of Dust Storm #E6C3BF
Tints of Dust Storm #E6C3BF
RGB
CMYK
RGB Variations
Color information
#E6C3BF (or 0xE6C3BF) is known color: Dust Storm. HEX triplet: E6, C3 and BF. RGB value is (230,195,191). Sum of RGB (Red+Green+Blue) = 230+195+191=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C3BF is #193C40. Grayscale: #CDCDCD. Windows color (decimal): -1653825 or 12567526. OLE color: 12567526.
HSL color Cylindrical-coordinate representation of color #E6C3BF: hue angle of 6.15º 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 #E6C3BF is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 195 | 191 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.10 |
| HSL | 6.15º | 0.44% | 0.83% | - |
| HSV(B) | 6.15º | 0.17% | 0.9% | - |
| XYZ | 61.55 | 59.61 | 57.55 | - |
| YUV | 205.01 | 120.1 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 195 | 191 | 0 | 0.15 | 0.17 | 0.10 | 6.15 | 0.44 | 0.83 |
| Hex | E6 | C3 | BF | 0 | F | 11 | A | 6 | 2C | 53 |
| Octal | 346 | 303 | 277 | 0 | 17 | 21 | 12 | 6 | 54 | 123 |
| Binary | 11100110 | 11000011 | 10111111 | 0 | 1111 | 10001 | 1010 | 110 | 101100 | 1010011 |
Color Harmonies of #E6C3BF
Complementary color
Monochromatic Colors of #E6C3BF
Black with #E6C3BF
Text Example
Text Example
White with #E6C3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C3BF; }
p { color: rgb(230,195,191); }
H1.HeaderClassName
{
color: #E6C3BF;
}
.AnyTagClassName
{
color: #E6C3BF;
}
</style>
background-color css
<style>
a { background-color: #E6C3BF; }
a { background-color: rgb(230,195,191); }
div.DivClassName
{
background-color: #E6C3BF;
}
.BgClassName
{
background-color: #E6C3BF;
}
</style>
border-color css
<style>
span { border-color: #E6C3BF; }
span { border-color: rgb(230,195,191); }
td.TdClassName
{
border-color: #E6C3BF;
}
.TagClassName
{
border-color: #E6C3BF;
}
</style>