Shades of Dust Storm #ECC7C1
Tints of Dust Storm #ECC7C1
RGB
CMYK
RGB Variations
Color information
#ECC7C1 (or 0xECC7C1) is known color: Dust Storm. HEX triplet: EC, C7 and C1. RGB value is (236,199,193). Sum of RGB (Red+Green+Blue) = 236+199+193=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 199 (78.12% from 255 or 31.69% from 628); Blue value is 193 (75.78% from 255 or 30.73% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7C1 is #13383E. Grayscale: #D1D1D1. Windows color (decimal): -1259583 or 12699628. OLE color: 12699628.
HSL color Cylindrical-coordinate representation of color #ECC7C1: hue angle of 8.37º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECC7C1 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 193 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.07 |
| HSL | 8.37º | 0.53% | 0.84% | - |
| HSV(B) | 8.37º | 0.18% | 0.93% | - |
| XYZ | 64.64 | 62.53 | 59.11 | - |
| YUV | 209.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 193 | 0 | 0.16 | 0.18 | 0.07 | 8.37 | 0.53 | 0.84 |
| Hex | EC | C7 | C1 | 0 | 10 | 12 | 7 | 8 | 35 | 54 |
| Octal | 354 | 307 | 301 | 0 | 20 | 22 | 7 | 10 | 65 | 124 |
| Binary | 11101100 | 11000111 | 11000001 | 0 | 10000 | 10010 | 111 | 1000 | 110101 | 1010100 |
Color Harmonies of #ECC7C1
Complementary color
Monochromatic Colors of #ECC7C1
Black with #ECC7C1
Text Example
Text Example
White with #ECC7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7C1; }
p { color: rgb(236,199,193); }
H1.HeaderClassName
{
color: #ECC7C1;
}
.AnyTagClassName
{
color: #ECC7C1;
}
</style>
background-color css
<style>
a { background-color: #ECC7C1; }
a { background-color: rgb(236,199,193); }
div.DivClassName
{
background-color: #ECC7C1;
}
.BgClassName
{
background-color: #ECC7C1;
}
</style>
border-color css
<style>
span { border-color: #ECC7C1; }
span { border-color: rgb(236,199,193); }
td.TdClassName
{
border-color: #ECC7C1;
}
.TagClassName
{
border-color: #ECC7C1;
}
</style>