Shades of Dust Storm #E1CDC8
Tints of Dust Storm #E1CDC8
RGB
CMYK
RGB Variations
Color information
#E1CDC8 (or 0xE1CDC8) is known color: Dust Storm. HEX triplet: E1, CD and C8. RGB value is (225,205,200). Sum of RGB (Red+Green+Blue) = 225+205+200=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDC8 is #1E3237. Grayscale: #D2D2D2. Windows color (decimal): -1978936 or 13159905. OLE color: 13159905.
HSL color Cylindrical-coordinate representation of color #E1CDC8: hue angle of 12º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1CDC8 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 205 | 200 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.12 |
| HSL | 12º | 0.29% | 0.83% | - |
| HSV(B) | 12º | 0.11% | 0.88% | - |
| XYZ | 63.31 | 63.84 | 63.63 | - |
| YUV | 210.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 200 | 0 | 0.09 | 0.11 | 0.12 | 12 | 0.29 | 0.83 |
| Hex | E1 | CD | C8 | 0 | 9 | B | C | C | 1D | 53 |
| Octal | 341 | 315 | 310 | 0 | 11 | 13 | 14 | 14 | 35 | 123 |
| Binary | 11100001 | 11001101 | 11001000 | 0 | 1001 | 1011 | 1100 | 1100 | 11101 | 1010011 |
Color Harmonies of #E1CDC8
Complementary color
Monochromatic Colors of #E1CDC8
Black with #E1CDC8
Text Example
Text Example
White with #E1CDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDC8; }
p { color: rgb(225,205,200); }
H1.HeaderClassName
{
color: #E1CDC8;
}
.AnyTagClassName
{
color: #E1CDC8;
}
</style>
background-color css
<style>
a { background-color: #E1CDC8; }
a { background-color: rgb(225,205,200); }
div.DivClassName
{
background-color: #E1CDC8;
}
.BgClassName
{
background-color: #E1CDC8;
}
</style>
border-color css
<style>
span { border-color: #E1CDC8; }
span { border-color: rgb(225,205,200); }
td.TdClassName
{
border-color: #E1CDC8;
}
.TagClassName
{
border-color: #E1CDC8;
}
</style>