Shades of Dust Storm #E1CAC1
Tints of Dust Storm #E1CAC1
RGB
CMYK
RGB Variations
Color information
#E1CAC1 (or 0xE1CAC1) is known color: Dust Storm. HEX triplet: E1, CA and C1. RGB value is (225,202,193). Sum of RGB (Red+Green+Blue) = 225+202+193=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 193 (75.78% from 255 or 31.13% from 620); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CAC1 is #1E353E. Grayscale: #CFCFCF. Windows color (decimal): -1979711 or 12700385. OLE color: 12700385.
HSL color Cylindrical-coordinate representation of color #E1CAC1: hue angle of 16.88º degrees, saturation: 0.35, 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 #E1CAC1 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 193 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.12 |
| HSL | 16.88º | 0.35% | 0.82% | - |
| HSV(B) | 16.88º | 0.14% | 0.88% | - |
| XYZ | 61.8 | 62.1 | 59.18 | - |
| YUV | 207.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 193 | 0 | 0.10 | 0.14 | 0.12 | 16.88 | 0.35 | 0.82 |
| Hex | E1 | CA | C1 | 0 | A | E | C | 11 | 23 | 52 |
| Octal | 341 | 312 | 301 | 0 | 12 | 16 | 14 | 21 | 43 | 122 |
| Binary | 11100001 | 11001010 | 11000001 | 0 | 1010 | 1110 | 1100 | 10001 | 100011 | 1010010 |
Color Harmonies of #E1CAC1
Complementary color
Monochromatic Colors of #E1CAC1
Black with #E1CAC1
Text Example
Text Example
White with #E1CAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CAC1; }
p { color: rgb(225,202,193); }
H1.HeaderClassName
{
color: #E1CAC1;
}
.AnyTagClassName
{
color: #E1CAC1;
}
</style>
background-color css
<style>
a { background-color: #E1CAC1; }
a { background-color: rgb(225,202,193); }
div.DivClassName
{
background-color: #E1CAC1;
}
.BgClassName
{
background-color: #E1CAC1;
}
</style>
border-color css
<style>
span { border-color: #E1CAC1; }
span { border-color: rgb(225,202,193); }
td.TdClassName
{
border-color: #E1CAC1;
}
.TagClassName
{
border-color: #E1CAC1;
}
</style>