Shades of Dust Storm #EBC8BF
Tints of Dust Storm #EBC8BF
RGB
CMYK
RGB Variations
Color information
#EBC8BF (or 0xEBC8BF) is known color: Dust Storm. HEX triplet: EB, C8 and BF. RGB value is (235,200,191). Sum of RGB (Red+Green+Blue) = 235+200+191=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8BF is #143740. Grayscale: #D1D1D1. Windows color (decimal): -1324865 or 12568811. OLE color: 12568811.
HSL color Cylindrical-coordinate representation of color #EBC8BF: hue angle of 12.27º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBC8BF is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 191 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.08 |
| HSL | 12.27º | 0.52% | 0.84% | - |
| HSV(B) | 12.27º | 0.19% | 0.92% | - |
| XYZ | 64.32 | 62.73 | 58.01 | - |
| YUV | 209.44 | 117.6 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 191 | 0 | 0.15 | 0.19 | 0.08 | 12.27 | 0.52 | 0.84 |
| Hex | EB | C8 | BF | 0 | F | 13 | 8 | C | 34 | 54 |
| Octal | 353 | 310 | 277 | 0 | 17 | 23 | 10 | 14 | 64 | 124 |
| Binary | 11101011 | 11001000 | 10111111 | 0 | 1111 | 10011 | 1000 | 1100 | 110100 | 1010100 |
Color Harmonies of #EBC8BF
Complementary color
Monochromatic Colors of #EBC8BF
Black with #EBC8BF
Text Example
Text Example
White with #EBC8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8BF; }
p { color: rgb(235,200,191); }
H1.HeaderClassName
{
color: #EBC8BF;
}
.AnyTagClassName
{
color: #EBC8BF;
}
</style>
background-color css
<style>
a { background-color: #EBC8BF; }
a { background-color: rgb(235,200,191); }
div.DivClassName
{
background-color: #EBC8BF;
}
.BgClassName
{
background-color: #EBC8BF;
}
</style>
border-color css
<style>
span { border-color: #EBC8BF; }
span { border-color: rgb(235,200,191); }
td.TdClassName
{
border-color: #EBC8BF;
}
.TagClassName
{
border-color: #EBC8BF;
}
</style>