Shades of Dust Storm #E0CBC4
Tints of Dust Storm #E0CBC4
RGB
CMYK
RGB Variations
Color information
#E0CBC4 (or 0xE0CBC4) is known color: Dust Storm. HEX triplet: E0, CB and C4. RGB value is (224,203,196). Sum of RGB (Red+Green+Blue) = 224+203+196=623 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.96% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CBC4 is #1F343B. Grayscale: #D0D0D0. Windows color (decimal): -2044988 or 12897248. OLE color: 12897248.
HSL color Cylindrical-coordinate representation of color #E0CBC4: hue angle of 15º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0CBC4 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 196 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.12 |
| HSL | 15º | 0.31% | 0.82% | - |
| HSV(B) | 15º | 0.13% | 0.88% | - |
| XYZ | 62.06 | 62.54 | 61.03 | - |
| YUV | 208.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 196 | 0 | 0.09 | 0.12 | 0.12 | 15 | 0.31 | 0.82 |
| Hex | E0 | CB | C4 | 0 | 9 | C | C | F | 1F | 52 |
| Octal | 340 | 313 | 304 | 0 | 11 | 14 | 14 | 17 | 37 | 122 |
| Binary | 11100000 | 11001011 | 11000100 | 0 | 1001 | 1100 | 1100 | 1111 | 11111 | 1010010 |
Color Harmonies of #E0CBC4
Complementary color
Monochromatic Colors of #E0CBC4
Black with #E0CBC4
Text Example
Text Example
White with #E0CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CBC4; }
p { color: rgb(224,203,196); }
H1.HeaderClassName
{
color: #E0CBC4;
}
.AnyTagClassName
{
color: #E0CBC4;
}
</style>
background-color css
<style>
a { background-color: #E0CBC4; }
a { background-color: rgb(224,203,196); }
div.DivClassName
{
background-color: #E0CBC4;
}
.BgClassName
{
background-color: #E0CBC4;
}
</style>
border-color css
<style>
span { border-color: #E0CBC4; }
span { border-color: rgb(224,203,196); }
td.TdClassName
{
border-color: #E0CBC4;
}
.TagClassName
{
border-color: #E0CBC4;
}
</style>