Shades of Dust Storm #EACABF
Tints of Dust Storm #EACABF
RGB
CMYK
RGB Variations
Color information
#EACABF (or 0xEACABF) is known color: Dust Storm. HEX triplet: EA, CA and BF. RGB value is (234,202,191). Sum of RGB (Red+Green+Blue) = 234+202+191=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EACABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACABF is #153540. Grayscale: #D2D2D2. Windows color (decimal): -1389889 or 12569322. OLE color: 12569322.
HSL color Cylindrical-coordinate representation of color #EACABF: hue angle of 15.35º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EACABF is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 191 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.08 |
| HSL | 15.35º | 0.51% | 0.83% | - |
| HSV(B) | 15.35º | 0.18% | 0.92% | - |
| XYZ | 64.46 | 63.5 | 58.15 | - |
| YUV | 210.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 191 | 0 | 0.14 | 0.18 | 0.08 | 15.35 | 0.51 | 0.83 |
| Hex | EA | CA | BF | 0 | E | 12 | 8 | F | 33 | 53 |
| Octal | 352 | 312 | 277 | 0 | 16 | 22 | 10 | 17 | 63 | 123 |
| Binary | 11101010 | 11001010 | 10111111 | 0 | 1110 | 10010 | 1000 | 1111 | 110011 | 1010011 |
Color Harmonies of #EACABF
Complementary color
Monochromatic Colors of #EACABF
Black with #EACABF
Text Example
Text Example
White with #EACABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACABF; }
p { color: rgb(234,202,191); }
H1.HeaderClassName
{
color: #EACABF;
}
.AnyTagClassName
{
color: #EACABF;
}
</style>
background-color css
<style>
a { background-color: #EACABF; }
a { background-color: rgb(234,202,191); }
div.DivClassName
{
background-color: #EACABF;
}
.BgClassName
{
background-color: #EACABF;
}
</style>
border-color css
<style>
span { border-color: #EACABF; }
span { border-color: rgb(234,202,191); }
td.TdClassName
{
border-color: #EACABF;
}
.TagClassName
{
border-color: #EACABF;
}
</style>