Shades of Dust Storm #EBCBC0
Tints of Dust Storm #EBCBC0
RGB
CMYK
RGB Variations
Color information
#EBCBC0 (or 0xEBCBC0) is known color: Dust Storm. HEX triplet: EB, CB and C0. RGB value is (235,203,192). Sum of RGB (Red+Green+Blue) = 235+203+192=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBC0 is #14343F. Grayscale: #D3D3D3. Windows color (decimal): -1324096 or 12635115. OLE color: 12635115.
HSL color Cylindrical-coordinate representation of color #EBCBC0: hue angle of 15.35º degrees, saturation: 0.52, 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 #EBCBC0 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 203 | 192 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.08 |
| HSL | 15.35º | 0.52% | 0.84% | - |
| HSV(B) | 15.35º | 0.18% | 0.92% | - |
| XYZ | 65.13 | 64.18 | 58.82 | - |
| YUV | 211.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 192 | 0 | 0.14 | 0.18 | 0.08 | 15.35 | 0.52 | 0.84 |
| Hex | EB | CB | C0 | 0 | E | 12 | 8 | F | 34 | 54 |
| Octal | 353 | 313 | 300 | 0 | 16 | 22 | 10 | 17 | 64 | 124 |
| Binary | 11101011 | 11001011 | 11000000 | 0 | 1110 | 10010 | 1000 | 1111 | 110100 | 1010100 |
Color Harmonies of #EBCBC0
Complementary color
Monochromatic Colors of #EBCBC0
Black with #EBCBC0
Text Example
Text Example
White with #EBCBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCBC0; }
p { color: rgb(235,203,192); }
H1.HeaderClassName
{
color: #EBCBC0;
}
.AnyTagClassName
{
color: #EBCBC0;
}
</style>
background-color css
<style>
a { background-color: #EBCBC0; }
a { background-color: rgb(235,203,192); }
div.DivClassName
{
background-color: #EBCBC0;
}
.BgClassName
{
background-color: #EBCBC0;
}
</style>
border-color css
<style>
span { border-color: #EBCBC0; }
span { border-color: rgb(235,203,192); }
td.TdClassName
{
border-color: #EBCBC0;
}
.TagClassName
{
border-color: #EBCBC0;
}
</style>