Shades of Dust Storm #EBCCC0
Tints of Dust Storm #EBCCC0
RGB
CMYK
RGB Variations
Color information
#EBCCC0 (or 0xEBCCC0) is known color: Dust Storm. HEX triplet: EB, CC and C0. RGB value is (235,204,192). Sum of RGB (Red+Green+Blue) = 235+204+192=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 192 (75.39% from 255 or 30.43% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCC0 is #14333F. Grayscale: #D3D3D3. Windows color (decimal): -1323840 or 12635371. OLE color: 12635371.
HSL color Cylindrical-coordinate representation of color #EBCCC0: hue angle of 16.74º 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 #EBCCC0 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 204 | 192 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.08 |
| HSL | 16.74º | 0.52% | 0.84% | - |
| HSV(B) | 16.74º | 0.18% | 0.92% | - |
| XYZ | 65.37 | 64.65 | 58.9 | - |
| YUV | 211.9 | 116.77 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 204 | 192 | 0 | 0.13 | 0.18 | 0.08 | 16.74 | 0.52 | 0.84 |
| Hex | EB | CC | C0 | 0 | D | 12 | 8 | 11 | 34 | 54 |
| Octal | 353 | 314 | 300 | 0 | 15 | 22 | 10 | 21 | 64 | 124 |
| Binary | 11101011 | 11001100 | 11000000 | 0 | 1101 | 10010 | 1000 | 10001 | 110100 | 1010100 |
Color Harmonies of #EBCCC0
Complementary color
Monochromatic Colors of #EBCCC0
Black with #EBCCC0
Text Example
Text Example
White with #EBCCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCCC0; }
p { color: rgb(235,204,192); }
H1.HeaderClassName
{
color: #EBCCC0;
}
.AnyTagClassName
{
color: #EBCCC0;
}
</style>
background-color css
<style>
a { background-color: #EBCCC0; }
a { background-color: rgb(235,204,192); }
div.DivClassName
{
background-color: #EBCCC0;
}
.BgClassName
{
background-color: #EBCCC0;
}
</style>
border-color css
<style>
span { border-color: #EBCCC0; }
span { border-color: rgb(235,204,192); }
td.TdClassName
{
border-color: #EBCCC0;
}
.TagClassName
{
border-color: #EBCCC0;
}
</style>