Shades of Dust Storm #EBC6BB
Tints of Dust Storm #EBC6BB
RGB
CMYK
RGB Variations
Color information
#EBC6BB (or 0xEBC6BB) is known color: Dust Storm. HEX triplet: EB, C6 and BB. RGB value is (235,198,187). Sum of RGB (Red+Green+Blue) = 235+198+187=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6BB is #143944. Grayscale: #CFCFCF. Windows color (decimal): -1325381 or 12306155. OLE color: 12306155.
HSL color Cylindrical-coordinate representation of color #EBC6BB: hue angle of 13.75º 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 #EBC6BB is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 187 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.08 |
| HSL | 13.75º | 0.55% | 0.83% | - |
| HSV(B) | 13.75º | 0.2% | 0.92% | - |
| XYZ | 63.42 | 61.64 | 55.57 | - |
| YUV | 207.81 | 116.26 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 187 | 0 | 0.16 | 0.20 | 0.08 | 13.75 | 0.55 | 0.83 |
| Hex | EB | C6 | BB | 0 | 10 | 14 | 8 | E | 37 | 53 |
| Octal | 353 | 306 | 273 | 0 | 20 | 24 | 10 | 16 | 67 | 123 |
| Binary | 11101011 | 11000110 | 10111011 | 0 | 10000 | 10100 | 1000 | 1110 | 110111 | 1010011 |
Color Harmonies of #EBC6BB
Complementary color
Monochromatic Colors of #EBC6BB
Black with #EBC6BB
Text Example
Text Example
White with #EBC6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC6BB; }
p { color: rgb(235,198,187); }
H1.HeaderClassName
{
color: #EBC6BB;
}
.AnyTagClassName
{
color: #EBC6BB;
}
</style>
background-color css
<style>
a { background-color: #EBC6BB; }
a { background-color: rgb(235,198,187); }
div.DivClassName
{
background-color: #EBC6BB;
}
.BgClassName
{
background-color: #EBC6BB;
}
</style>
border-color css
<style>
span { border-color: #EBC6BB; }
span { border-color: rgb(235,198,187); }
td.TdClassName
{
border-color: #EBC6BB;
}
.TagClassName
{
border-color: #EBC6BB;
}
</style>