Shades of Dust Storm #ECC7BB
Tints of Dust Storm #ECC7BB
RGB
CMYK
RGB Variations
Color information
#ECC7BB (or 0xECC7BB) is known color: Dust Storm. HEX triplet: EC, C7 and BB. RGB value is (236,199,187). Sum of RGB (Red+Green+Blue) = 236+199+187=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 199 (78.12% from 255 or 31.99% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7BB is #133844. Grayscale: #D0D0D0. Windows color (decimal): -1259589 or 12306412. OLE color: 12306412.
HSL color Cylindrical-coordinate representation of color #ECC7BB: hue angle of 14.69º degrees, saturation: 0.56, 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 #ECC7BB is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 187 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.07 |
| HSL | 14.69º | 0.56% | 0.83% | - |
| HSV(B) | 14.69º | 0.21% | 0.93% | - |
| XYZ | 63.99 | 62.27 | 55.66 | - |
| YUV | 208.7 | 115.76 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 187 | 0 | 0.16 | 0.21 | 0.07 | 14.69 | 0.56 | 0.83 |
| Hex | EC | C7 | BB | 0 | 10 | 15 | 7 | F | 38 | 53 |
| Octal | 354 | 307 | 273 | 0 | 20 | 25 | 7 | 17 | 70 | 123 |
| Binary | 11101100 | 11000111 | 10111011 | 0 | 10000 | 10101 | 111 | 1111 | 111000 | 1010011 |
Color Harmonies of #ECC7BB
Complementary color
Monochromatic Colors of #ECC7BB
Black with #ECC7BB
Text Example
Text Example
White with #ECC7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7BB; }
p { color: rgb(236,199,187); }
H1.HeaderClassName
{
color: #ECC7BB;
}
.AnyTagClassName
{
color: #ECC7BB;
}
</style>
background-color css
<style>
a { background-color: #ECC7BB; }
a { background-color: rgb(236,199,187); }
div.DivClassName
{
background-color: #ECC7BB;
}
.BgClassName
{
background-color: #ECC7BB;
}
</style>
border-color css
<style>
span { border-color: #ECC7BB; }
span { border-color: rgb(236,199,187); }
td.TdClassName
{
border-color: #ECC7BB;
}
.TagClassName
{
border-color: #ECC7BB;
}
</style>