Shades of Dust Storm #E2CBBE
Tints of Dust Storm #E2CBBE
RGB
CMYK
RGB Variations
Color information
#E2CBBE (or 0xE2CBBE) is known color: Dust Storm. HEX triplet: E2, CB and BE. RGB value is (226,203,190). Sum of RGB (Red+Green+Blue) = 226+203+190=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBBE is #1D3441. Grayscale: #D0D0D0. Windows color (decimal): -1913922 or 12504034. OLE color: 12504034.
HSL color Cylindrical-coordinate representation of color #E2CBBE: hue angle of 21.67º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2CBBE is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 190 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.11 |
| HSL | 21.67º | 0.38% | 0.82% | - |
| HSV(B) | 21.67º | 0.16% | 0.89% | - |
| XYZ | 62.01 | 62.6 | 57.53 | - |
| YUV | 208.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 190 | 0 | 0.10 | 0.16 | 0.11 | 21.67 | 0.38 | 0.82 |
| Hex | E2 | CB | BE | 0 | A | 10 | B | 16 | 26 | 52 |
| Octal | 342 | 313 | 276 | 0 | 12 | 20 | 13 | 26 | 46 | 122 |
| Binary | 11100010 | 11001011 | 10111110 | 0 | 1010 | 10000 | 1011 | 10110 | 100110 | 1010010 |
Color Harmonies of #E2CBBE
Complementary color
Monochromatic Colors of #E2CBBE
Black with #E2CBBE
Text Example
Text Example
White with #E2CBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBBE; }
p { color: rgb(226,203,190); }
H1.HeaderClassName
{
color: #E2CBBE;
}
.AnyTagClassName
{
color: #E2CBBE;
}
</style>
background-color css
<style>
a { background-color: #E2CBBE; }
a { background-color: rgb(226,203,190); }
div.DivClassName
{
background-color: #E2CBBE;
}
.BgClassName
{
background-color: #E2CBBE;
}
</style>
border-color css
<style>
span { border-color: #E2CBBE; }
span { border-color: rgb(226,203,190); }
td.TdClassName
{
border-color: #E2CBBE;
}
.TagClassName
{
border-color: #E2CBBE;
}
</style>