Shades of Dust Storm #EBCAC1
Tints of Dust Storm #EBCAC1
RGB
CMYK
RGB Variations
Color information
#EBCAC1 (or 0xEBCAC1) is known color: Dust Storm. HEX triplet: EB, CA and C1. RGB value is (235,202,193). Sum of RGB (Red+Green+Blue) = 235+202+193=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 193 (75.78% from 255 or 30.63% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCAC1 is #14353E. Grayscale: #D2D2D2. Windows color (decimal): -1324351 or 12700395. OLE color: 12700395.
HSL color Cylindrical-coordinate representation of color #EBCAC1: hue angle of 12.86º 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 #EBCAC1 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 202 | 193 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.08 |
| HSL | 12.86º | 0.51% | 0.84% | - |
| HSV(B) | 12.86º | 0.18% | 0.92% | - |
| XYZ | 65.01 | 63.75 | 59.33 | - |
| YUV | 210.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 202 | 193 | 0 | 0.14 | 0.18 | 0.08 | 12.86 | 0.51 | 0.84 |
| Hex | EB | CA | C1 | 0 | E | 12 | 8 | D | 33 | 54 |
| Octal | 353 | 312 | 301 | 0 | 16 | 22 | 10 | 15 | 63 | 124 |
| Binary | 11101011 | 11001010 | 11000001 | 0 | 1110 | 10010 | 1000 | 1101 | 110011 | 1010100 |
Color Harmonies of #EBCAC1
Complementary color
Monochromatic Colors of #EBCAC1
Black with #EBCAC1
Text Example
Text Example
White with #EBCAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCAC1; }
p { color: rgb(235,202,193); }
H1.HeaderClassName
{
color: #EBCAC1;
}
.AnyTagClassName
{
color: #EBCAC1;
}
</style>
background-color css
<style>
a { background-color: #EBCAC1; }
a { background-color: rgb(235,202,193); }
div.DivClassName
{
background-color: #EBCAC1;
}
.BgClassName
{
background-color: #EBCAC1;
}
</style>
border-color css
<style>
span { border-color: #EBCAC1; }
span { border-color: rgb(235,202,193); }
td.TdClassName
{
border-color: #EBCAC1;
}
.TagClassName
{
border-color: #EBCAC1;
}
</style>