Shades of Dust Storm #EBCDC0
Tints of Dust Storm #EBCDC0
RGB
CMYK
RGB Variations
Color information
#EBCDC0 (or 0xEBCDC0) is known color: Dust Storm. HEX triplet: EB, CD and C0. RGB value is (235,205,192). Sum of RGB (Red+Green+Blue) = 235+205+192=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 192 (75.39% from 255 or 30.38% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDC0 is #14323F. Grayscale: #D4D4D4. Windows color (decimal): -1323584 or 12635627. OLE color: 12635627.
HSL color Cylindrical-coordinate representation of color #EBCDC0: hue angle of 18.14º 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 #EBCDC0 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 192 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.08 |
| HSL | 18.14º | 0.52% | 0.84% | - |
| HSV(B) | 18.14º | 0.18% | 0.92% | - |
| XYZ | 65.61 | 65.13 | 58.98 | - |
| YUV | 212.49 | 116.44 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 192 | 0 | 0.13 | 0.18 | 0.08 | 18.14 | 0.52 | 0.84 |
| Hex | EB | CD | C0 | 0 | D | 12 | 8 | 12 | 34 | 54 |
| Octal | 353 | 315 | 300 | 0 | 15 | 22 | 10 | 22 | 64 | 124 |
| Binary | 11101011 | 11001101 | 11000000 | 0 | 1101 | 10010 | 1000 | 10010 | 110100 | 1010100 |
Color Harmonies of #EBCDC0
Complementary color
Monochromatic Colors of #EBCDC0
Black with #EBCDC0
Text Example
Text Example
White with #EBCDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCDC0; }
p { color: rgb(235,205,192); }
H1.HeaderClassName
{
color: #EBCDC0;
}
.AnyTagClassName
{
color: #EBCDC0;
}
</style>
background-color css
<style>
a { background-color: #EBCDC0; }
a { background-color: rgb(235,205,192); }
div.DivClassName
{
background-color: #EBCDC0;
}
.BgClassName
{
background-color: #EBCDC0;
}
</style>
border-color css
<style>
span { border-color: #EBCDC0; }
span { border-color: rgb(235,205,192); }
td.TdClassName
{
border-color: #EBCDC0;
}
.TagClassName
{
border-color: #EBCDC0;
}
</style>