Shades of Dust Storm #EBC7BC
Tints of Dust Storm #EBC7BC
RGB
CMYK
RGB Variations
Color information
#EBC7BC (or 0xEBC7BC) is known color: Dust Storm. HEX triplet: EB, C7 and BC. RGB value is (235,199,188). Sum of RGB (Red+Green+Blue) = 235+199+188=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 199 (78.12% from 255 or 31.99% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7BC is #143843. Grayscale: #D0D0D0. Windows color (decimal): -1325124 or 12371947. OLE color: 12371947.
HSL color Cylindrical-coordinate representation of color #EBC7BC: hue angle of 14.04º degrees, saturation: 0.54, 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 #EBC7BC is Cyan = 0, Magento = 0.15, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 188 | - |
| CMYK | 0 | 0.15 | 0.2 | 0.08 |
| HSL | 14.04º | 0.54% | 0.83% | - |
| HSV(B) | 14.04º | 0.2% | 0.92% | - |
| XYZ | 63.76 | 62.14 | 56.21 | - |
| YUV | 208.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 188 | 0 | 0.15 | 0.2 | 0.08 | 14.04 | 0.54 | 0.83 |
| Hex | EB | C7 | BC | 0 | F | 14 | 8 | E | 36 | 53 |
| Octal | 353 | 307 | 274 | 0 | 17 | 24 | 10 | 16 | 66 | 123 |
| Binary | 11101011 | 11000111 | 10111100 | 0 | 1111 | 10100 | 1000 | 1110 | 110110 | 1010011 |
Color Harmonies of #EBC7BC
Complementary color
Monochromatic Colors of #EBC7BC
Black with #EBC7BC
Text Example
Text Example
White with #EBC7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC7BC; }
p { color: rgb(235,199,188); }
H1.HeaderClassName
{
color: #EBC7BC;
}
.AnyTagClassName
{
color: #EBC7BC;
}
</style>
background-color css
<style>
a { background-color: #EBC7BC; }
a { background-color: rgb(235,199,188); }
div.DivClassName
{
background-color: #EBC7BC;
}
.BgClassName
{
background-color: #EBC7BC;
}
</style>
border-color css
<style>
span { border-color: #EBC7BC; }
span { border-color: rgb(235,199,188); }
td.TdClassName
{
border-color: #EBC7BC;
}
.TagClassName
{
border-color: #EBC7BC;
}
</style>