Shades of Dust Storm #ECC8BD
Tints of Dust Storm #ECC8BD
RGB
CMYK
RGB Variations
Color information
#ECC8BD (or 0xECC8BD) is known color: Dust Storm. HEX triplet: EC, C8 and BD. RGB value is (236,200,189). Sum of RGB (Red+Green+Blue) = 236+200+189=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC8BD is #133742. Grayscale: #D1D1D1. Windows color (decimal): -1259331 or 12437740. OLE color: 12437740.
HSL color Cylindrical-coordinate representation of color #ECC8BD: hue angle of 14.04º 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 #ECC8BD is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 189 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.07 |
| HSL | 14.04º | 0.55% | 0.83% | - |
| HSV(B) | 14.04º | 0.2% | 0.93% | - |
| XYZ | 64.43 | 62.82 | 56.87 | - |
| YUV | 209.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 189 | 0 | 0.15 | 0.20 | 0.07 | 14.04 | 0.55 | 0.83 |
| Hex | EC | C8 | BD | 0 | F | 14 | 7 | E | 37 | 53 |
| Octal | 354 | 310 | 275 | 0 | 17 | 24 | 7 | 16 | 67 | 123 |
| Binary | 11101100 | 11001000 | 10111101 | 0 | 1111 | 10100 | 111 | 1110 | 110111 | 1010011 |
Color Harmonies of #ECC8BD
Complementary color
Monochromatic Colors of #ECC8BD
Black with #ECC8BD
Text Example
Text Example
White with #ECC8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8BD; }
p { color: rgb(236,200,189); }
H1.HeaderClassName
{
color: #ECC8BD;
}
.AnyTagClassName
{
color: #ECC8BD;
}
</style>
background-color css
<style>
a { background-color: #ECC8BD; }
a { background-color: rgb(236,200,189); }
div.DivClassName
{
background-color: #ECC8BD;
}
.BgClassName
{
background-color: #ECC8BD;
}
</style>
border-color css
<style>
span { border-color: #ECC8BD; }
span { border-color: rgb(236,200,189); }
td.TdClassName
{
border-color: #ECC8BD;
}
.TagClassName
{
border-color: #ECC8BD;
}
</style>