Shades of Dust Storm #E1CBC2
Tints of Dust Storm #E1CBC2
RGB
CMYK
RGB Variations
Color information
#E1CBC2 (or 0xE1CBC2) is known color: Dust Storm. HEX triplet: E1, CB and C2. RGB value is (225,203,194). Sum of RGB (Red+Green+Blue) = 225+203+194=622 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.17% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBC2 is #1E343D. Grayscale: #D0D0D0. Windows color (decimal): -1979454 or 12766177. OLE color: 12766177.
HSL color Cylindrical-coordinate representation of color #E1CBC2: hue angle of 17.42º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1CBC2 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 194 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.12 |
| HSL | 17.42º | 0.34% | 0.82% | - |
| HSV(B) | 17.42º | 0.14% | 0.88% | - |
| XYZ | 62.14 | 62.61 | 59.85 | - |
| YUV | 208.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 194 | 0 | 0.10 | 0.14 | 0.12 | 17.42 | 0.34 | 0.82 |
| Hex | E1 | CB | C2 | 0 | A | E | C | 11 | 22 | 52 |
| Octal | 341 | 313 | 302 | 0 | 12 | 16 | 14 | 21 | 42 | 122 |
| Binary | 11100001 | 11001011 | 11000010 | 0 | 1010 | 1110 | 1100 | 10001 | 100010 | 1010010 |
Color Harmonies of #E1CBC2
Complementary color
Monochromatic Colors of #E1CBC2
Black with #E1CBC2
Text Example
Text Example
White with #E1CBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBC2; }
p { color: rgb(225,203,194); }
H1.HeaderClassName
{
color: #E1CBC2;
}
.AnyTagClassName
{
color: #E1CBC2;
}
</style>
background-color css
<style>
a { background-color: #E1CBC2; }
a { background-color: rgb(225,203,194); }
div.DivClassName
{
background-color: #E1CBC2;
}
.BgClassName
{
background-color: #E1CBC2;
}
</style>
border-color css
<style>
span { border-color: #E1CBC2; }
span { border-color: rgb(225,203,194); }
td.TdClassName
{
border-color: #E1CBC2;
}
.TagClassName
{
border-color: #E1CBC2;
}
</style>