Shades of Dust Storm #E5CBBB
Tints of Dust Storm #E5CBBB
RGB
CMYK
RGB Variations
Color information
#E5CBBB (or 0xE5CBBB) is known color: Dust Storm. HEX triplet: E5, CB and BB. RGB value is (229,203,187). Sum of RGB (Red+Green+Blue) = 229+203+187=619 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.00% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CBBB is #1A3444. Grayscale: #D1D1D1. Windows color (decimal): -1717317 or 12307429. OLE color: 12307429.
HSL color Cylindrical-coordinate representation of color #E5CBBB: hue angle of 22.86º degrees, saturation: 0.45, 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 #E5CBBB is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 187 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.10 |
| HSL | 22.86º | 0.45% | 0.82% | - |
| HSV(B) | 22.86º | 0.18% | 0.9% | - |
| XYZ | 62.64 | 62.96 | 55.86 | - |
| YUV | 208.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 187 | 0 | 0.11 | 0.18 | 0.10 | 22.86 | 0.45 | 0.82 |
| Hex | E5 | CB | BB | 0 | B | 12 | A | 17 | 2D | 52 |
| Octal | 345 | 313 | 273 | 0 | 13 | 22 | 12 | 27 | 55 | 122 |
| Binary | 11100101 | 11001011 | 10111011 | 0 | 1011 | 10010 | 1010 | 10111 | 101101 | 1010010 |
Color Harmonies of #E5CBBB
Complementary color
Monochromatic Colors of #E5CBBB
Black with #E5CBBB
Text Example
Text Example
White with #E5CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CBBB; }
p { color: rgb(229,203,187); }
H1.HeaderClassName
{
color: #E5CBBB;
}
.AnyTagClassName
{
color: #E5CBBB;
}
</style>
background-color css
<style>
a { background-color: #E5CBBB; }
a { background-color: rgb(229,203,187); }
div.DivClassName
{
background-color: #E5CBBB;
}
.BgClassName
{
background-color: #E5CBBB;
}
</style>
border-color css
<style>
span { border-color: #E5CBBB; }
span { border-color: rgb(229,203,187); }
td.TdClassName
{
border-color: #E5CBBB;
}
.TagClassName
{
border-color: #E5CBBB;
}
</style>