Shades of Dust Storm #ECC6BF
Tints of Dust Storm #ECC6BF
RGB
CMYK
RGB Variations
Color information
#ECC6BF (or 0xECC6BF) is known color: Dust Storm. HEX triplet: EC, C6 and BF. RGB value is (236,198,191). Sum of RGB (Red+Green+Blue) = 236+198+191=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6BF is #133940. Grayscale: #D0D0D0. Windows color (decimal): -1259841 or 12568300. OLE color: 12568300.
HSL color Cylindrical-coordinate representation of color #ECC6BF: hue angle of 9.33º 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 #ECC6BF is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 191 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.07 |
| HSL | 9.33º | 0.54% | 0.84% | - |
| HSV(B) | 9.33º | 0.19% | 0.93% | - |
| XYZ | 64.19 | 61.98 | 57.87 | - |
| YUV | 208.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 191 | 0 | 0.16 | 0.19 | 0.07 | 9.33 | 0.54 | 0.84 |
| Hex | EC | C6 | BF | 0 | 10 | 13 | 7 | 9 | 36 | 54 |
| Octal | 354 | 306 | 277 | 0 | 20 | 23 | 7 | 11 | 66 | 124 |
| Binary | 11101100 | 11000110 | 10111111 | 0 | 10000 | 10011 | 111 | 1001 | 110110 | 1010100 |
Color Harmonies of #ECC6BF
Complementary color
Monochromatic Colors of #ECC6BF
Black with #ECC6BF
Text Example
Text Example
White with #ECC6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6BF; }
p { color: rgb(236,198,191); }
H1.HeaderClassName
{
color: #ECC6BF;
}
.AnyTagClassName
{
color: #ECC6BF;
}
</style>
background-color css
<style>
a { background-color: #ECC6BF; }
a { background-color: rgb(236,198,191); }
div.DivClassName
{
background-color: #ECC6BF;
}
.BgClassName
{
background-color: #ECC6BF;
}
</style>
border-color css
<style>
span { border-color: #ECC6BF; }
span { border-color: rgb(236,198,191); }
td.TdClassName
{
border-color: #ECC6BF;
}
.TagClassName
{
border-color: #ECC6BF;
}
</style>