Shades of Dust Storm #EBC8BC
Tints of Dust Storm #EBC8BC
RGB
CMYK
RGB Variations
Color information
#EBC8BC (or 0xEBC8BC) is known color: Dust Storm. HEX triplet: EB, C8 and BC. RGB value is (235,200,188). Sum of RGB (Red+Green+Blue) = 235+200+188=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 200 (78.52% from 255 or 32.10% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8BC is #143743. Grayscale: #D1D1D1. Windows color (decimal): -1324868 or 12372203. OLE color: 12372203.
HSL color Cylindrical-coordinate representation of color #EBC8BC: hue angle of 15.32º 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 #EBC8BC is Cyan = 0, Magento = 0.15, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 188 | - |
| CMYK | 0 | 0.15 | 0.2 | 0.08 |
| HSL | 15.32º | 0.54% | 0.83% | - |
| HSV(B) | 15.32º | 0.2% | 0.92% | - |
| XYZ | 63.99 | 62.6 | 56.29 | - |
| YUV | 209.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 188 | 0 | 0.15 | 0.2 | 0.08 | 15.32 | 0.54 | 0.83 |
| Hex | EB | C8 | BC | 0 | F | 14 | 8 | F | 36 | 53 |
| Octal | 353 | 310 | 274 | 0 | 17 | 24 | 10 | 17 | 66 | 123 |
| Binary | 11101011 | 11001000 | 10111100 | 0 | 1111 | 10100 | 1000 | 1111 | 110110 | 1010011 |
Color Harmonies of #EBC8BC
Complementary color
Monochromatic Colors of #EBC8BC
Black with #EBC8BC
Text Example
Text Example
White with #EBC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8BC; }
p { color: rgb(235,200,188); }
H1.HeaderClassName
{
color: #EBC8BC;
}
.AnyTagClassName
{
color: #EBC8BC;
}
</style>
background-color css
<style>
a { background-color: #EBC8BC; }
a { background-color: rgb(235,200,188); }
div.DivClassName
{
background-color: #EBC8BC;
}
.BgClassName
{
background-color: #EBC8BC;
}
</style>
border-color css
<style>
span { border-color: #EBC8BC; }
span { border-color: rgb(235,200,188); }
td.TdClassName
{
border-color: #EBC8BC;
}
.TagClassName
{
border-color: #EBC8BC;
}
</style>