Shades of Dust Storm #ECC7BA
Tints of Dust Storm #ECC7BA
RGB
CMYK
RGB Variations
Color information
#ECC7BA (or 0xECC7BA) is known color: Dust Storm. HEX triplet: EC, C7 and BA. RGB value is (236,199,186). Sum of RGB (Red+Green+Blue) = 236+199+186=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7BA is #133845. Grayscale: #D0D0D0. Windows color (decimal): -1259590 or 12240876. OLE color: 12240876.
HSL color Cylindrical-coordinate representation of color #ECC7BA: hue angle of 15.6º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECC7BA is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 186 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.07 |
| HSL | 15.6º | 0.57% | 0.83% | - |
| HSV(B) | 15.6º | 0.21% | 0.93% | - |
| XYZ | 63.88 | 62.22 | 55.1 | - |
| YUV | 208.58 | 115.26 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 186 | 0 | 0.16 | 0.21 | 0.07 | 15.6 | 0.57 | 0.83 |
| Hex | EC | C7 | BA | 0 | 10 | 15 | 7 | 10 | 39 | 53 |
| Octal | 354 | 307 | 272 | 0 | 20 | 25 | 7 | 20 | 71 | 123 |
| Binary | 11101100 | 11000111 | 10111010 | 0 | 10000 | 10101 | 111 | 10000 | 111001 | 1010011 |
Color Harmonies of #ECC7BA
Complementary color
Monochromatic Colors of #ECC7BA
Black with #ECC7BA
Text Example
Text Example
White with #ECC7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7BA; }
p { color: rgb(236,199,186); }
H1.HeaderClassName
{
color: #ECC7BA;
}
.AnyTagClassName
{
color: #ECC7BA;
}
</style>
background-color css
<style>
a { background-color: #ECC7BA; }
a { background-color: rgb(236,199,186); }
div.DivClassName
{
background-color: #ECC7BA;
}
.BgClassName
{
background-color: #ECC7BA;
}
</style>
border-color css
<style>
span { border-color: #ECC7BA; }
span { border-color: rgb(236,199,186); }
td.TdClassName
{
border-color: #ECC7BA;
}
.TagClassName
{
border-color: #ECC7BA;
}
</style>