Shades of Dust Storm #EBC3BB
Tints of Dust Storm #EBC3BB
RGB
CMYK
RGB Variations
Color information
#EBC3BB (or 0xEBC3BB) is known color: Dust Storm. HEX triplet: EB, C3 and BB. RGB value is (235,195,187). Sum of RGB (Red+Green+Blue) = 235+195+187=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 195 (76.56% from 255 or 31.60% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3BB is #143C44. Grayscale: #CECECE. Windows color (decimal): -1326149 or 12305387. OLE color: 12305387.
HSL color Cylindrical-coordinate representation of color #EBC3BB: hue angle of 10º 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 #EBC3BB is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 187 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.08 |
| HSL | 10º | 0.55% | 0.83% | - |
| HSV(B) | 10º | 0.2% | 0.92% | - |
| XYZ | 62.75 | 60.28 | 55.34 | - |
| YUV | 206.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 187 | 0 | 0.17 | 0.20 | 0.08 | 10 | 0.55 | 0.83 |
| Hex | EB | C3 | BB | 0 | 11 | 14 | 8 | A | 37 | 53 |
| Octal | 353 | 303 | 273 | 0 | 21 | 24 | 10 | 12 | 67 | 123 |
| Binary | 11101011 | 11000011 | 10111011 | 0 | 10001 | 10100 | 1000 | 1010 | 110111 | 1010011 |
Color Harmonies of #EBC3BB
Complementary color
Monochromatic Colors of #EBC3BB
Black with #EBC3BB
Text Example
Text Example
White with #EBC3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC3BB; }
p { color: rgb(235,195,187); }
H1.HeaderClassName
{
color: #EBC3BB;
}
.AnyTagClassName
{
color: #EBC3BB;
}
</style>
background-color css
<style>
a { background-color: #EBC3BB; }
a { background-color: rgb(235,195,187); }
div.DivClassName
{
background-color: #EBC3BB;
}
.BgClassName
{
background-color: #EBC3BB;
}
</style>
border-color css
<style>
span { border-color: #EBC3BB; }
span { border-color: rgb(235,195,187); }
td.TdClassName
{
border-color: #EBC3BB;
}
.TagClassName
{
border-color: #EBC3BB;
}
</style>