Shades of Dust Storm #ECC5BF
Tints of Dust Storm #ECC5BF
RGB
CMYK
RGB Variations
Color information
#ECC5BF (or 0xECC5BF) is known color: Dust Storm. HEX triplet: EC, C5 and BF. RGB value is (236,197,191). Sum of RGB (Red+Green+Blue) = 236+197+191=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC5BF is #133A40. Grayscale: #D0D0D0. Windows color (decimal): -1260097 or 12568044. OLE color: 12568044.
HSL color Cylindrical-coordinate representation of color #ECC5BF: hue angle of 8º 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 #ECC5BF is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 191 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.07 |
| HSL | 8º | 0.54% | 0.84% | - |
| HSV(B) | 8º | 0.19% | 0.93% | - |
| XYZ | 63.96 | 61.53 | 57.79 | - |
| YUV | 207.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 191 | 0 | 0.17 | 0.19 | 0.07 | 8 | 0.54 | 0.84 |
| Hex | EC | C5 | BF | 0 | 11 | 13 | 7 | 8 | 36 | 54 |
| Octal | 354 | 305 | 277 | 0 | 21 | 23 | 7 | 10 | 66 | 124 |
| Binary | 11101100 | 11000101 | 10111111 | 0 | 10001 | 10011 | 111 | 1000 | 110110 | 1010100 |
Color Harmonies of #ECC5BF
Complementary color
Monochromatic Colors of #ECC5BF
Black with #ECC5BF
Text Example
Text Example
White with #ECC5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC5BF; }
p { color: rgb(236,197,191); }
H1.HeaderClassName
{
color: #ECC5BF;
}
.AnyTagClassName
{
color: #ECC5BF;
}
</style>
background-color css
<style>
a { background-color: #ECC5BF; }
a { background-color: rgb(236,197,191); }
div.DivClassName
{
background-color: #ECC5BF;
}
.BgClassName
{
background-color: #ECC5BF;
}
</style>
border-color css
<style>
span { border-color: #ECC5BF; }
span { border-color: rgb(236,197,191); }
td.TdClassName
{
border-color: #ECC5BF;
}
.TagClassName
{
border-color: #ECC5BF;
}
</style>