Shades of Dust Storm #ECC7BF
Tints of Dust Storm #ECC7BF
RGB
CMYK
RGB Variations
Color information
#ECC7BF (or 0xECC7BF) is known color: Dust Storm. HEX triplet: EC, C7 and BF. RGB value is (236,199,191). Sum of RGB (Red+Green+Blue) = 236+199+191=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7BF is #133840. Grayscale: #D1D1D1. Windows color (decimal): -1259585 or 12568556. OLE color: 12568556.
HSL color Cylindrical-coordinate representation of color #ECC7BF: hue angle of 10.67º 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 #ECC7BF is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 191 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.07 |
| HSL | 10.67º | 0.54% | 0.84% | - |
| HSV(B) | 10.67º | 0.19% | 0.93% | - |
| XYZ | 64.42 | 62.44 | 57.95 | - |
| YUV | 209.15 | 117.76 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 191 | 0 | 0.16 | 0.19 | 0.07 | 10.67 | 0.54 | 0.84 |
| Hex | EC | C7 | BF | 0 | 10 | 13 | 7 | B | 36 | 54 |
| Octal | 354 | 307 | 277 | 0 | 20 | 23 | 7 | 13 | 66 | 124 |
| Binary | 11101100 | 11000111 | 10111111 | 0 | 10000 | 10011 | 111 | 1011 | 110110 | 1010100 |
Color Harmonies of #ECC7BF
Complementary color
Monochromatic Colors of #ECC7BF
Black with #ECC7BF
Text Example
Text Example
White with #ECC7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7BF; }
p { color: rgb(236,199,191); }
H1.HeaderClassName
{
color: #ECC7BF;
}
.AnyTagClassName
{
color: #ECC7BF;
}
</style>
background-color css
<style>
a { background-color: #ECC7BF; }
a { background-color: rgb(236,199,191); }
div.DivClassName
{
background-color: #ECC7BF;
}
.BgClassName
{
background-color: #ECC7BF;
}
</style>
border-color css
<style>
span { border-color: #ECC7BF; }
span { border-color: rgb(236,199,191); }
td.TdClassName
{
border-color: #ECC7BF;
}
.TagClassName
{
border-color: #ECC7BF;
}
</style>