Shades of Dust Storm #E5C5BF
Tints of Dust Storm #E5C5BF
RGB
CMYK
RGB Variations
Color information
#E5C5BF (or 0xE5C5BF) is known color: Dust Storm. HEX triplet: E5, C5 and BF. RGB value is (229,197,191). Sum of RGB (Red+Green+Blue) = 229+197+191=617 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.12% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C5BF is #1A3A40. Grayscale: #CDCDCD. Windows color (decimal): -1718849 or 12568037. OLE color: 12568037.
HSL color Cylindrical-coordinate representation of color #E5C5BF: hue angle of 9.47º 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 #E5C5BF is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 197 | 191 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.10 |
| HSL | 9.47º | 0.42% | 0.82% | - |
| HSV(B) | 9.47º | 0.17% | 0.9% | - |
| XYZ | 61.68 | 60.35 | 57.69 | - |
| YUV | 205.88 | 119.6 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 197 | 191 | 0 | 0.14 | 0.17 | 0.10 | 9.47 | 0.42 | 0.82 |
| Hex | E5 | C5 | BF | 0 | E | 11 | A | 9 | 2A | 52 |
| Octal | 345 | 305 | 277 | 0 | 16 | 21 | 12 | 11 | 52 | 122 |
| Binary | 11100101 | 11000101 | 10111111 | 0 | 1110 | 10001 | 1010 | 1001 | 101010 | 1010010 |
Color Harmonies of #E5C5BF
Complementary color
Monochromatic Colors of #E5C5BF
Black with #E5C5BF
Text Example
Text Example
White with #E5C5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C5BF; }
p { color: rgb(229,197,191); }
H1.HeaderClassName
{
color: #E5C5BF;
}
.AnyTagClassName
{
color: #E5C5BF;
}
</style>
background-color css
<style>
a { background-color: #E5C5BF; }
a { background-color: rgb(229,197,191); }
div.DivClassName
{
background-color: #E5C5BF;
}
.BgClassName
{
background-color: #E5C5BF;
}
</style>
border-color css
<style>
span { border-color: #E5C5BF; }
span { border-color: rgb(229,197,191); }
td.TdClassName
{
border-color: #E5C5BF;
}
.TagClassName
{
border-color: #E5C5BF;
}
</style>