Shades of Dust Storm #ECCBC4
Tints of Dust Storm #ECCBC4
RGB
CMYK
RGB Variations
Color information
#ECCBC4 (or 0xECCBC4) is known color: Dust Storm. HEX triplet: EC, CB and C4. RGB value is (236,203,196). Sum of RGB (Red+Green+Blue) = 236+203+196=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 196 (76.95% from 255 or 30.87% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBC4 is #13343B. Grayscale: #D4D4D4. Windows color (decimal): -1258556 or 12897260. OLE color: 12897260.
HSL color Cylindrical-coordinate representation of color #ECCBC4: hue angle of 10.5º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECCBC4 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 196 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.07 |
| HSL | 10.5º | 0.51% | 0.85% | - |
| HSV(B) | 10.5º | 0.17% | 0.93% | - |
| XYZ | 65.91 | 64.53 | 61.21 | - |
| YUV | 212.07 | 118.93 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 196 | 0 | 0.14 | 0.17 | 0.07 | 10.5 | 0.51 | 0.85 |
| Hex | EC | CB | C4 | 0 | E | 11 | 7 | A | 33 | 55 |
| Octal | 354 | 313 | 304 | 0 | 16 | 21 | 7 | 12 | 63 | 125 |
| Binary | 11101100 | 11001011 | 11000100 | 0 | 1110 | 10001 | 111 | 1010 | 110011 | 1010101 |
Color Harmonies of #ECCBC4
Complementary color
Monochromatic Colors of #ECCBC4
Black with #ECCBC4
Text Example
Text Example
White with #ECCBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBC4; }
p { color: rgb(236,203,196); }
H1.HeaderClassName
{
color: #ECCBC4;
}
.AnyTagClassName
{
color: #ECCBC4;
}
</style>
background-color css
<style>
a { background-color: #ECCBC4; }
a { background-color: rgb(236,203,196); }
div.DivClassName
{
background-color: #ECCBC4;
}
.BgClassName
{
background-color: #ECCBC4;
}
</style>
border-color css
<style>
span { border-color: #ECCBC4; }
span { border-color: rgb(236,203,196); }
td.TdClassName
{
border-color: #ECCBC4;
}
.TagClassName
{
border-color: #ECCBC4;
}
</style>