Shades of Dust Storm #E5CBBA
Tints of Dust Storm #E5CBBA
RGB
CMYK
RGB Variations
Color information
#E5CBBA (or 0xE5CBBA) is known color: Dust Storm. HEX triplet: E5, CB and BA. RGB value is (229,203,186). Sum of RGB (Red+Green+Blue) = 229+203+186=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CBBA is #1A3445. Grayscale: #D0D0D0. Windows color (decimal): -1717318 or 12241893. OLE color: 12241893.
HSL color Cylindrical-coordinate representation of color #E5CBBA: hue angle of 23.72º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5CBBA is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 186 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.10 |
| HSL | 23.72º | 0.45% | 0.81% | - |
| HSV(B) | 23.72º | 0.19% | 0.9% | - |
| XYZ | 62.53 | 62.92 | 55.3 | - |
| YUV | 208.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 186 | 0 | 0.11 | 0.19 | 0.10 | 23.72 | 0.45 | 0.81 |
| Hex | E5 | CB | BA | 0 | B | 13 | A | 18 | 2D | 51 |
| Octal | 345 | 313 | 272 | 0 | 13 | 23 | 12 | 30 | 55 | 121 |
| Binary | 11100101 | 11001011 | 10111010 | 0 | 1011 | 10011 | 1010 | 11000 | 101101 | 1010001 |
Color Harmonies of #E5CBBA
Complementary color
Monochromatic Colors of #E5CBBA
Black with #E5CBBA
Text Example
Text Example
White with #E5CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CBBA; }
p { color: rgb(229,203,186); }
H1.HeaderClassName
{
color: #E5CBBA;
}
.AnyTagClassName
{
color: #E5CBBA;
}
</style>
background-color css
<style>
a { background-color: #E5CBBA; }
a { background-color: rgb(229,203,186); }
div.DivClassName
{
background-color: #E5CBBA;
}
.BgClassName
{
background-color: #E5CBBA;
}
</style>
border-color css
<style>
span { border-color: #E5CBBA; }
span { border-color: rgb(229,203,186); }
td.TdClassName
{
border-color: #E5CBBA;
}
.TagClassName
{
border-color: #E5CBBA;
}
</style>