Shades of Dust Storm #E0CBC6
Tints of Dust Storm #E0CBC6
RGB
CMYK
RGB Variations
Color information
#E0CBC6 (or 0xE0CBC6) is known color: Dust Storm. HEX triplet: E0, CB and C6. RGB value is (224,203,198). Sum of RGB (Red+Green+Blue) = 224+203+198=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CBC6 is #1F3439. Grayscale: #D0D0D0. Windows color (decimal): -2044986 or 13028320. OLE color: 13028320.
HSL color Cylindrical-coordinate representation of color #E0CBC6: hue angle of 11.54º degrees, saturation: 0.3, 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 #E0CBC6 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 198 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.12 |
| HSL | 11.54º | 0.3% | 0.83% | - |
| HSV(B) | 11.54º | 0.12% | 0.88% | - |
| XYZ | 62.29 | 62.64 | 62.23 | - |
| YUV | 208.71 | 121.96 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 198 | 0 | 0.09 | 0.12 | 0.12 | 11.54 | 0.3 | 0.83 |
| Hex | E0 | CB | C6 | 0 | 9 | C | C | C | 1E | 53 |
| Octal | 340 | 313 | 306 | 0 | 11 | 14 | 14 | 14 | 36 | 123 |
| Binary | 11100000 | 11001011 | 11000110 | 0 | 1001 | 1100 | 1100 | 1100 | 11110 | 1010011 |
Color Harmonies of #E0CBC6
Complementary color
Monochromatic Colors of #E0CBC6
Black with #E0CBC6
Text Example
Text Example
White with #E0CBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CBC6; }
p { color: rgb(224,203,198); }
H1.HeaderClassName
{
color: #E0CBC6;
}
.AnyTagClassName
{
color: #E0CBC6;
}
</style>
background-color css
<style>
a { background-color: #E0CBC6; }
a { background-color: rgb(224,203,198); }
div.DivClassName
{
background-color: #E0CBC6;
}
.BgClassName
{
background-color: #E0CBC6;
}
</style>
border-color css
<style>
span { border-color: #E0CBC6; }
span { border-color: rgb(224,203,198); }
td.TdClassName
{
border-color: #E0CBC6;
}
.TagClassName
{
border-color: #E0CBC6;
}
</style>