Shades of Dust Storm #E5C6BC
Tints of Dust Storm #E5C6BC
RGB
CMYK
RGB Variations
Color information
#E5C6BC (or 0xE5C6BC) is known color: Dust Storm. HEX triplet: E5, C6 and BC. RGB value is (229,198,188). Sum of RGB (Red+Green+Blue) = 229+198+188=615 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.24% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C6BC is #1A3943. Grayscale: #CECECE. Windows color (decimal): -1718596 or 12371685. OLE color: 12371685.
HSL color Cylindrical-coordinate representation of color #E5C6BC: hue angle of 14.63º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5C6BC is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 198 | 188 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.10 |
| HSL | 14.63º | 0.44% | 0.82% | - |
| HSV(B) | 14.63º | 0.18% | 0.9% | - |
| XYZ | 61.58 | 60.68 | 56.04 | - |
| YUV | 206.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 198 | 188 | 0 | 0.14 | 0.18 | 0.10 | 14.63 | 0.44 | 0.82 |
| Hex | E5 | C6 | BC | 0 | E | 12 | A | F | 2C | 52 |
| Octal | 345 | 306 | 274 | 0 | 16 | 22 | 12 | 17 | 54 | 122 |
| Binary | 11100101 | 11000110 | 10111100 | 0 | 1110 | 10010 | 1010 | 1111 | 101100 | 1010010 |
Color Harmonies of #E5C6BC
Complementary color
Monochromatic Colors of #E5C6BC
Black with #E5C6BC
Text Example
Text Example
White with #E5C6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C6BC; }
p { color: rgb(229,198,188); }
H1.HeaderClassName
{
color: #E5C6BC;
}
.AnyTagClassName
{
color: #E5C6BC;
}
</style>
background-color css
<style>
a { background-color: #E5C6BC; }
a { background-color: rgb(229,198,188); }
div.DivClassName
{
background-color: #E5C6BC;
}
.BgClassName
{
background-color: #E5C6BC;
}
</style>
border-color css
<style>
span { border-color: #E5C6BC; }
span { border-color: rgb(229,198,188); }
td.TdClassName
{
border-color: #E5C6BC;
}
.TagClassName
{
border-color: #E5C6BC;
}
</style>