Shades of Dust Storm #E1CECA
Tints of Dust Storm #E1CECA
RGB
CMYK
RGB Variations
Color information
#E1CECA (or 0xE1CECA) is known color: Dust Storm. HEX triplet: E1, CE and CA. RGB value is (225,206,202). Sum of RGB (Red+Green+Blue) = 225+206+202=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CECA is #1E3135. Grayscale: #D3D3D3. Windows color (decimal): -1978678 or 13291233. OLE color: 13291233.
HSL color Cylindrical-coordinate representation of color #E1CECA: hue angle of 10.43º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1CECA is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 202 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.12 |
| HSL | 10.43º | 0.28% | 0.84% | - |
| HSV(B) | 10.43º | 0.1% | 0.88% | - |
| XYZ | 63.78 | 64.41 | 64.95 | - |
| YUV | 211.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 202 | 0 | 0.08 | 0.10 | 0.12 | 10.43 | 0.28 | 0.84 |
| Hex | E1 | CE | CA | 0 | 8 | A | C | A | 1C | 54 |
| Octal | 341 | 316 | 312 | 0 | 10 | 12 | 14 | 12 | 34 | 124 |
| Binary | 11100001 | 11001110 | 11001010 | 0 | 1000 | 1010 | 1100 | 1010 | 11100 | 1010100 |
Color Harmonies of #E1CECA
Complementary color
Monochromatic Colors of #E1CECA
Black with #E1CECA
Text Example
Text Example
White with #E1CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CECA; }
p { color: rgb(225,206,202); }
H1.HeaderClassName
{
color: #E1CECA;
}
.AnyTagClassName
{
color: #E1CECA;
}
</style>
background-color css
<style>
a { background-color: #E1CECA; }
a { background-color: rgb(225,206,202); }
div.DivClassName
{
background-color: #E1CECA;
}
.BgClassName
{
background-color: #E1CECA;
}
</style>
border-color css
<style>
span { border-color: #E1CECA; }
span { border-color: rgb(225,206,202); }
td.TdClassName
{
border-color: #E1CECA;
}
.TagClassName
{
border-color: #E1CECA;
}
</style>