Shades of Dust Storm #ECCDC0
Tints of Dust Storm #ECCDC0
RGB
CMYK
RGB Variations
Color information
#ECCDC0 (or 0xECCDC0) is known color: Dust Storm. HEX triplet: EC, CD and C0. RGB value is (236,205,192). Sum of RGB (Red+Green+Blue) = 236+205+192=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDC0 is #13323F. Grayscale: #D4D4D4. Windows color (decimal): -1258048 or 12635628. OLE color: 12635628.
HSL color Cylindrical-coordinate representation of color #ECCDC0: hue angle of 17.73º 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 #ECCDC0 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 192 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.07 |
| HSL | 17.73º | 0.54% | 0.84% | - |
| HSV(B) | 17.73º | 0.19% | 0.93% | - |
| XYZ | 65.94 | 65.3 | 59 | - |
| YUV | 212.79 | 116.27 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 192 | 0 | 0.13 | 0.19 | 0.07 | 17.73 | 0.54 | 0.84 |
| Hex | EC | CD | C0 | 0 | D | 13 | 7 | 12 | 36 | 54 |
| Octal | 354 | 315 | 300 | 0 | 15 | 23 | 7 | 22 | 66 | 124 |
| Binary | 11101100 | 11001101 | 11000000 | 0 | 1101 | 10011 | 111 | 10010 | 110110 | 1010100 |
Color Harmonies of #ECCDC0
Complementary color
Monochromatic Colors of #ECCDC0
Black with #ECCDC0
Text Example
Text Example
White with #ECCDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDC0; }
p { color: rgb(236,205,192); }
H1.HeaderClassName
{
color: #ECCDC0;
}
.AnyTagClassName
{
color: #ECCDC0;
}
</style>
background-color css
<style>
a { background-color: #ECCDC0; }
a { background-color: rgb(236,205,192); }
div.DivClassName
{
background-color: #ECCDC0;
}
.BgClassName
{
background-color: #ECCDC0;
}
</style>
border-color css
<style>
span { border-color: #ECCDC0; }
span { border-color: rgb(236,205,192); }
td.TdClassName
{
border-color: #ECCDC0;
}
.TagClassName
{
border-color: #ECCDC0;
}
</style>