Shades of Dust Storm #ECCAC3
Tints of Dust Storm #ECCAC3
RGB
CMYK
RGB Variations
Color information
#ECCAC3 (or 0xECCAC3) is known color: Dust Storm. HEX triplet: EC, CA and C3. RGB value is (236,202,195). Sum of RGB (Red+Green+Blue) = 236+202+195=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 195 (76.56% from 255 or 30.81% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAC3 is #13353C. Grayscale: #D3D3D3. Windows color (decimal): -1258813 or 12831468. OLE color: 12831468.
HSL color Cylindrical-coordinate representation of color #ECCAC3: hue angle of 10.24º 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 #ECCAC3 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 202 | 195 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.07 |
| HSL | 10.24º | 0.52% | 0.85% | - |
| HSV(B) | 10.24º | 0.17% | 0.93% | - |
| XYZ | 65.56 | 64.01 | 60.53 | - |
| YUV | 211.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 202 | 195 | 0 | 0.14 | 0.17 | 0.07 | 10.24 | 0.52 | 0.85 |
| Hex | EC | CA | C3 | 0 | E | 11 | 7 | A | 34 | 55 |
| Octal | 354 | 312 | 303 | 0 | 16 | 21 | 7 | 12 | 64 | 125 |
| Binary | 11101100 | 11001010 | 11000011 | 0 | 1110 | 10001 | 111 | 1010 | 110100 | 1010101 |
Color Harmonies of #ECCAC3
Complementary color
Monochromatic Colors of #ECCAC3
Black with #ECCAC3
Text Example
Text Example
White with #ECCAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCAC3; }
p { color: rgb(236,202,195); }
H1.HeaderClassName
{
color: #ECCAC3;
}
.AnyTagClassName
{
color: #ECCAC3;
}
</style>
background-color css
<style>
a { background-color: #ECCAC3; }
a { background-color: rgb(236,202,195); }
div.DivClassName
{
background-color: #ECCAC3;
}
.BgClassName
{
background-color: #ECCAC3;
}
</style>
border-color css
<style>
span { border-color: #ECCAC3; }
span { border-color: rgb(236,202,195); }
td.TdClassName
{
border-color: #ECCAC3;
}
.TagClassName
{
border-color: #ECCAC3;
}
</style>