Shades of Dust Storm #EBCCBE
Tints of Dust Storm #EBCCBE
RGB
CMYK
RGB Variations
Color information
#EBCCBE (or 0xEBCCBE) is known color: Dust Storm. HEX triplet: EB, CC and BE. RGB value is (235,204,190). Sum of RGB (Red+Green+Blue) = 235+204+190=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCBE is #143341. Grayscale: #D3D3D3. Windows color (decimal): -1323842 or 12504299. OLE color: 12504299.
HSL color Cylindrical-coordinate representation of color #EBCCBE: hue angle of 18.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBCCBE is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 204 | 190 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.08 |
| HSL | 18.67º | 0.53% | 0.83% | - |
| HSV(B) | 18.67º | 0.19% | 0.92% | - |
| XYZ | 65.15 | 64.57 | 57.74 | - |
| YUV | 211.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 204 | 190 | 0 | 0.13 | 0.19 | 0.08 | 18.67 | 0.53 | 0.83 |
| Hex | EB | CC | BE | 0 | D | 13 | 8 | 13 | 35 | 53 |
| Octal | 353 | 314 | 276 | 0 | 15 | 23 | 10 | 23 | 65 | 123 |
| Binary | 11101011 | 11001100 | 10111110 | 0 | 1101 | 10011 | 1000 | 10011 | 110101 | 1010011 |
Color Harmonies of #EBCCBE
Complementary color
Monochromatic Colors of #EBCCBE
Black with #EBCCBE
Text Example
Text Example
White with #EBCCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCCBE; }
p { color: rgb(235,204,190); }
H1.HeaderClassName
{
color: #EBCCBE;
}
.AnyTagClassName
{
color: #EBCCBE;
}
</style>
background-color css
<style>
a { background-color: #EBCCBE; }
a { background-color: rgb(235,204,190); }
div.DivClassName
{
background-color: #EBCCBE;
}
.BgClassName
{
background-color: #EBCCBE;
}
</style>
border-color css
<style>
span { border-color: #EBCCBE; }
span { border-color: rgb(235,204,190); }
td.TdClassName
{
border-color: #EBCCBE;
}
.TagClassName
{
border-color: #EBCCBE;
}
</style>