Shades of Dust Storm #ECC9C0
Tints of Dust Storm #ECC9C0
RGB
CMYK
RGB Variations
Color information
#ECC9C0 (or 0xECC9C0) is known color: Dust Storm. HEX triplet: EC, C9 and C0. RGB value is (236,201,192). Sum of RGB (Red+Green+Blue) = 236+201+192=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC9C0 is #13363F. Grayscale: #D2D2D2. Windows color (decimal): -1259072 or 12634604. OLE color: 12634604.
HSL color Cylindrical-coordinate representation of color #ECC9C0: hue angle of 12.27º degrees, saturation: 0.54, 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 #ECC9C0 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 192 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.07 |
| HSL | 12.27º | 0.54% | 0.84% | - |
| HSV(B) | 12.27º | 0.19% | 0.93% | - |
| XYZ | 64.99 | 63.41 | 58.68 | - |
| YUV | 210.44 | 117.6 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 192 | 0 | 0.15 | 0.19 | 0.07 | 12.27 | 0.54 | 0.84 |
| Hex | EC | C9 | C0 | 0 | F | 13 | 7 | C | 36 | 54 |
| Octal | 354 | 311 | 300 | 0 | 17 | 23 | 7 | 14 | 66 | 124 |
| Binary | 11101100 | 11001001 | 11000000 | 0 | 1111 | 10011 | 111 | 1100 | 110110 | 1010100 |
Color Harmonies of #ECC9C0
Complementary color
Monochromatic Colors of #ECC9C0
Black with #ECC9C0
Text Example
Text Example
White with #ECC9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9C0; }
p { color: rgb(236,201,192); }
H1.HeaderClassName
{
color: #ECC9C0;
}
.AnyTagClassName
{
color: #ECC9C0;
}
</style>
background-color css
<style>
a { background-color: #ECC9C0; }
a { background-color: rgb(236,201,192); }
div.DivClassName
{
background-color: #ECC9C0;
}
.BgClassName
{
background-color: #ECC9C0;
}
</style>
border-color css
<style>
span { border-color: #ECC9C0; }
span { border-color: rgb(236,201,192); }
td.TdClassName
{
border-color: #ECC9C0;
}
.TagClassName
{
border-color: #ECC9C0;
}
</style>