Shades of Dust Storm #E2CCBE
Tints of Dust Storm #E2CCBE
RGB
CMYK
RGB Variations
Color information
#E2CCBE (or 0xE2CCBE) is known color: Dust Storm. HEX triplet: E2, CC and BE. RGB value is (226,204,190). Sum of RGB (Red+Green+Blue) = 226+204+190=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CCBE is #1D3341. Grayscale: #D1D1D1. Windows color (decimal): -1913666 or 12504290. OLE color: 12504290.
HSL color Cylindrical-coordinate representation of color #E2CCBE: hue angle of 23.33º 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 #E2CCBE is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 204 | 190 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.11 |
| HSL | 23.33º | 0.38% | 0.82% | - |
| HSV(B) | 23.33º | 0.16% | 0.89% | - |
| XYZ | 62.25 | 63.07 | 57.61 | - |
| YUV | 208.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 190 | 0 | 0.10 | 0.16 | 0.11 | 23.33 | 0.38 | 0.82 |
| Hex | E2 | CC | BE | 0 | A | 10 | B | 17 | 26 | 52 |
| Octal | 342 | 314 | 276 | 0 | 12 | 20 | 13 | 27 | 46 | 122 |
| Binary | 11100010 | 11001100 | 10111110 | 0 | 1010 | 10000 | 1011 | 10111 | 100110 | 1010010 |
Color Harmonies of #E2CCBE
Complementary color
Monochromatic Colors of #E2CCBE
Black with #E2CCBE
Text Example
Text Example
White with #E2CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CCBE; }
p { color: rgb(226,204,190); }
H1.HeaderClassName
{
color: #E2CCBE;
}
.AnyTagClassName
{
color: #E2CCBE;
}
</style>
background-color css
<style>
a { background-color: #E2CCBE; }
a { background-color: rgb(226,204,190); }
div.DivClassName
{
background-color: #E2CCBE;
}
.BgClassName
{
background-color: #E2CCBE;
}
</style>
border-color css
<style>
span { border-color: #E2CCBE; }
span { border-color: rgb(226,204,190); }
td.TdClassName
{
border-color: #E2CCBE;
}
.TagClassName
{
border-color: #E2CCBE;
}
</style>