Shades of Dust Storm #ECCDC2
Tints of Dust Storm #ECCDC2
RGB
CMYK
RGB Variations
Color information
#ECCDC2 (or 0xECCDC2) is known color: Dust Storm. HEX triplet: EC, CD and C2. RGB value is (236,205,194). Sum of RGB (Red+Green+Blue) = 236+205+194=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 194 (76.17% from 255 or 30.55% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDC2 is #13323D. Grayscale: #D5D5D5. Windows color (decimal): -1258046 or 12766700. OLE color: 12766700.
HSL color Cylindrical-coordinate representation of color #ECCDC2: hue angle of 15.71º 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 #ECCDC2 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 194 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.07 |
| HSL | 15.71º | 0.53% | 0.84% | - |
| HSV(B) | 15.71º | 0.18% | 0.93% | - |
| XYZ | 66.16 | 65.39 | 60.17 | - |
| YUV | 213.02 | 117.27 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 194 | 0 | 0.13 | 0.18 | 0.07 | 15.71 | 0.53 | 0.84 |
| Hex | EC | CD | C2 | 0 | D | 12 | 7 | 10 | 34 | 54 |
| Octal | 354 | 315 | 302 | 0 | 15 | 22 | 7 | 20 | 64 | 124 |
| Binary | 11101100 | 11001101 | 11000010 | 0 | 1101 | 10010 | 111 | 10000 | 110100 | 1010100 |
Color Harmonies of #ECCDC2
Complementary color
Monochromatic Colors of #ECCDC2
Black with #ECCDC2
Text Example
Text Example
White with #ECCDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDC2; }
p { color: rgb(236,205,194); }
H1.HeaderClassName
{
color: #ECCDC2;
}
.AnyTagClassName
{
color: #ECCDC2;
}
</style>
background-color css
<style>
a { background-color: #ECCDC2; }
a { background-color: rgb(236,205,194); }
div.DivClassName
{
background-color: #ECCDC2;
}
.BgClassName
{
background-color: #ECCDC2;
}
</style>
border-color css
<style>
span { border-color: #ECCDC2; }
span { border-color: rgb(236,205,194); }
td.TdClassName
{
border-color: #ECCDC2;
}
.TagClassName
{
border-color: #ECCDC2;
}
</style>