Shades of Dust Storm #EBC8BB
Tints of Dust Storm #EBC8BB
RGB
CMYK
RGB Variations
Color information
#EBC8BB (or 0xEBC8BB) is known color: Dust Storm. HEX triplet: EB, C8 and BB. RGB value is (235,200,187). Sum of RGB (Red+Green+Blue) = 235+200+187=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8BB is #143744. Grayscale: #D1D1D1. Windows color (decimal): -1324869 or 12306667. OLE color: 12306667.
HSL color Cylindrical-coordinate representation of color #EBC8BB: hue angle of 16.25º degrees, saturation: 0.55, 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 #EBC8BB is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 187 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.08 |
| HSL | 16.25º | 0.55% | 0.83% | - |
| HSV(B) | 16.25º | 0.2% | 0.92% | - |
| XYZ | 63.88 | 62.56 | 55.72 | - |
| YUV | 208.98 | 115.6 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 187 | 0 | 0.15 | 0.20 | 0.08 | 16.25 | 0.55 | 0.83 |
| Hex | EB | C8 | BB | 0 | F | 14 | 8 | 10 | 37 | 53 |
| Octal | 353 | 310 | 273 | 0 | 17 | 24 | 10 | 20 | 67 | 123 |
| Binary | 11101011 | 11001000 | 10111011 | 0 | 1111 | 10100 | 1000 | 10000 | 110111 | 1010011 |
Color Harmonies of #EBC8BB
Complementary color
Monochromatic Colors of #EBC8BB
Black with #EBC8BB
Text Example
Text Example
White with #EBC8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8BB; }
p { color: rgb(235,200,187); }
H1.HeaderClassName
{
color: #EBC8BB;
}
.AnyTagClassName
{
color: #EBC8BB;
}
</style>
background-color css
<style>
a { background-color: #EBC8BB; }
a { background-color: rgb(235,200,187); }
div.DivClassName
{
background-color: #EBC8BB;
}
.BgClassName
{
background-color: #EBC8BB;
}
</style>
border-color css
<style>
span { border-color: #EBC8BB; }
span { border-color: rgb(235,200,187); }
td.TdClassName
{
border-color: #EBC8BB;
}
.TagClassName
{
border-color: #EBC8BB;
}
</style>