Shades of Dust Storm #ECCEC5
Tints of Dust Storm #ECCEC5
RGB
CMYK
RGB Variations
Color information
#ECCEC5 (or 0xECCEC5) is known color: Dust Storm. HEX triplet: EC, CE and C5. RGB value is (236,206,197). Sum of RGB (Red+Green+Blue) = 236+206+197=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 197 (77.34% from 255 or 30.83% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCEC5 is #13313A. Grayscale: #D6D6D6. Windows color (decimal): -1257787 or 12963564. OLE color: 12963564.
HSL color Cylindrical-coordinate representation of color #ECCEC5: hue angle of 13.85º degrees, saturation: 0.51, 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 #ECCEC5 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 206 | 197 | - |
CMYK | 0 | 0.13 | 0.17 | 0.07 |
HSL | 13.85º | 0.51% | 0.85% | - |
HSV(B) | 13.85º | 0.17% | 0.93% | - |
XYZ | 66.74 | 66.01 | 62.05 | - |
YUV | 213.94 | 118.44 | 143.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 206 | 197 | 0 | 0.13 | 0.17 | 0.07 | 13.85 | 0.51 | 0.85 |
Hex | EC | CE | C5 | 0 | D | 11 | 7 | E | 33 | 55 |
Octal | 354 | 316 | 305 | 0 | 15 | 21 | 7 | 16 | 63 | 125 |
Binary | 11101100 | 11001110 | 11000101 | 0 | 1101 | 10001 | 111 | 1110 | 110011 | 1010101 |
Color Harmonies of #ECCEC5
Complementary color
Monochromatic Colors of #ECCEC5
Black with #ECCEC5
Text Example
Text Example
White with #ECCEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCEC5; }
p { color: rgb(236,206,197); }
H1.HeaderClassName
{
color: #ECCEC5;
}
.AnyTagClassName
{
color: #ECCEC5;
}
</style>
background-color css
<style>
a { background-color: #ECCEC5; }
a { background-color: rgb(236,206,197); }
div.DivClassName
{
background-color: #ECCEC5;
}
.BgClassName
{
background-color: #ECCEC5;
}
</style>
border-color css
<style>
span { border-color: #ECCEC5; }
span { border-color: rgb(236,206,197); }
td.TdClassName
{
border-color: #ECCEC5;
}
.TagClassName
{
border-color: #ECCEC5;
}
</style>