Shades of Dust Storm #E1CBC8
Tints of Dust Storm #E1CBC8
RGB
CMYK
RGB Variations
Color information
#E1CBC8 (or 0xE1CBC8) is known color: Dust Storm. HEX triplet: E1, CB and C8. RGB value is (225,203,200). Sum of RGB (Red+Green+Blue) = 225+203+200=628 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.83% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBC8 is #1E3437. Grayscale: #D1D1D1. Windows color (decimal): -1979448 or 13159393. OLE color: 13159393.
HSL color Cylindrical-coordinate representation of color #E1CBC8: hue angle of 7.2º 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 #E1CBC8 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 200 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.12 |
| HSL | 7.2º | 0.29% | 0.83% | - |
| HSV(B) | 7.2º | 0.11% | 0.88% | - |
| XYZ | 62.83 | 62.89 | 63.47 | - |
| YUV | 209.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 200 | 0 | 0.10 | 0.11 | 0.12 | 7.2 | 0.29 | 0.83 |
| Hex | E1 | CB | C8 | 0 | A | B | C | 7 | 1D | 53 |
| Octal | 341 | 313 | 310 | 0 | 12 | 13 | 14 | 7 | 35 | 123 |
| Binary | 11100001 | 11001011 | 11001000 | 0 | 1010 | 1011 | 1100 | 111 | 11101 | 1010011 |
Color Harmonies of #E1CBC8
Complementary color
Monochromatic Colors of #E1CBC8
Black with #E1CBC8
Text Example
Text Example
White with #E1CBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBC8; }
p { color: rgb(225,203,200); }
H1.HeaderClassName
{
color: #E1CBC8;
}
.AnyTagClassName
{
color: #E1CBC8;
}
</style>
background-color css
<style>
a { background-color: #E1CBC8; }
a { background-color: rgb(225,203,200); }
div.DivClassName
{
background-color: #E1CBC8;
}
.BgClassName
{
background-color: #E1CBC8;
}
</style>
border-color css
<style>
span { border-color: #E1CBC8; }
span { border-color: rgb(225,203,200); }
td.TdClassName
{
border-color: #E1CBC8;
}
.TagClassName
{
border-color: #E1CBC8;
}
</style>