Shades of Dust Storm #ECCEC1
Tints of Dust Storm #ECCEC1
RGB
CMYK
RGB Variations
Color information
#ECCEC1 (or 0xECCEC1) is known color: Dust Storm. HEX triplet: EC, CE and C1. RGB value is (236,206,193). Sum of RGB (Red+Green+Blue) = 236+206+193=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 193 (75.78% from 255 or 30.39% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCEC1 is #13313E. Grayscale: #D5D5D5. Windows color (decimal): -1257791 or 12701420. OLE color: 12701420.
HSL color Cylindrical-coordinate representation of color #ECCEC1: hue angle of 18.14º 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 #ECCEC1 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 193 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.07 |
| HSL | 18.14º | 0.53% | 0.84% | - |
| HSV(B) | 18.14º | 0.18% | 0.93% | - |
| XYZ | 66.29 | 65.83 | 59.66 | - |
| YUV | 213.49 | 116.44 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 193 | 0 | 0.13 | 0.18 | 0.07 | 18.14 | 0.53 | 0.84 |
| Hex | EC | CE | C1 | 0 | D | 12 | 7 | 12 | 35 | 54 |
| Octal | 354 | 316 | 301 | 0 | 15 | 22 | 7 | 22 | 65 | 124 |
| Binary | 11101100 | 11001110 | 11000001 | 0 | 1101 | 10010 | 111 | 10010 | 110101 | 1010100 |
Color Harmonies of #ECCEC1
Complementary color
Monochromatic Colors of #ECCEC1
Black with #ECCEC1
Text Example
Text Example
White with #ECCEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCEC1; }
p { color: rgb(236,206,193); }
H1.HeaderClassName
{
color: #ECCEC1;
}
.AnyTagClassName
{
color: #ECCEC1;
}
</style>
background-color css
<style>
a { background-color: #ECCEC1; }
a { background-color: rgb(236,206,193); }
div.DivClassName
{
background-color: #ECCEC1;
}
.BgClassName
{
background-color: #ECCEC1;
}
</style>
border-color css
<style>
span { border-color: #ECCEC1; }
span { border-color: rgb(236,206,193); }
td.TdClassName
{
border-color: #ECCEC1;
}
.TagClassName
{
border-color: #ECCEC1;
}
</style>