Shades of Dust Storm #E2CBC6
Tints of Dust Storm #E2CBC6
RGB
CMYK
RGB Variations
Color information
#E2CBC6 (or 0xE2CBC6) is known color: Dust Storm. HEX triplet: E2, CB and C6. RGB value is (226,203,198). Sum of RGB (Red+Green+Blue) = 226+203+198=627 (83% of max value = 765). Red value is 226 (88.67% from 255 or 36.04% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBC6 is #1D3439. Grayscale: #D1D1D1. Windows color (decimal): -1913914 or 13028322. OLE color: 13028322.
HSL color Cylindrical-coordinate representation of color #E2CBC6: hue angle of 10.71º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2CBC6 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 198 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.11 |
| HSL | 10.71º | 0.33% | 0.83% | - |
| HSV(B) | 10.71º | 0.12% | 0.89% | - |
| XYZ | 62.91 | 62.96 | 62.26 | - |
| YUV | 209.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 198 | 0 | 0.10 | 0.12 | 0.11 | 10.71 | 0.33 | 0.83 |
| Hex | E2 | CB | C6 | 0 | A | C | B | B | 21 | 53 |
| Octal | 342 | 313 | 306 | 0 | 12 | 14 | 13 | 13 | 41 | 123 |
| Binary | 11100010 | 11001011 | 11000110 | 0 | 1010 | 1100 | 1011 | 1011 | 100001 | 1010011 |
Color Harmonies of #E2CBC6
Complementary color
Monochromatic Colors of #E2CBC6
Black with #E2CBC6
Text Example
Text Example
White with #E2CBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBC6; }
p { color: rgb(226,203,198); }
H1.HeaderClassName
{
color: #E2CBC6;
}
.AnyTagClassName
{
color: #E2CBC6;
}
</style>
background-color css
<style>
a { background-color: #E2CBC6; }
a { background-color: rgb(226,203,198); }
div.DivClassName
{
background-color: #E2CBC6;
}
.BgClassName
{
background-color: #E2CBC6;
}
</style>
border-color css
<style>
span { border-color: #E2CBC6; }
span { border-color: rgb(226,203,198); }
td.TdClassName
{
border-color: #E2CBC6;
}
.TagClassName
{
border-color: #E2CBC6;
}
</style>