Shades of Dust Storm #EBCCC1
Tints of Dust Storm #EBCCC1
RGB
CMYK
RGB Variations
Color information
#EBCCC1 (or 0xEBCCC1) is known color: Dust Storm. HEX triplet: EB, CC and C1. RGB value is (235,204,193). Sum of RGB (Red+Green+Blue) = 235+204+193=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 193 (75.78% from 255 or 30.54% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCC1 is #14333E. Grayscale: #D4D4D4. Windows color (decimal): -1323839 or 12700907. OLE color: 12700907.
HSL color Cylindrical-coordinate representation of color #EBCCC1: hue angle of 15.71º degrees, saturation: 0.51, 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 #EBCCC1 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 204 | 193 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.08 |
| HSL | 15.71º | 0.51% | 0.84% | - |
| HSV(B) | 15.71º | 0.18% | 0.92% | - |
| XYZ | 65.48 | 64.7 | 59.49 | - |
| YUV | 212.02 | 117.27 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 204 | 193 | 0 | 0.13 | 0.18 | 0.08 | 15.71 | 0.51 | 0.84 |
| Hex | EB | CC | C1 | 0 | D | 12 | 8 | 10 | 33 | 54 |
| Octal | 353 | 314 | 301 | 0 | 15 | 22 | 10 | 20 | 63 | 124 |
| Binary | 11101011 | 11001100 | 11000001 | 0 | 1101 | 10010 | 1000 | 10000 | 110011 | 1010100 |
Color Harmonies of #EBCCC1
Complementary color
Monochromatic Colors of #EBCCC1
Black with #EBCCC1
Text Example
Text Example
White with #EBCCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCCC1; }
p { color: rgb(235,204,193); }
H1.HeaderClassName
{
color: #EBCCC1;
}
.AnyTagClassName
{
color: #EBCCC1;
}
</style>
background-color css
<style>
a { background-color: #EBCCC1; }
a { background-color: rgb(235,204,193); }
div.DivClassName
{
background-color: #EBCCC1;
}
.BgClassName
{
background-color: #EBCCC1;
}
</style>
border-color css
<style>
span { border-color: #EBCCC1; }
span { border-color: rgb(235,204,193); }
td.TdClassName
{
border-color: #EBCCC1;
}
.TagClassName
{
border-color: #EBCCC1;
}
</style>