Shades of Dust Storm #E2CBC2
Tints of Dust Storm #E2CBC2
RGB
CMYK
RGB Variations
Color information
#E2CBC2 (or 0xE2CBC2) is known color: Dust Storm. HEX triplet: E2, CB and C2. RGB value is (226,203,194). Sum of RGB (Red+Green+Blue) = 226+203+194=623 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.28% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 194 (76.17% from 255 or 31.14% from 623); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBC2 is #1D343D. Grayscale: #D0D0D0. Windows color (decimal): -1913918 or 12766178. OLE color: 12766178.
HSL color Cylindrical-coordinate representation of color #E2CBC2: hue angle of 16.88º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2CBC2 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 194 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.11 |
| HSL | 16.88º | 0.36% | 0.82% | - |
| HSV(B) | 16.88º | 0.14% | 0.89% | - |
| XYZ | 62.46 | 62.78 | 59.86 | - |
| YUV | 208.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 194 | 0 | 0.10 | 0.14 | 0.11 | 16.88 | 0.36 | 0.82 |
| Hex | E2 | CB | C2 | 0 | A | E | B | 11 | 24 | 52 |
| Octal | 342 | 313 | 302 | 0 | 12 | 16 | 13 | 21 | 44 | 122 |
| Binary | 11100010 | 11001011 | 11000010 | 0 | 1010 | 1110 | 1011 | 10001 | 100100 | 1010010 |
Color Harmonies of #E2CBC2
Complementary color
Monochromatic Colors of #E2CBC2
Black with #E2CBC2
Text Example
Text Example
White with #E2CBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBC2; }
p { color: rgb(226,203,194); }
H1.HeaderClassName
{
color: #E2CBC2;
}
.AnyTagClassName
{
color: #E2CBC2;
}
</style>
background-color css
<style>
a { background-color: #E2CBC2; }
a { background-color: rgb(226,203,194); }
div.DivClassName
{
background-color: #E2CBC2;
}
.BgClassName
{
background-color: #E2CBC2;
}
</style>
border-color css
<style>
span { border-color: #E2CBC2; }
span { border-color: rgb(226,203,194); }
td.TdClassName
{
border-color: #E2CBC2;
}
.TagClassName
{
border-color: #E2CBC2;
}
</style>