Shades of Dust Storm #E5C6BF
Tints of Dust Storm #E5C6BF
RGB
CMYK
RGB Variations
Color information
#E5C6BF (or 0xE5C6BF) is known color: Dust Storm. HEX triplet: E5, C6 and BF. RGB value is (229,198,191). Sum of RGB (Red+Green+Blue) = 229+198+191=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C6BF is #1A3940. Grayscale: #CECECE. Windows color (decimal): -1718593 or 12568293. OLE color: 12568293.
HSL color Cylindrical-coordinate representation of color #E5C6BF: hue angle of 11.05º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5C6BF is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 198 | 191 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.10 |
| HSL | 11.05º | 0.42% | 0.82% | - |
| HSV(B) | 11.05º | 0.17% | 0.9% | - |
| XYZ | 61.91 | 60.81 | 57.76 | - |
| YUV | 206.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 198 | 191 | 0 | 0.14 | 0.17 | 0.10 | 11.05 | 0.42 | 0.82 |
| Hex | E5 | C6 | BF | 0 | E | 11 | A | B | 2A | 52 |
| Octal | 345 | 306 | 277 | 0 | 16 | 21 | 12 | 13 | 52 | 122 |
| Binary | 11100101 | 11000110 | 10111111 | 0 | 1110 | 10001 | 1010 | 1011 | 101010 | 1010010 |
Color Harmonies of #E5C6BF
Complementary color
Monochromatic Colors of #E5C6BF
Black with #E5C6BF
Text Example
Text Example
White with #E5C6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C6BF; }
p { color: rgb(229,198,191); }
H1.HeaderClassName
{
color: #E5C6BF;
}
.AnyTagClassName
{
color: #E5C6BF;
}
</style>
background-color css
<style>
a { background-color: #E5C6BF; }
a { background-color: rgb(229,198,191); }
div.DivClassName
{
background-color: #E5C6BF;
}
.BgClassName
{
background-color: #E5C6BF;
}
</style>
border-color css
<style>
span { border-color: #E5C6BF; }
span { border-color: rgb(229,198,191); }
td.TdClassName
{
border-color: #E5C6BF;
}
.TagClassName
{
border-color: #E5C6BF;
}
</style>