Shades of Dust Storm #EBC4BB
Tints of Dust Storm #EBC4BB
RGB
CMYK
RGB Variations
Color information
#EBC4BB (or 0xEBC4BB) is known color: Dust Storm. HEX triplet: EB, C4 and BB. RGB value is (235,196,187). Sum of RGB (Red+Green+Blue) = 235+196+187=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4BB is #143B44. Grayscale: #CECECE. Windows color (decimal): -1325893 or 12305643. OLE color: 12305643.
HSL color Cylindrical-coordinate representation of color #EBC4BB: hue angle of 11.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 #EBC4BB is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 187 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.08 |
| HSL | 11.25º | 0.55% | 0.83% | - |
| HSV(B) | 11.25º | 0.2% | 0.92% | - |
| XYZ | 62.97 | 60.73 | 55.42 | - |
| YUV | 206.64 | 116.92 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 187 | 0 | 0.17 | 0.20 | 0.08 | 11.25 | 0.55 | 0.83 |
| Hex | EB | C4 | BB | 0 | 11 | 14 | 8 | B | 37 | 53 |
| Octal | 353 | 304 | 273 | 0 | 21 | 24 | 10 | 13 | 67 | 123 |
| Binary | 11101011 | 11000100 | 10111011 | 0 | 10001 | 10100 | 1000 | 1011 | 110111 | 1010011 |
Color Harmonies of #EBC4BB
Complementary color
Monochromatic Colors of #EBC4BB
Black with #EBC4BB
Text Example
Text Example
White with #EBC4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC4BB; }
p { color: rgb(235,196,187); }
H1.HeaderClassName
{
color: #EBC4BB;
}
.AnyTagClassName
{
color: #EBC4BB;
}
</style>
background-color css
<style>
a { background-color: #EBC4BB; }
a { background-color: rgb(235,196,187); }
div.DivClassName
{
background-color: #EBC4BB;
}
.BgClassName
{
background-color: #EBC4BB;
}
</style>
border-color css
<style>
span { border-color: #EBC4BB; }
span { border-color: rgb(235,196,187); }
td.TdClassName
{
border-color: #EBC4BB;
}
.TagClassName
{
border-color: #EBC4BB;
}
</style>