Shades of Dust Storm #EBC8C1
Tints of Dust Storm #EBC8C1
RGB
CMYK
RGB Variations
Color information
#EBC8C1 (or 0xEBC8C1) is known color: Dust Storm. HEX triplet: EB, C8 and C1. RGB value is (235,200,193). Sum of RGB (Red+Green+Blue) = 235+200+193=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 193 (75.78% from 255 or 30.73% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8C1 is #14373E. Grayscale: #D1D1D1. Windows color (decimal): -1324863 or 12699883. OLE color: 12699883.
HSL color Cylindrical-coordinate representation of color #EBC8C1: hue angle of 10º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBC8C1 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 193 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.08 |
| HSL | 10º | 0.51% | 0.84% | - |
| HSV(B) | 10º | 0.18% | 0.92% | - |
| XYZ | 64.54 | 62.82 | 59.18 | - |
| YUV | 209.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 193 | 0 | 0.15 | 0.18 | 0.08 | 10 | 0.51 | 0.84 |
| Hex | EB | C8 | C1 | 0 | F | 12 | 8 | A | 33 | 54 |
| Octal | 353 | 310 | 301 | 0 | 17 | 22 | 10 | 12 | 63 | 124 |
| Binary | 11101011 | 11001000 | 11000001 | 0 | 1111 | 10010 | 1000 | 1010 | 110011 | 1010100 |
Color Harmonies of #EBC8C1
Complementary color
Monochromatic Colors of #EBC8C1
Black with #EBC8C1
Text Example
Text Example
White with #EBC8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8C1; }
p { color: rgb(235,200,193); }
H1.HeaderClassName
{
color: #EBC8C1;
}
.AnyTagClassName
{
color: #EBC8C1;
}
</style>
background-color css
<style>
a { background-color: #EBC8C1; }
a { background-color: rgb(235,200,193); }
div.DivClassName
{
background-color: #EBC8C1;
}
.BgClassName
{
background-color: #EBC8C1;
}
</style>
border-color css
<style>
span { border-color: #EBC8C1; }
span { border-color: rgb(235,200,193); }
td.TdClassName
{
border-color: #EBC8C1;
}
.TagClassName
{
border-color: #EBC8C1;
}
</style>