Shades of Dust Storm #EEC7C0
Tints of Dust Storm #EEC7C0
RGB
CMYK
RGB Variations
Color information
#EEC7C0 (or 0xEEC7C0) is known color: Dust Storm. HEX triplet: EE, C7 and C0. RGB value is (238,199,192). Sum of RGB (Red+Green+Blue) = 238+199+192=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 199 (78.12% from 255 or 31.64% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC7C0 is #11383F. Grayscale: #D1D1D1. Windows color (decimal): -1128512 or 12634094. OLE color: 12634094.
HSL color Cylindrical-coordinate representation of color #EEC7C0: hue angle of 9.13º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEC7C0 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 192 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.07 |
| HSL | 9.13º | 0.58% | 0.84% | - |
| HSV(B) | 9.13º | 0.19% | 0.93% | - |
| XYZ | 65.2 | 62.83 | 58.56 | - |
| YUV | 209.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 192 | 0 | 0.16 | 0.19 | 0.07 | 9.13 | 0.58 | 0.84 |
| Hex | EE | C7 | C0 | 0 | 10 | 13 | 7 | 9 | 3A | 54 |
| Octal | 356 | 307 | 300 | 0 | 20 | 23 | 7 | 11 | 72 | 124 |
| Binary | 11101110 | 11000111 | 11000000 | 0 | 10000 | 10011 | 111 | 1001 | 111010 | 1010100 |
Color Harmonies of #EEC7C0
Complementary color
Monochromatic Colors of #EEC7C0
Black with #EEC7C0
Text Example
Text Example
White with #EEC7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7C0; }
p { color: rgb(238,199,192); }
H1.HeaderClassName
{
color: #EEC7C0;
}
.AnyTagClassName
{
color: #EEC7C0;
}
</style>
background-color css
<style>
a { background-color: #EEC7C0; }
a { background-color: rgb(238,199,192); }
div.DivClassName
{
background-color: #EEC7C0;
}
.BgClassName
{
background-color: #EEC7C0;
}
</style>
border-color css
<style>
span { border-color: #EEC7C0; }
span { border-color: rgb(238,199,192); }
td.TdClassName
{
border-color: #EEC7C0;
}
.TagClassName
{
border-color: #EEC7C0;
}
</style>