Shades of Dust Storm #E5C3BF
Tints of Dust Storm #E5C3BF
RGB
CMYK
RGB Variations
Color information
#E5C3BF (or 0xE5C3BF) is known color: Dust Storm. HEX triplet: E5, C3 and BF. RGB value is (229,195,191). Sum of RGB (Red+Green+Blue) = 229+195+191=615 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.24% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C3BF is #1A3C40. Grayscale: #CCCCCC. Windows color (decimal): -1719361 or 12567525. OLE color: 12567525.
HSL color Cylindrical-coordinate representation of color #E5C3BF: hue angle of 6.32º 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 #E5C3BF is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 195 | 191 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.10 |
| HSL | 6.32º | 0.42% | 0.82% | - |
| HSV(B) | 6.32º | 0.17% | 0.9% | - |
| XYZ | 61.23 | 59.45 | 57.54 | - |
| YUV | 204.71 | 120.26 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 195 | 191 | 0 | 0.15 | 0.17 | 0.10 | 6.32 | 0.42 | 0.82 |
| Hex | E5 | C3 | BF | 0 | F | 11 | A | 6 | 2A | 52 |
| Octal | 345 | 303 | 277 | 0 | 17 | 21 | 12 | 6 | 52 | 122 |
| Binary | 11100101 | 11000011 | 10111111 | 0 | 1111 | 10001 | 1010 | 110 | 101010 | 1010010 |
Color Harmonies of #E5C3BF
Complementary color
Monochromatic Colors of #E5C3BF
Black with #E5C3BF
Text Example
Text Example
White with #E5C3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C3BF; }
p { color: rgb(229,195,191); }
H1.HeaderClassName
{
color: #E5C3BF;
}
.AnyTagClassName
{
color: #E5C3BF;
}
</style>
background-color css
<style>
a { background-color: #E5C3BF; }
a { background-color: rgb(229,195,191); }
div.DivClassName
{
background-color: #E5C3BF;
}
.BgClassName
{
background-color: #E5C3BF;
}
</style>
border-color css
<style>
span { border-color: #E5C3BF; }
span { border-color: rgb(229,195,191); }
td.TdClassName
{
border-color: #E5C3BF;
}
.TagClassName
{
border-color: #E5C3BF;
}
</style>