Shades of Dust Storm #ECC4BD
Tints of Dust Storm #ECC4BD
RGB
CMYK
RGB Variations
Color information
#ECC4BD (or 0xECC4BD) is known color: Dust Storm. HEX triplet: EC, C4 and BD. RGB value is (236,196,189). Sum of RGB (Red+Green+Blue) = 236+196+189=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4BD is #133B42. Grayscale: #CFCFCF. Windows color (decimal): -1260355 or 12436716. OLE color: 12436716.
HSL color Cylindrical-coordinate representation of color #ECC4BD: hue angle of 8.94º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECC4BD is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 189 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.07 |
| HSL | 8.94º | 0.55% | 0.83% | - |
| HSV(B) | 8.94º | 0.2% | 0.93% | - |
| XYZ | 63.52 | 60.99 | 56.57 | - |
| YUV | 207.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 189 | 0 | 0.17 | 0.20 | 0.07 | 8.94 | 0.55 | 0.83 |
| Hex | EC | C4 | BD | 0 | 11 | 14 | 7 | 9 | 37 | 53 |
| Octal | 354 | 304 | 275 | 0 | 21 | 24 | 7 | 11 | 67 | 123 |
| Binary | 11101100 | 11000100 | 10111101 | 0 | 10001 | 10100 | 111 | 1001 | 110111 | 1010011 |
Color Harmonies of #ECC4BD
Complementary color
Monochromatic Colors of #ECC4BD
Black with #ECC4BD
Text Example
Text Example
White with #ECC4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4BD; }
p { color: rgb(236,196,189); }
H1.HeaderClassName
{
color: #ECC4BD;
}
.AnyTagClassName
{
color: #ECC4BD;
}
</style>
background-color css
<style>
a { background-color: #ECC4BD; }
a { background-color: rgb(236,196,189); }
div.DivClassName
{
background-color: #ECC4BD;
}
.BgClassName
{
background-color: #ECC4BD;
}
</style>
border-color css
<style>
span { border-color: #ECC4BD; }
span { border-color: rgb(236,196,189); }
td.TdClassName
{
border-color: #ECC4BD;
}
.TagClassName
{
border-color: #ECC4BD;
}
</style>