Shades of Dust Storm #ECC8C0
Tints of Dust Storm #ECC8C0
RGB
CMYK
RGB Variations
Color information
#ECC8C0 (or 0xECC8C0) is known color: Dust Storm. HEX triplet: EC, C8 and C0. RGB value is (236,200,192). Sum of RGB (Red+Green+Blue) = 236+200+192=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC8C0 is #13373F. Grayscale: #D1D1D1. Windows color (decimal): -1259328 or 12634348. OLE color: 12634348.
HSL color Cylindrical-coordinate representation of color #ECC8C0: hue angle of 10.91º 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 #ECC8C0 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 192 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.07 |
| HSL | 10.91º | 0.54% | 0.84% | - |
| HSV(B) | 10.91º | 0.19% | 0.93% | - |
| XYZ | 64.76 | 62.95 | 58.61 | - |
| YUV | 209.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 192 | 0 | 0.15 | 0.19 | 0.07 | 10.91 | 0.54 | 0.84 |
| Hex | EC | C8 | C0 | 0 | F | 13 | 7 | B | 36 | 54 |
| Octal | 354 | 310 | 300 | 0 | 17 | 23 | 7 | 13 | 66 | 124 |
| Binary | 11101100 | 11001000 | 11000000 | 0 | 1111 | 10011 | 111 | 1011 | 110110 | 1010100 |
Color Harmonies of #ECC8C0
Complementary color
Monochromatic Colors of #ECC8C0
Black with #ECC8C0
Text Example
Text Example
White with #ECC8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8C0; }
p { color: rgb(236,200,192); }
H1.HeaderClassName
{
color: #ECC8C0;
}
.AnyTagClassName
{
color: #ECC8C0;
}
</style>
background-color css
<style>
a { background-color: #ECC8C0; }
a { background-color: rgb(236,200,192); }
div.DivClassName
{
background-color: #ECC8C0;
}
.BgClassName
{
background-color: #ECC8C0;
}
</style>
border-color css
<style>
span { border-color: #ECC8C0; }
span { border-color: rgb(236,200,192); }
td.TdClassName
{
border-color: #ECC8C0;
}
.TagClassName
{
border-color: #ECC8C0;
}
</style>