Shades of Dust Storm #E1CBC0
Tints of Dust Storm #E1CBC0
RGB
CMYK
RGB Variations
Color information
#E1CBC0 (or 0xE1CBC0) is known color: Dust Storm. HEX triplet: E1, CB and C0. RGB value is (225,203,192). Sum of RGB (Red+Green+Blue) = 225+203+192=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBC0 is #1E343F. Grayscale: #D0D0D0. Windows color (decimal): -1979456 or 12635105. OLE color: 12635105.
HSL color Cylindrical-coordinate representation of color #E1CBC0: hue angle of 20º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1CBC0 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 192 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.12 |
| HSL | 20º | 0.35% | 0.82% | - |
| HSV(B) | 20º | 0.15% | 0.88% | - |
| XYZ | 61.92 | 62.53 | 58.67 | - |
| YUV | 208.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 192 | 0 | 0.10 | 0.15 | 0.12 | 20 | 0.35 | 0.82 |
| Hex | E1 | CB | C0 | 0 | A | F | C | 14 | 23 | 52 |
| Octal | 341 | 313 | 300 | 0 | 12 | 17 | 14 | 24 | 43 | 122 |
| Binary | 11100001 | 11001011 | 11000000 | 0 | 1010 | 1111 | 1100 | 10100 | 100011 | 1010010 |
Color Harmonies of #E1CBC0
Complementary color
Monochromatic Colors of #E1CBC0
Black with #E1CBC0
Text Example
Text Example
White with #E1CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBC0; }
p { color: rgb(225,203,192); }
H1.HeaderClassName
{
color: #E1CBC0;
}
.AnyTagClassName
{
color: #E1CBC0;
}
</style>
background-color css
<style>
a { background-color: #E1CBC0; }
a { background-color: rgb(225,203,192); }
div.DivClassName
{
background-color: #E1CBC0;
}
.BgClassName
{
background-color: #E1CBC0;
}
</style>
border-color css
<style>
span { border-color: #E1CBC0; }
span { border-color: rgb(225,203,192); }
td.TdClassName
{
border-color: #E1CBC0;
}
.TagClassName
{
border-color: #E1CBC0;
}
</style>