Shades of Dust Storm #ECCABD
Tints of Dust Storm #ECCABD
RGB
CMYK
RGB Variations
Color information
#ECCABD (or 0xECCABD) is known color: Dust Storm. HEX triplet: EC, CA and BD. RGB value is (236,202,189). Sum of RGB (Red+Green+Blue) = 236+202+189=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCABD is #133542. Grayscale: #D2D2D2. Windows color (decimal): -1258819 or 12438252. OLE color: 12438252.
HSL color Cylindrical-coordinate representation of color #ECCABD: hue angle of 16.6º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECCABD is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 202 | 189 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.07 |
| HSL | 16.6º | 0.55% | 0.83% | - |
| HSV(B) | 16.6º | 0.2% | 0.93% | - |
| XYZ | 64.9 | 63.75 | 57.03 | - |
| YUV | 210.68 | 115.76 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 202 | 189 | 0 | 0.14 | 0.20 | 0.07 | 16.6 | 0.55 | 0.83 |
| Hex | EC | CA | BD | 0 | E | 14 | 7 | 11 | 37 | 53 |
| Octal | 354 | 312 | 275 | 0 | 16 | 24 | 7 | 21 | 67 | 123 |
| Binary | 11101100 | 11001010 | 10111101 | 0 | 1110 | 10100 | 111 | 10001 | 110111 | 1010011 |
Color Harmonies of #ECCABD
Complementary color
Monochromatic Colors of #ECCABD
Black with #ECCABD
Text Example
Text Example
White with #ECCABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCABD; }
p { color: rgb(236,202,189); }
H1.HeaderClassName
{
color: #ECCABD;
}
.AnyTagClassName
{
color: #ECCABD;
}
</style>
background-color css
<style>
a { background-color: #ECCABD; }
a { background-color: rgb(236,202,189); }
div.DivClassName
{
background-color: #ECCABD;
}
.BgClassName
{
background-color: #ECCABD;
}
</style>
border-color css
<style>
span { border-color: #ECCABD; }
span { border-color: rgb(236,202,189); }
td.TdClassName
{
border-color: #ECCABD;
}
.TagClassName
{
border-color: #ECCABD;
}
</style>