Shades of Dust Storm #ECCAC1
Tints of Dust Storm #ECCAC1
RGB
CMYK
RGB Variations
Color information
#ECCAC1 (or 0xECCAC1) is known color: Dust Storm. HEX triplet: EC, CA and C1. RGB value is (236,202,193). Sum of RGB (Red+Green+Blue) = 236+202+193=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 193 (75.78% from 255 or 30.59% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAC1 is #13353E. Grayscale: #D3D3D3. Windows color (decimal): -1258815 or 12700396. OLE color: 12700396.
HSL color Cylindrical-coordinate representation of color #ECCAC1: hue angle of 12.56º 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 #ECCAC1 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 202 | 193 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.07 |
| HSL | 12.56º | 0.53% | 0.84% | - |
| HSV(B) | 12.56º | 0.18% | 0.93% | - |
| XYZ | 65.34 | 63.92 | 59.35 | - |
| YUV | 211.14 | 117.76 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 202 | 193 | 0 | 0.14 | 0.18 | 0.07 | 12.56 | 0.53 | 0.84 |
| Hex | EC | CA | C1 | 0 | E | 12 | 7 | D | 35 | 54 |
| Octal | 354 | 312 | 301 | 0 | 16 | 22 | 7 | 15 | 65 | 124 |
| Binary | 11101100 | 11001010 | 11000001 | 0 | 1110 | 10010 | 111 | 1101 | 110101 | 1010100 |
Color Harmonies of #ECCAC1
Complementary color
Monochromatic Colors of #ECCAC1
Black with #ECCAC1
Text Example
Text Example
White with #ECCAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCAC1; }
p { color: rgb(236,202,193); }
H1.HeaderClassName
{
color: #ECCAC1;
}
.AnyTagClassName
{
color: #ECCAC1;
}
</style>
background-color css
<style>
a { background-color: #ECCAC1; }
a { background-color: rgb(236,202,193); }
div.DivClassName
{
background-color: #ECCAC1;
}
.BgClassName
{
background-color: #ECCAC1;
}
</style>
border-color css
<style>
span { border-color: #ECCAC1; }
span { border-color: rgb(236,202,193); }
td.TdClassName
{
border-color: #ECCAC1;
}
.TagClassName
{
border-color: #ECCAC1;
}
</style>