Shades of Dust Storm #E1CDC5
Tints of Dust Storm #E1CDC5
RGB
CMYK
RGB Variations
Color information
#E1CDC5 (or 0xE1CDC5) is known color: Dust Storm. HEX triplet: E1, CD and C5. RGB value is (225,205,197). Sum of RGB (Red+Green+Blue) = 225+205+197=627 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.89% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDC5 is #1E323A. Grayscale: #D2D2D2. Windows color (decimal): -1978939 or 12963297. OLE color: 12963297.
HSL color Cylindrical-coordinate representation of color #E1CDC5: hue angle of 17.14º degrees, saturation: 0.32, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1CDC5 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 205 | 197 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.12 |
| HSL | 17.14º | 0.32% | 0.83% | - |
| HSV(B) | 17.14º | 0.12% | 0.88% | - |
| XYZ | 62.96 | 63.7 | 61.8 | - |
| YUV | 210.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 197 | 0 | 0.09 | 0.12 | 0.12 | 17.14 | 0.32 | 0.83 |
| Hex | E1 | CD | C5 | 0 | 9 | C | C | 11 | 20 | 53 |
| Octal | 341 | 315 | 305 | 0 | 11 | 14 | 14 | 21 | 40 | 123 |
| Binary | 11100001 | 11001101 | 11000101 | 0 | 1001 | 1100 | 1100 | 10001 | 100000 | 1010011 |
Color Harmonies of #E1CDC5
Complementary color
Monochromatic Colors of #E1CDC5
Black with #E1CDC5
Text Example
Text Example
White with #E1CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDC5; }
p { color: rgb(225,205,197); }
H1.HeaderClassName
{
color: #E1CDC5;
}
.AnyTagClassName
{
color: #E1CDC5;
}
</style>
background-color css
<style>
a { background-color: #E1CDC5; }
a { background-color: rgb(225,205,197); }
div.DivClassName
{
background-color: #E1CDC5;
}
.BgClassName
{
background-color: #E1CDC5;
}
</style>
border-color css
<style>
span { border-color: #E1CDC5; }
span { border-color: rgb(225,205,197); }
td.TdClassName
{
border-color: #E1CDC5;
}
.TagClassName
{
border-color: #E1CDC5;
}
</style>