Shades of Dust Storm #ECCDC3
Tints of Dust Storm #ECCDC3
RGB
CMYK
RGB Variations
Color information
#ECCDC3 (or 0xECCDC3) is known color: Dust Storm. HEX triplet: EC, CD and C3. RGB value is (236,205,195). Sum of RGB (Red+Green+Blue) = 236+205+195=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDC3 is #13323C. Grayscale: #D5D5D5. Windows color (decimal): -1258045 or 12832236. OLE color: 12832236.
HSL color Cylindrical-coordinate representation of color #ECCDC3: hue angle of 14.63º 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 #ECCDC3 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 205 | 195 | - |
CMYK | 0 | 0.13 | 0.17 | 0.07 |
HSL | 14.63º | 0.52% | 0.85% | - |
HSV(B) | 14.63º | 0.17% | 0.93% | - |
XYZ | 66.27 | 65.44 | 60.77 | - |
YUV | 213.13 | 117.77 | 144.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 205 | 195 | 0 | 0.13 | 0.17 | 0.07 | 14.63 | 0.52 | 0.85 |
Hex | EC | CD | C3 | 0 | D | 11 | 7 | F | 34 | 55 |
Octal | 354 | 315 | 303 | 0 | 15 | 21 | 7 | 17 | 64 | 125 |
Binary | 11101100 | 11001101 | 11000011 | 0 | 1101 | 10001 | 111 | 1111 | 110100 | 1010101 |
Color Harmonies of #ECCDC3
Complementary color
Monochromatic Colors of #ECCDC3
Black with #ECCDC3
Text Example
Text Example
White with #ECCDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDC3; }
p { color: rgb(236,205,195); }
H1.HeaderClassName
{
color: #ECCDC3;
}
.AnyTagClassName
{
color: #ECCDC3;
}
</style>
background-color css
<style>
a { background-color: #ECCDC3; }
a { background-color: rgb(236,205,195); }
div.DivClassName
{
background-color: #ECCDC3;
}
.BgClassName
{
background-color: #ECCDC3;
}
</style>
border-color css
<style>
span { border-color: #ECCDC3; }
span { border-color: rgb(236,205,195); }
td.TdClassName
{
border-color: #ECCDC3;
}
.TagClassName
{
border-color: #ECCDC3;
}
</style>