Shades of Dust Storm #ECCCC3
Tints of Dust Storm #ECCCC3
RGB
CMYK
RGB Variations
Color information
#ECCCC3 (or 0xECCCC3) is known color: Dust Storm. HEX triplet: EC, CC and C3. RGB value is (236,204,195). Sum of RGB (Red+Green+Blue) = 236+204+195=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 195 (76.56% from 255 or 30.71% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCC3 is #13333C. Grayscale: #D4D4D4. Windows color (decimal): -1258301 or 12831980. OLE color: 12831980.
HSL color Cylindrical-coordinate representation of color #ECCCC3: hue angle of 13.17º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECCCC3 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 195 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.07 |
| HSL | 13.17º | 0.52% | 0.85% | - |
| HSV(B) | 13.17º | 0.17% | 0.93% | - |
| XYZ | 66.04 | 64.96 | 60.69 | - |
| YUV | 212.54 | 118.1 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 195 | 0 | 0.14 | 0.17 | 0.07 | 13.17 | 0.52 | 0.85 |
| Hex | EC | CC | C3 | 0 | E | 11 | 7 | D | 34 | 55 |
| Octal | 354 | 314 | 303 | 0 | 16 | 21 | 7 | 15 | 64 | 125 |
| Binary | 11101100 | 11001100 | 11000011 | 0 | 1110 | 10001 | 111 | 1101 | 110100 | 1010101 |
Color Harmonies of #ECCCC3
Complementary color
Monochromatic Colors of #ECCCC3
Black with #ECCCC3
Text Example
Text Example
White with #ECCCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCC3; }
p { color: rgb(236,204,195); }
H1.HeaderClassName
{
color: #ECCCC3;
}
.AnyTagClassName
{
color: #ECCCC3;
}
</style>
background-color css
<style>
a { background-color: #ECCCC3; }
a { background-color: rgb(236,204,195); }
div.DivClassName
{
background-color: #ECCCC3;
}
.BgClassName
{
background-color: #ECCCC3;
}
</style>
border-color css
<style>
span { border-color: #ECCCC3; }
span { border-color: rgb(236,204,195); }
td.TdClassName
{
border-color: #ECCCC3;
}
.TagClassName
{
border-color: #ECCCC3;
}
</style>