Shades of Dust Storm #E2CBBB
Tints of Dust Storm #E2CBBB
RGB
CMYK
RGB Variations
Color information
#E2CBBB (or 0xE2CBBB) is known color: Dust Storm. HEX triplet: E2, CB and BB. RGB value is (226,203,187). Sum of RGB (Red+Green+Blue) = 226+203+187=616 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.69% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBBB is #1D3444. Grayscale: #D0D0D0. Windows color (decimal): -1913925 or 12307426. OLE color: 12307426.
HSL color Cylindrical-coordinate representation of color #E2CBBB: hue angle of 24.62º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2CBBB is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 187 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.11 |
| HSL | 24.62º | 0.4% | 0.81% | - |
| HSV(B) | 24.62º | 0.17% | 0.89% | - |
| XYZ | 61.69 | 62.47 | 55.82 | - |
| YUV | 208.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 187 | 0 | 0.10 | 0.17 | 0.11 | 24.62 | 0.4 | 0.81 |
| Hex | E2 | CB | BB | 0 | A | 11 | B | 19 | 28 | 51 |
| Octal | 342 | 313 | 273 | 0 | 12 | 21 | 13 | 31 | 50 | 121 |
| Binary | 11100010 | 11001011 | 10111011 | 0 | 1010 | 10001 | 1011 | 11001 | 101000 | 1010001 |
Color Harmonies of #E2CBBB
Complementary color
Monochromatic Colors of #E2CBBB
Black with #E2CBBB
Text Example
Text Example
White with #E2CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBBB; }
p { color: rgb(226,203,187); }
H1.HeaderClassName
{
color: #E2CBBB;
}
.AnyTagClassName
{
color: #E2CBBB;
}
</style>
background-color css
<style>
a { background-color: #E2CBBB; }
a { background-color: rgb(226,203,187); }
div.DivClassName
{
background-color: #E2CBBB;
}
.BgClassName
{
background-color: #E2CBBB;
}
</style>
border-color css
<style>
span { border-color: #E2CBBB; }
span { border-color: rgb(226,203,187); }
td.TdClassName
{
border-color: #E2CBBB;
}
.TagClassName
{
border-color: #E2CBBB;
}
</style>