Shades of Dust Storm #ECCABF
Tints of Dust Storm #ECCABF
RGB
CMYK
RGB Variations
Color information
#ECCABF (or 0xECCABF) is known color: Dust Storm. HEX triplet: EC, CA and BF. RGB value is (236,202,191). Sum of RGB (Red+Green+Blue) = 236+202+191=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCABF is #133540. Grayscale: #D2D2D2. Windows color (decimal): -1258817 or 12569324. OLE color: 12569324.
HSL color Cylindrical-coordinate representation of color #ECCABF: hue angle of 14.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECCABF is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 202 | 191 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.07 |
| HSL | 14.67º | 0.54% | 0.84% | - |
| HSV(B) | 14.67º | 0.19% | 0.93% | - |
| XYZ | 65.12 | 63.84 | 58.18 | - |
| YUV | 210.91 | 116.76 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 202 | 191 | 0 | 0.14 | 0.19 | 0.07 | 14.67 | 0.54 | 0.84 |
| Hex | EC | CA | BF | 0 | E | 13 | 7 | F | 36 | 54 |
| Octal | 354 | 312 | 277 | 0 | 16 | 23 | 7 | 17 | 66 | 124 |
| Binary | 11101100 | 11001010 | 10111111 | 0 | 1110 | 10011 | 111 | 1111 | 110110 | 1010100 |
Color Harmonies of #ECCABF
Complementary color
Monochromatic Colors of #ECCABF
Black with #ECCABF
Text Example
Text Example
White with #ECCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCABF; }
p { color: rgb(236,202,191); }
H1.HeaderClassName
{
color: #ECCABF;
}
.AnyTagClassName
{
color: #ECCABF;
}
</style>
background-color css
<style>
a { background-color: #ECCABF; }
a { background-color: rgb(236,202,191); }
div.DivClassName
{
background-color: #ECCABF;
}
.BgClassName
{
background-color: #ECCABF;
}
</style>
border-color css
<style>
span { border-color: #ECCABF; }
span { border-color: rgb(236,202,191); }
td.TdClassName
{
border-color: #ECCABF;
}
.TagClassName
{
border-color: #ECCABF;
}
</style>