Shades of Dust Storm #ECCBC2
Tints of Dust Storm #ECCBC2
RGB
CMYK
RGB Variations
Color information
#ECCBC2 (or 0xECCBC2) is known color: Dust Storm. HEX triplet: EC, CB and C2. RGB value is (236,203,194). Sum of RGB (Red+Green+Blue) = 236+203+194=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 194 (76.17% from 255 or 30.65% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBC2 is #13343D. Grayscale: #D3D3D3. Windows color (decimal): -1258558 or 12766188. OLE color: 12766188.
HSL color Cylindrical-coordinate representation of color #ECCBC2: hue angle of 12.86º degrees, saturation: 0.52, 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 #ECCBC2 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 194 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.07 |
| HSL | 12.86º | 0.53% | 0.84% | - |
| HSV(B) | 12.86º | 0.18% | 0.93% | - |
| XYZ | 65.69 | 64.44 | 60.02 | - |
| YUV | 211.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 194 | 0 | 0.14 | 0.18 | 0.07 | 12.86 | 0.53 | 0.84 |
| Hex | EC | CB | C2 | 0 | E | 12 | 7 | D | 34 | 54 |
| Octal | 354 | 313 | 302 | 0 | 16 | 22 | 7 | 15 | 64 | 124 |
| Binary | 11101100 | 11001011 | 11000010 | 0 | 1110 | 10010 | 111 | 1101 | 110100 | 1010100 |
Color Harmonies of #ECCBC2
Complementary color
Monochromatic Colors of #ECCBC2
Black with #ECCBC2
Text Example
Text Example
White with #ECCBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBC2; }
p { color: rgb(236,203,194); }
H1.HeaderClassName
{
color: #ECCBC2;
}
.AnyTagClassName
{
color: #ECCBC2;
}
</style>
background-color css
<style>
a { background-color: #ECCBC2; }
a { background-color: rgb(236,203,194); }
div.DivClassName
{
background-color: #ECCBC2;
}
.BgClassName
{
background-color: #ECCBC2;
}
</style>
border-color css
<style>
span { border-color: #ECCBC2; }
span { border-color: rgb(236,203,194); }
td.TdClassName
{
border-color: #ECCBC2;
}
.TagClassName
{
border-color: #ECCBC2;
}
</style>