Shades of Dust Storm #E2CBBC
Tints of Dust Storm #E2CBBC
RGB
CMYK
RGB Variations
Color information
#E2CBBC (or 0xE2CBBC) is known color: Dust Storm. HEX triplet: E2, CB and BC. RGB value is (226,203,188). Sum of RGB (Red+Green+Blue) = 226+203+188=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBBC is #1D3443. Grayscale: #D0D0D0. Windows color (decimal): -1913924 or 12372962. OLE color: 12372962.
HSL color Cylindrical-coordinate representation of color #E2CBBC: hue angle of 23.68º 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 #E2CBBC is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 188 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.11 |
| HSL | 23.68º | 0.4% | 0.81% | - |
| HSV(B) | 23.68º | 0.17% | 0.89% | - |
| XYZ | 61.8 | 62.51 | 56.39 | - |
| YUV | 208.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 188 | 0 | 0.10 | 0.17 | 0.11 | 23.68 | 0.4 | 0.81 |
| Hex | E2 | CB | BC | 0 | A | 11 | B | 18 | 28 | 51 |
| Octal | 342 | 313 | 274 | 0 | 12 | 21 | 13 | 30 | 50 | 121 |
| Binary | 11100010 | 11001011 | 10111100 | 0 | 1010 | 10001 | 1011 | 11000 | 101000 | 1010001 |
Color Harmonies of #E2CBBC
Complementary color
Monochromatic Colors of #E2CBBC
Black with #E2CBBC
Text Example
Text Example
White with #E2CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBBC; }
p { color: rgb(226,203,188); }
H1.HeaderClassName
{
color: #E2CBBC;
}
.AnyTagClassName
{
color: #E2CBBC;
}
</style>
background-color css
<style>
a { background-color: #E2CBBC; }
a { background-color: rgb(226,203,188); }
div.DivClassName
{
background-color: #E2CBBC;
}
.BgClassName
{
background-color: #E2CBBC;
}
</style>
border-color css
<style>
span { border-color: #E2CBBC; }
span { border-color: rgb(226,203,188); }
td.TdClassName
{
border-color: #E2CBBC;
}
.TagClassName
{
border-color: #E2CBBC;
}
</style>