Shades of Dust Storm #ECCDC5
Tints of Dust Storm #ECCDC5
RGB
CMYK
RGB Variations
Color information
#ECCDC5 (or 0xECCDC5) is known color: Dust Storm. HEX triplet: EC, CD and C5. RGB value is (236,205,197). Sum of RGB (Red+Green+Blue) = 236+205+197=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 197 (77.34% from 255 or 30.88% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDC5 is #13323A. Grayscale: #D5D5D5. Windows color (decimal): -1258043 or 12963308. OLE color: 12963308.
HSL color Cylindrical-coordinate representation of color #ECCDC5: hue angle of 12.31º degrees, saturation: 0.51, 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 #ECCDC5 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 197 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.07 |
| HSL | 12.31º | 0.51% | 0.85% | - |
| HSV(B) | 12.31º | 0.17% | 0.93% | - |
| XYZ | 66.5 | 65.53 | 61.97 | - |
| YUV | 213.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 197 | 0 | 0.13 | 0.17 | 0.07 | 12.31 | 0.51 | 0.85 |
| Hex | EC | CD | C5 | 0 | D | 11 | 7 | C | 33 | 55 |
| Octal | 354 | 315 | 305 | 0 | 15 | 21 | 7 | 14 | 63 | 125 |
| Binary | 11101100 | 11001101 | 11000101 | 0 | 1101 | 10001 | 111 | 1100 | 110011 | 1010101 |
Color Harmonies of #ECCDC5
Complementary color
Monochromatic Colors of #ECCDC5
Black with #ECCDC5
Text Example
Text Example
White with #ECCDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDC5; }
p { color: rgb(236,205,197); }
H1.HeaderClassName
{
color: #ECCDC5;
}
.AnyTagClassName
{
color: #ECCDC5;
}
</style>
background-color css
<style>
a { background-color: #ECCDC5; }
a { background-color: rgb(236,205,197); }
div.DivClassName
{
background-color: #ECCDC5;
}
.BgClassName
{
background-color: #ECCDC5;
}
</style>
border-color css
<style>
span { border-color: #ECCDC5; }
span { border-color: rgb(236,205,197); }
td.TdClassName
{
border-color: #ECCDC5;
}
.TagClassName
{
border-color: #ECCDC5;
}
</style>