Shades of Dust Storm #EACABE
Tints of Dust Storm #EACABE
RGB
CMYK
RGB Variations
Color information
#EACABE (or 0xEACABE) is known color: Dust Storm. HEX triplet: EA, CA and BE. RGB value is (234,202,190). Sum of RGB (Red+Green+Blue) = 234+202+190=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EACABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACABE is #153541. Grayscale: #D2D2D2. Windows color (decimal): -1389890 or 12503786. OLE color: 12503786.
HSL color Cylindrical-coordinate representation of color #EACABE: hue angle of 16.36º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EACABE is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 190 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.08 |
| HSL | 16.36º | 0.51% | 0.83% | - |
| HSV(B) | 16.36º | 0.19% | 0.92% | - |
| XYZ | 64.35 | 63.45 | 57.57 | - |
| YUV | 210.2 | 116.6 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 190 | 0 | 0.14 | 0.19 | 0.08 | 16.36 | 0.51 | 0.83 |
| Hex | EA | CA | BE | 0 | E | 13 | 8 | 10 | 33 | 53 |
| Octal | 352 | 312 | 276 | 0 | 16 | 23 | 10 | 20 | 63 | 123 |
| Binary | 11101010 | 11001010 | 10111110 | 0 | 1110 | 10011 | 1000 | 10000 | 110011 | 1010011 |
Color Harmonies of #EACABE
Complementary color
Monochromatic Colors of #EACABE
Black with #EACABE
Text Example
Text Example
White with #EACABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACABE; }
p { color: rgb(234,202,190); }
H1.HeaderClassName
{
color: #EACABE;
}
.AnyTagClassName
{
color: #EACABE;
}
</style>
background-color css
<style>
a { background-color: #EACABE; }
a { background-color: rgb(234,202,190); }
div.DivClassName
{
background-color: #EACABE;
}
.BgClassName
{
background-color: #EACABE;
}
</style>
border-color css
<style>
span { border-color: #EACABE; }
span { border-color: rgb(234,202,190); }
td.TdClassName
{
border-color: #EACABE;
}
.TagClassName
{
border-color: #EACABE;
}
</style>