Shades of Dust Storm #ECC8BF
Tints of Dust Storm #ECC8BF
RGB
CMYK
RGB Variations
Color information
#ECC8BF (or 0xECC8BF) is known color: Dust Storm. HEX triplet: EC, C8 and BF. RGB value is (236,200,191). Sum of RGB (Red+Green+Blue) = 236+200+191=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC8BF is #133740. Grayscale: #D1D1D1. Windows color (decimal): -1259329 or 12568812. OLE color: 12568812.
HSL color Cylindrical-coordinate representation of color #ECC8BF: hue angle of 12º 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 #ECC8BF is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 191 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.07 |
| HSL | 12º | 0.54% | 0.84% | - |
| HSV(B) | 12º | 0.19% | 0.93% | - |
| XYZ | 64.65 | 62.9 | 58.02 | - |
| YUV | 209.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 191 | 0 | 0.15 | 0.19 | 0.07 | 12 | 0.54 | 0.84 |
| Hex | EC | C8 | BF | 0 | F | 13 | 7 | C | 36 | 54 |
| Octal | 354 | 310 | 277 | 0 | 17 | 23 | 7 | 14 | 66 | 124 |
| Binary | 11101100 | 11001000 | 10111111 | 0 | 1111 | 10011 | 111 | 1100 | 110110 | 1010100 |
Color Harmonies of #ECC8BF
Complementary color
Monochromatic Colors of #ECC8BF
Black with #ECC8BF
Text Example
Text Example
White with #ECC8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8BF; }
p { color: rgb(236,200,191); }
H1.HeaderClassName
{
color: #ECC8BF;
}
.AnyTagClassName
{
color: #ECC8BF;
}
</style>
background-color css
<style>
a { background-color: #ECC8BF; }
a { background-color: rgb(236,200,191); }
div.DivClassName
{
background-color: #ECC8BF;
}
.BgClassName
{
background-color: #ECC8BF;
}
</style>
border-color css
<style>
span { border-color: #ECC8BF; }
span { border-color: rgb(236,200,191); }
td.TdClassName
{
border-color: #ECC8BF;
}
.TagClassName
{
border-color: #ECC8BF;
}
</style>