Shades of Dust Storm #E6C4BF
Tints of Dust Storm #E6C4BF
RGB
CMYK
RGB Variations
Color information
#E6C4BF (or 0xE6C4BF) is known color: Dust Storm. HEX triplet: E6, C4 and BF. RGB value is (230,196,191). Sum of RGB (Red+Green+Blue) = 230+196+191=617 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.28% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C4BF is #193B40. Grayscale: #CDCDCD. Windows color (decimal): -1653569 or 12567782. OLE color: 12567782.
HSL color Cylindrical-coordinate representation of color #E6C4BF: hue angle of 7.69º 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 #E6C4BF is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 196 | 191 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.10 |
| HSL | 7.69º | 0.44% | 0.83% | - |
| HSV(B) | 7.69º | 0.17% | 0.9% | - |
| XYZ | 61.78 | 60.06 | 57.63 | - |
| YUV | 205.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 196 | 191 | 0 | 0.15 | 0.17 | 0.10 | 7.69 | 0.44 | 0.83 |
| Hex | E6 | C4 | BF | 0 | F | 11 | A | 8 | 2C | 53 |
| Octal | 346 | 304 | 277 | 0 | 17 | 21 | 12 | 10 | 54 | 123 |
| Binary | 11100110 | 11000100 | 10111111 | 0 | 1111 | 10001 | 1010 | 1000 | 101100 | 1010011 |
Color Harmonies of #E6C4BF
Complementary color
Monochromatic Colors of #E6C4BF
Black with #E6C4BF
Text Example
Text Example
White with #E6C4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C4BF; }
p { color: rgb(230,196,191); }
H1.HeaderClassName
{
color: #E6C4BF;
}
.AnyTagClassName
{
color: #E6C4BF;
}
</style>
background-color css
<style>
a { background-color: #E6C4BF; }
a { background-color: rgb(230,196,191); }
div.DivClassName
{
background-color: #E6C4BF;
}
.BgClassName
{
background-color: #E6C4BF;
}
</style>
border-color css
<style>
span { border-color: #E6C4BF; }
span { border-color: rgb(230,196,191); }
td.TdClassName
{
border-color: #E6C4BF;
}
.TagClassName
{
border-color: #E6C4BF;
}
</style>