Shades of Dust Storm #ECC4BE
Tints of Dust Storm #ECC4BE
RGB
CMYK
RGB Variations
Color information
#ECC4BE (or 0xECC4BE) is known color: Dust Storm. HEX triplet: EC, C4 and BE. RGB value is (236,196,190). Sum of RGB (Red+Green+Blue) = 236+196+190=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4BE is #133B41. Grayscale: #CFCFCF. Windows color (decimal): -1260354 or 12502252. OLE color: 12502252.
HSL color Cylindrical-coordinate representation of color #ECC4BE: hue angle of 7.83º degrees, saturation: 0.55, 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 #ECC4BE is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 190 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.07 |
| HSL | 7.83º | 0.55% | 0.84% | - |
| HSV(B) | 7.83º | 0.19% | 0.93% | - |
| XYZ | 63.63 | 61.03 | 57.14 | - |
| YUV | 207.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 190 | 0 | 0.17 | 0.19 | 0.07 | 7.83 | 0.55 | 0.84 |
| Hex | EC | C4 | BE | 0 | 11 | 13 | 7 | 8 | 37 | 54 |
| Octal | 354 | 304 | 276 | 0 | 21 | 23 | 7 | 10 | 67 | 124 |
| Binary | 11101100 | 11000100 | 10111110 | 0 | 10001 | 10011 | 111 | 1000 | 110111 | 1010100 |
Color Harmonies of #ECC4BE
Complementary color
Monochromatic Colors of #ECC4BE
Black with #ECC4BE
Text Example
Text Example
White with #ECC4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4BE; }
p { color: rgb(236,196,190); }
H1.HeaderClassName
{
color: #ECC4BE;
}
.AnyTagClassName
{
color: #ECC4BE;
}
</style>
background-color css
<style>
a { background-color: #ECC4BE; }
a { background-color: rgb(236,196,190); }
div.DivClassName
{
background-color: #ECC4BE;
}
.BgClassName
{
background-color: #ECC4BE;
}
</style>
border-color css
<style>
span { border-color: #ECC4BE; }
span { border-color: rgb(236,196,190); }
td.TdClassName
{
border-color: #ECC4BE;
}
.TagClassName
{
border-color: #ECC4BE;
}
</style>