Shades of Dust Storm #ECCBC3
Tints of Dust Storm #ECCBC3
RGB
CMYK
RGB Variations
Color information
#ECCBC3 (or 0xECCBC3) is known color: Dust Storm. HEX triplet: EC, CB and C3. RGB value is (236,203,195). Sum of RGB (Red+Green+Blue) = 236+203+195=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 195 (76.56% from 255 or 30.76% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBC3 is #13343C. Grayscale: #D4D4D4. Windows color (decimal): -1258557 or 12831724. OLE color: 12831724.
HSL color Cylindrical-coordinate representation of color #ECCBC3: hue angle of 11.71º degrees, saturation: 0.52, 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 #ECCBC3 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 195 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.07 |
| HSL | 11.71º | 0.52% | 0.85% | - |
| HSV(B) | 11.71º | 0.17% | 0.93% | - |
| XYZ | 65.8 | 64.48 | 60.61 | - |
| YUV | 211.96 | 118.43 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 195 | 0 | 0.14 | 0.17 | 0.07 | 11.71 | 0.52 | 0.85 |
| Hex | EC | CB | C3 | 0 | E | 11 | 7 | C | 34 | 55 |
| Octal | 354 | 313 | 303 | 0 | 16 | 21 | 7 | 14 | 64 | 125 |
| Binary | 11101100 | 11001011 | 11000011 | 0 | 1110 | 10001 | 111 | 1100 | 110100 | 1010101 |
Color Harmonies of #ECCBC3
Complementary color
Monochromatic Colors of #ECCBC3
Black with #ECCBC3
Text Example
Text Example
White with #ECCBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBC3; }
p { color: rgb(236,203,195); }
H1.HeaderClassName
{
color: #ECCBC3;
}
.AnyTagClassName
{
color: #ECCBC3;
}
</style>
background-color css
<style>
a { background-color: #ECCBC3; }
a { background-color: rgb(236,203,195); }
div.DivClassName
{
background-color: #ECCBC3;
}
.BgClassName
{
background-color: #ECCBC3;
}
</style>
border-color css
<style>
span { border-color: #ECCBC3; }
span { border-color: rgb(236,203,195); }
td.TdClassName
{
border-color: #ECCBC3;
}
.TagClassName
{
border-color: #ECCBC3;
}
</style>