Shades of Dust Storm #EBC6BC
Tints of Dust Storm #EBC6BC
RGB
CMYK
RGB Variations
Color information
#EBC6BC (or 0xEBC6BC) is known color: Dust Storm. HEX triplet: EB, C6 and BC. RGB value is (235,198,188). Sum of RGB (Red+Green+Blue) = 235+198+188=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6BC is #143943. Grayscale: #D0D0D0. Windows color (decimal): -1325380 or 12371691. OLE color: 12371691.
HSL color Cylindrical-coordinate representation of color #EBC6BC: hue angle of 12.77º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBC6BC is Cyan = 0, Magento = 0.16, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 188 | - |
| CMYK | 0 | 0.16 | 0.2 | 0.08 |
| HSL | 12.77º | 0.54% | 0.83% | - |
| HSV(B) | 12.77º | 0.2% | 0.92% | - |
| XYZ | 63.53 | 61.68 | 56.13 | - |
| YUV | 207.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 188 | 0 | 0.16 | 0.2 | 0.08 | 12.77 | 0.54 | 0.83 |
| Hex | EB | C6 | BC | 0 | 10 | 14 | 8 | D | 36 | 53 |
| Octal | 353 | 306 | 274 | 0 | 20 | 24 | 10 | 15 | 66 | 123 |
| Binary | 11101011 | 11000110 | 10111100 | 0 | 10000 | 10100 | 1000 | 1101 | 110110 | 1010011 |
Color Harmonies of #EBC6BC
Complementary color
Monochromatic Colors of #EBC6BC
Black with #EBC6BC
Text Example
Text Example
White with #EBC6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC6BC; }
p { color: rgb(235,198,188); }
H1.HeaderClassName
{
color: #EBC6BC;
}
.AnyTagClassName
{
color: #EBC6BC;
}
</style>
background-color css
<style>
a { background-color: #EBC6BC; }
a { background-color: rgb(235,198,188); }
div.DivClassName
{
background-color: #EBC6BC;
}
.BgClassName
{
background-color: #EBC6BC;
}
</style>
border-color css
<style>
span { border-color: #EBC6BC; }
span { border-color: rgb(235,198,188); }
td.TdClassName
{
border-color: #EBC6BC;
}
.TagClassName
{
border-color: #EBC6BC;
}
</style>