Shades of Dust Storm #ECC4BC
Tints of Dust Storm #ECC4BC
RGB
CMYK
RGB Variations
Color information
#ECC4BC (or 0xECC4BC) is known color: Dust Storm. HEX triplet: EC, C4 and BC. RGB value is (236,196,188). Sum of RGB (Red+Green+Blue) = 236+196+188=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4BC is #133B43. Grayscale: #CFCFCF. Windows color (decimal): -1260356 or 12371180. OLE color: 12371180.
HSL color Cylindrical-coordinate representation of color #ECC4BC: hue angle of 10º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECC4BC is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 188 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.07 |
| HSL | 10º | 0.56% | 0.83% | - |
| HSV(B) | 10º | 0.2% | 0.93% | - |
| XYZ | 63.41 | 60.94 | 56 | - |
| YUV | 207.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 188 | 0 | 0.17 | 0.20 | 0.07 | 10 | 0.56 | 0.83 |
| Hex | EC | C4 | BC | 0 | 11 | 14 | 7 | A | 38 | 53 |
| Octal | 354 | 304 | 274 | 0 | 21 | 24 | 7 | 12 | 70 | 123 |
| Binary | 11101100 | 11000100 | 10111100 | 0 | 10001 | 10100 | 111 | 1010 | 111000 | 1010011 |
Color Harmonies of #ECC4BC
Complementary color
Monochromatic Colors of #ECC4BC
Black with #ECC4BC
Text Example
Text Example
White with #ECC4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4BC; }
p { color: rgb(236,196,188); }
H1.HeaderClassName
{
color: #ECC4BC;
}
.AnyTagClassName
{
color: #ECC4BC;
}
</style>
background-color css
<style>
a { background-color: #ECC4BC; }
a { background-color: rgb(236,196,188); }
div.DivClassName
{
background-color: #ECC4BC;
}
.BgClassName
{
background-color: #ECC4BC;
}
</style>
border-color css
<style>
span { border-color: #ECC4BC; }
span { border-color: rgb(236,196,188); }
td.TdClassName
{
border-color: #ECC4BC;
}
.TagClassName
{
border-color: #ECC4BC;
}
</style>