Shades of Dust Storm #ECC9C2
Tints of Dust Storm #ECC9C2
RGB
CMYK
RGB Variations
Color information
#ECC9C2 (or 0xECC9C2) is known color: Dust Storm. HEX triplet: EC, C9 and C2. RGB value is (236,201,194). Sum of RGB (Red+Green+Blue) = 236+201+194=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC9C2 is #13363D. Grayscale: #D2D2D2. Windows color (decimal): -1259070 or 12765676. OLE color: 12765676.
HSL color Cylindrical-coordinate representation of color #ECC9C2: hue angle of 10º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECC9C2 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 194 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.07 |
| HSL | 10º | 0.53% | 0.84% | - |
| HSV(B) | 10º | 0.18% | 0.93% | - |
| XYZ | 65.22 | 63.5 | 59.86 | - |
| YUV | 210.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 194 | 0 | 0.15 | 0.18 | 0.07 | 10 | 0.53 | 0.84 |
| Hex | EC | C9 | C2 | 0 | F | 12 | 7 | A | 34 | 54 |
| Octal | 354 | 311 | 302 | 0 | 17 | 22 | 7 | 12 | 64 | 124 |
| Binary | 11101100 | 11001001 | 11000010 | 0 | 1111 | 10010 | 111 | 1010 | 110100 | 1010100 |
Color Harmonies of #ECC9C2
Complementary color
Monochromatic Colors of #ECC9C2
Black with #ECC9C2
Text Example
Text Example
White with #ECC9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9C2; }
p { color: rgb(236,201,194); }
H1.HeaderClassName
{
color: #ECC9C2;
}
.AnyTagClassName
{
color: #ECC9C2;
}
</style>
background-color css
<style>
a { background-color: #ECC9C2; }
a { background-color: rgb(236,201,194); }
div.DivClassName
{
background-color: #ECC9C2;
}
.BgClassName
{
background-color: #ECC9C2;
}
</style>
border-color css
<style>
span { border-color: #ECC9C2; }
span { border-color: rgb(236,201,194); }
td.TdClassName
{
border-color: #ECC9C2;
}
.TagClassName
{
border-color: #ECC9C2;
}
</style>