Shades of Dust Storm #EACABB
Tints of Dust Storm #EACABB
RGB
CMYK
RGB Variations
Color information
#EACABB (or 0xEACABB) is known color: Dust Storm. HEX triplet: EA, CA and BB. RGB value is (234,202,187). Sum of RGB (Red+Green+Blue) = 234+202+187=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EACABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACABB is #153544. Grayscale: #D1D1D1. Windows color (decimal): -1389893 or 12307178. OLE color: 12307178.
HSL color Cylindrical-coordinate representation of color #EACABB: hue angle of 19.15º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EACABB is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 187 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.08 |
| HSL | 19.15º | 0.53% | 0.83% | - |
| HSV(B) | 19.15º | 0.2% | 0.92% | - |
| XYZ | 64.02 | 63.32 | 55.86 | - |
| YUV | 209.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 187 | 0 | 0.14 | 0.20 | 0.08 | 19.15 | 0.53 | 0.83 |
| Hex | EA | CA | BB | 0 | E | 14 | 8 | 13 | 35 | 53 |
| Octal | 352 | 312 | 273 | 0 | 16 | 24 | 10 | 23 | 65 | 123 |
| Binary | 11101010 | 11001010 | 10111011 | 0 | 1110 | 10100 | 1000 | 10011 | 110101 | 1010011 |
Color Harmonies of #EACABB
Complementary color
Monochromatic Colors of #EACABB
Black with #EACABB
Text Example
Text Example
White with #EACABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACABB; }
p { color: rgb(234,202,187); }
H1.HeaderClassName
{
color: #EACABB;
}
.AnyTagClassName
{
color: #EACABB;
}
</style>
background-color css
<style>
a { background-color: #EACABB; }
a { background-color: rgb(234,202,187); }
div.DivClassName
{
background-color: #EACABB;
}
.BgClassName
{
background-color: #EACABB;
}
</style>
border-color css
<style>
span { border-color: #EACABB; }
span { border-color: rgb(234,202,187); }
td.TdClassName
{
border-color: #EACABB;
}
.TagClassName
{
border-color: #EACABB;
}
</style>