Shades of Dust Storm #EBCBC3
Tints of Dust Storm #EBCBC3
RGB
CMYK
RGB Variations
Color information
#EBCBC3 (or 0xEBCBC3) is known color: Dust Storm. HEX triplet: EB, CB and C3. RGB value is (235,203,195). Sum of RGB (Red+Green+Blue) = 235+203+195=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 195 (76.56% from 255 or 30.81% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBC3 is #14343C. Grayscale: #D3D3D3. Windows color (decimal): -1324093 or 12831723. OLE color: 12831723.
HSL color Cylindrical-coordinate representation of color #EBCBC3: hue angle of 12º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBCBC3 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 203 | 195 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.08 |
| HSL | 12º | 0.5% | 0.84% | - |
| HSV(B) | 12º | 0.17% | 0.92% | - |
| XYZ | 65.47 | 64.31 | 60.59 | - |
| YUV | 211.66 | 118.6 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 195 | 0 | 0.14 | 0.17 | 0.08 | 12 | 0.5 | 0.84 |
| Hex | EB | CB | C3 | 0 | E | 11 | 8 | C | 32 | 54 |
| Octal | 353 | 313 | 303 | 0 | 16 | 21 | 10 | 14 | 62 | 124 |
| Binary | 11101011 | 11001011 | 11000011 | 0 | 1110 | 10001 | 1000 | 1100 | 110010 | 1010100 |
Color Harmonies of #EBCBC3
Complementary color
Monochromatic Colors of #EBCBC3
Black with #EBCBC3
Text Example
Text Example
White with #EBCBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCBC3; }
p { color: rgb(235,203,195); }
H1.HeaderClassName
{
color: #EBCBC3;
}
.AnyTagClassName
{
color: #EBCBC3;
}
</style>
background-color css
<style>
a { background-color: #EBCBC3; }
a { background-color: rgb(235,203,195); }
div.DivClassName
{
background-color: #EBCBC3;
}
.BgClassName
{
background-color: #EBCBC3;
}
</style>
border-color css
<style>
span { border-color: #EBCBC3; }
span { border-color: rgb(235,203,195); }
td.TdClassName
{
border-color: #EBCBC3;
}
.TagClassName
{
border-color: #EBCBC3;
}
</style>