Shades of Dust Storm #E1CAC0
Tints of Dust Storm #E1CAC0
RGB
CMYK
RGB Variations
Color information
#E1CAC0 (or 0xE1CAC0) is known color: Dust Storm. HEX triplet: E1, CA and C0. RGB value is (225,202,192). Sum of RGB (Red+Green+Blue) = 225+202+192=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CAC0 is #1E353F. Grayscale: #CFCFCF. Windows color (decimal): -1979712 or 12634849. OLE color: 12634849.
HSL color Cylindrical-coordinate representation of color #E1CAC0: hue angle of 18.18º 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 #E1CAC0 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 192 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.12 |
| HSL | 18.18º | 0.35% | 0.82% | - |
| HSV(B) | 18.18º | 0.15% | 0.88% | - |
| XYZ | 61.69 | 62.05 | 58.6 | - |
| YUV | 207.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 192 | 0 | 0.10 | 0.15 | 0.12 | 18.18 | 0.35 | 0.82 |
| Hex | E1 | CA | C0 | 0 | A | F | C | 12 | 23 | 52 |
| Octal | 341 | 312 | 300 | 0 | 12 | 17 | 14 | 22 | 43 | 122 |
| Binary | 11100001 | 11001010 | 11000000 | 0 | 1010 | 1111 | 1100 | 10010 | 100011 | 1010010 |
Color Harmonies of #E1CAC0
Complementary color
Monochromatic Colors of #E1CAC0
Black with #E1CAC0
Text Example
Text Example
White with #E1CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CAC0; }
p { color: rgb(225,202,192); }
H1.HeaderClassName
{
color: #E1CAC0;
}
.AnyTagClassName
{
color: #E1CAC0;
}
</style>
background-color css
<style>
a { background-color: #E1CAC0; }
a { background-color: rgb(225,202,192); }
div.DivClassName
{
background-color: #E1CAC0;
}
.BgClassName
{
background-color: #E1CAC0;
}
</style>
border-color css
<style>
span { border-color: #E1CAC0; }
span { border-color: rgb(225,202,192); }
td.TdClassName
{
border-color: #E1CAC0;
}
.TagClassName
{
border-color: #E1CAC0;
}
</style>