Shades of Dust Storm #ECC4BB
Tints of Dust Storm #ECC4BB
RGB
CMYK
RGB Variations
Color information
#ECC4BB (or 0xECC4BB) is known color: Dust Storm. HEX triplet: EC, C4 and BB. RGB value is (236,196,187). Sum of RGB (Red+Green+Blue) = 236+196+187=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4BB is #133B44. Grayscale: #CFCFCF. Windows color (decimal): -1260357 or 12305644. OLE color: 12305644.
HSL color Cylindrical-coordinate representation of color #ECC4BB: hue angle of 11.02º 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 #ECC4BB is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 187 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.07 |
| HSL | 11.02º | 0.56% | 0.83% | - |
| HSV(B) | 11.02º | 0.21% | 0.93% | - |
| XYZ | 63.3 | 60.9 | 55.43 | - |
| YUV | 206.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 187 | 0 | 0.17 | 0.21 | 0.07 | 11.02 | 0.56 | 0.83 |
| Hex | EC | C4 | BB | 0 | 11 | 15 | 7 | B | 38 | 53 |
| Octal | 354 | 304 | 273 | 0 | 21 | 25 | 7 | 13 | 70 | 123 |
| Binary | 11101100 | 11000100 | 10111011 | 0 | 10001 | 10101 | 111 | 1011 | 111000 | 1010011 |
Color Harmonies of #ECC4BB
Complementary color
Monochromatic Colors of #ECC4BB
Black with #ECC4BB
Text Example
Text Example
White with #ECC4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4BB; }
p { color: rgb(236,196,187); }
H1.HeaderClassName
{
color: #ECC4BB;
}
.AnyTagClassName
{
color: #ECC4BB;
}
</style>
background-color css
<style>
a { background-color: #ECC4BB; }
a { background-color: rgb(236,196,187); }
div.DivClassName
{
background-color: #ECC4BB;
}
.BgClassName
{
background-color: #ECC4BB;
}
</style>
border-color css
<style>
span { border-color: #ECC4BB; }
span { border-color: rgb(236,196,187); }
td.TdClassName
{
border-color: #ECC4BB;
}
.TagClassName
{
border-color: #ECC4BB;
}
</style>