Shades of Dust Storm #ECCEC2
Tints of Dust Storm #ECCEC2
RGB
CMYK
RGB Variations
Color information
#ECCEC2 (or 0xECCEC2) is known color: Dust Storm. HEX triplet: EC, CE and C2. RGB value is (236,206,194). Sum of RGB (Red+Green+Blue) = 236+206+194=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 194 (76.17% from 255 or 30.50% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCEC2 is #13313D. Grayscale: #D5D5D5. Windows color (decimal): -1257790 or 12766956. OLE color: 12766956.
HSL color Cylindrical-coordinate representation of color #ECCEC2: hue angle of 17.14º 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 #ECCEC2 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 194 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.07 |
| HSL | 17.14º | 0.53% | 0.84% | - |
| HSV(B) | 17.14º | 0.18% | 0.93% | - |
| XYZ | 66.4 | 65.87 | 60.25 | - |
| YUV | 213.6 | 116.94 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 194 | 0 | 0.13 | 0.18 | 0.07 | 17.14 | 0.53 | 0.84 |
| Hex | EC | CE | C2 | 0 | D | 12 | 7 | 11 | 34 | 54 |
| Octal | 354 | 316 | 302 | 0 | 15 | 22 | 7 | 21 | 64 | 124 |
| Binary | 11101100 | 11001110 | 11000010 | 0 | 1101 | 10010 | 111 | 10001 | 110100 | 1010100 |
Color Harmonies of #ECCEC2
Complementary color
Monochromatic Colors of #ECCEC2
Black with #ECCEC2
Text Example
Text Example
White with #ECCEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCEC2; }
p { color: rgb(236,206,194); }
H1.HeaderClassName
{
color: #ECCEC2;
}
.AnyTagClassName
{
color: #ECCEC2;
}
</style>
background-color css
<style>
a { background-color: #ECCEC2; }
a { background-color: rgb(236,206,194); }
div.DivClassName
{
background-color: #ECCEC2;
}
.BgClassName
{
background-color: #ECCEC2;
}
</style>
border-color css
<style>
span { border-color: #ECCEC2; }
span { border-color: rgb(236,206,194); }
td.TdClassName
{
border-color: #ECCEC2;
}
.TagClassName
{
border-color: #ECCEC2;
}
</style>