Shades of Dust Storm #E8CBBB
Tints of Dust Storm #E8CBBB
RGB
CMYK
RGB Variations
Color information
#E8CBBB (or 0xE8CBBB) is known color: Dust Storm. HEX triplet: E8, CB and BB. RGB value is (232,203,187). Sum of RGB (Red+Green+Blue) = 232+203+187=622 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.30% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CBBB is #173444. Grayscale: #D1D1D1. Windows color (decimal): -1520709 or 12307432. OLE color: 12307432.
HSL color Cylindrical-coordinate representation of color #E8CBBB: hue angle of 21.33º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8CBBB is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 203 | 187 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.09 |
| HSL | 21.33º | 0.49% | 0.82% | - |
| HSV(B) | 21.33º | 0.19% | 0.91% | - |
| XYZ | 63.6 | 63.46 | 55.91 | - |
| YUV | 209.85 | 115.11 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 203 | 187 | 0 | 0.12 | 0.19 | 0.09 | 21.33 | 0.49 | 0.82 |
| Hex | E8 | CB | BB | 0 | C | 13 | 9 | 15 | 31 | 52 |
| Octal | 350 | 313 | 273 | 0 | 14 | 23 | 11 | 25 | 61 | 122 |
| Binary | 11101000 | 11001011 | 10111011 | 0 | 1100 | 10011 | 1001 | 10101 | 110001 | 1010010 |
Color Harmonies of #E8CBBB
Complementary color
Monochromatic Colors of #E8CBBB
Black with #E8CBBB
Text Example
Text Example
White with #E8CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CBBB; }
p { color: rgb(232,203,187); }
H1.HeaderClassName
{
color: #E8CBBB;
}
.AnyTagClassName
{
color: #E8CBBB;
}
</style>
background-color css
<style>
a { background-color: #E8CBBB; }
a { background-color: rgb(232,203,187); }
div.DivClassName
{
background-color: #E8CBBB;
}
.BgClassName
{
background-color: #E8CBBB;
}
</style>
border-color css
<style>
span { border-color: #E8CBBB; }
span { border-color: rgb(232,203,187); }
td.TdClassName
{
border-color: #E8CBBB;
}
.TagClassName
{
border-color: #E8CBBB;
}
</style>