Shades of Dust Storm #E5C3BD
Tints of Dust Storm #E5C3BD
RGB
CMYK
RGB Variations
Color information
#E5C3BD (or 0xE5C3BD) is known color: Dust Storm. HEX triplet: E5, C3 and BD. RGB value is (229,195,189). Sum of RGB (Red+Green+Blue) = 229+195+189=613 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.36% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C3BD is #1A3C42. Grayscale: #CCCCCC. Windows color (decimal): -1719363 or 12436453. OLE color: 12436453.
HSL color Cylindrical-coordinate representation of color #E5C3BD: hue angle of 9º degrees, saturation: 0.43, 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 #E5C3BD is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 195 | 189 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.10 |
| HSL | 9º | 0.43% | 0.82% | - |
| HSV(B) | 9º | 0.17% | 0.9% | - |
| XYZ | 61.01 | 59.36 | 56.39 | - |
| YUV | 204.48 | 119.26 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 195 | 189 | 0 | 0.15 | 0.17 | 0.10 | 9 | 0.43 | 0.82 |
| Hex | E5 | C3 | BD | 0 | F | 11 | A | 9 | 2B | 52 |
| Octal | 345 | 303 | 275 | 0 | 17 | 21 | 12 | 11 | 53 | 122 |
| Binary | 11100101 | 11000011 | 10111101 | 0 | 1111 | 10001 | 1010 | 1001 | 101011 | 1010010 |
Color Harmonies of #E5C3BD
Complementary color
Monochromatic Colors of #E5C3BD
Black with #E5C3BD
Text Example
Text Example
White with #E5C3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C3BD; }
p { color: rgb(229,195,189); }
H1.HeaderClassName
{
color: #E5C3BD;
}
.AnyTagClassName
{
color: #E5C3BD;
}
</style>
background-color css
<style>
a { background-color: #E5C3BD; }
a { background-color: rgb(229,195,189); }
div.DivClassName
{
background-color: #E5C3BD;
}
.BgClassName
{
background-color: #E5C3BD;
}
</style>
border-color css
<style>
span { border-color: #E5C3BD; }
span { border-color: rgb(229,195,189); }
td.TdClassName
{
border-color: #E5C3BD;
}
.TagClassName
{
border-color: #E5C3BD;
}
</style>