Shades of Dust Storm #ECC7BE
Tints of Dust Storm #ECC7BE
RGB
CMYK
RGB Variations
Color information
#ECC7BE (or 0xECC7BE) is known color: Dust Storm. HEX triplet: EC, C7 and BE. RGB value is (236,199,190). Sum of RGB (Red+Green+Blue) = 236+199+190=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7BE is #133841. Grayscale: #D1D1D1. Windows color (decimal): -1259586 or 12503020. OLE color: 12503020.
HSL color Cylindrical-coordinate representation of color #ECC7BE: hue angle of 11.74º 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 #ECC7BE is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 190 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.07 |
| HSL | 11.74º | 0.55% | 0.84% | - |
| HSV(B) | 11.74º | 0.19% | 0.93% | - |
| XYZ | 64.31 | 62.4 | 57.37 | - |
| YUV | 209.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 190 | 0 | 0.16 | 0.19 | 0.07 | 11.74 | 0.55 | 0.84 |
| Hex | EC | C7 | BE | 0 | 10 | 13 | 7 | C | 37 | 54 |
| Octal | 354 | 307 | 276 | 0 | 20 | 23 | 7 | 14 | 67 | 124 |
| Binary | 11101100 | 11000111 | 10111110 | 0 | 10000 | 10011 | 111 | 1100 | 110111 | 1010100 |
Color Harmonies of #ECC7BE
Complementary color
Monochromatic Colors of #ECC7BE
Black with #ECC7BE
Text Example
Text Example
White with #ECC7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7BE; }
p { color: rgb(236,199,190); }
H1.HeaderClassName
{
color: #ECC7BE;
}
.AnyTagClassName
{
color: #ECC7BE;
}
</style>
background-color css
<style>
a { background-color: #ECC7BE; }
a { background-color: rgb(236,199,190); }
div.DivClassName
{
background-color: #ECC7BE;
}
.BgClassName
{
background-color: #ECC7BE;
}
</style>
border-color css
<style>
span { border-color: #ECC7BE; }
span { border-color: rgb(236,199,190); }
td.TdClassName
{
border-color: #ECC7BE;
}
.TagClassName
{
border-color: #ECC7BE;
}
</style>