Shades of Dust Storm #ECCDC1
Tints of Dust Storm #ECCDC1
RGB
CMYK
RGB Variations
Color information
#ECCDC1 (or 0xECCDC1) is known color: Dust Storm. HEX triplet: EC, CD and C1. RGB value is (236,205,193). Sum of RGB (Red+Green+Blue) = 236+205+193=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 193 (75.78% from 255 or 30.44% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDC1 is #13323E. Grayscale: #D4D4D4. Windows color (decimal): -1258047 or 12701164. OLE color: 12701164.
HSL color Cylindrical-coordinate representation of color #ECCDC1: hue angle of 16.74º 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 #ECCDC1 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 193 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.07 |
| HSL | 16.74º | 0.53% | 0.84% | - |
| HSV(B) | 16.74º | 0.18% | 0.93% | - |
| XYZ | 66.05 | 65.35 | 59.58 | - |
| YUV | 212.9 | 116.77 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 193 | 0 | 0.13 | 0.18 | 0.07 | 16.74 | 0.53 | 0.84 |
| Hex | EC | CD | C1 | 0 | D | 12 | 7 | 11 | 35 | 54 |
| Octal | 354 | 315 | 301 | 0 | 15 | 22 | 7 | 21 | 65 | 124 |
| Binary | 11101100 | 11001101 | 11000001 | 0 | 1101 | 10010 | 111 | 10001 | 110101 | 1010100 |
Color Harmonies of #ECCDC1
Complementary color
Monochromatic Colors of #ECCDC1
Black with #ECCDC1
Text Example
Text Example
White with #ECCDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDC1; }
p { color: rgb(236,205,193); }
H1.HeaderClassName
{
color: #ECCDC1;
}
.AnyTagClassName
{
color: #ECCDC1;
}
</style>
background-color css
<style>
a { background-color: #ECCDC1; }
a { background-color: rgb(236,205,193); }
div.DivClassName
{
background-color: #ECCDC1;
}
.BgClassName
{
background-color: #ECCDC1;
}
</style>
border-color css
<style>
span { border-color: #ECCDC1; }
span { border-color: rgb(236,205,193); }
td.TdClassName
{
border-color: #ECCDC1;
}
.TagClassName
{
border-color: #ECCDC1;
}
</style>