Shades of Dust Storm #EACABD
Tints of Dust Storm #EACABD
RGB
CMYK
RGB Variations
Color information
#EACABD (or 0xEACABD) is known color: Dust Storm. HEX triplet: EA, CA and BD. RGB value is (234,202,189). Sum of RGB (Red+Green+Blue) = 234+202+189=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EACABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACABD is #153542. Grayscale: #D2D2D2. Windows color (decimal): -1389891 or 12438250. OLE color: 12438250.
HSL color Cylindrical-coordinate representation of color #EACABD: hue angle of 17.33º degrees, saturation: 0.52, 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 #EACABD is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 189 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.08 |
| HSL | 17.33º | 0.52% | 0.83% | - |
| HSV(B) | 17.33º | 0.19% | 0.92% | - |
| XYZ | 64.24 | 63.41 | 57 | - |
| YUV | 210.09 | 116.1 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 189 | 0 | 0.14 | 0.19 | 0.08 | 17.33 | 0.52 | 0.83 |
| Hex | EA | CA | BD | 0 | E | 13 | 8 | 11 | 34 | 53 |
| Octal | 352 | 312 | 275 | 0 | 16 | 23 | 10 | 21 | 64 | 123 |
| Binary | 11101010 | 11001010 | 10111101 | 0 | 1110 | 10011 | 1000 | 10001 | 110100 | 1010011 |
Color Harmonies of #EACABD
Complementary color
Monochromatic Colors of #EACABD
Black with #EACABD
Text Example
Text Example
White with #EACABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACABD; }
p { color: rgb(234,202,189); }
H1.HeaderClassName
{
color: #EACABD;
}
.AnyTagClassName
{
color: #EACABD;
}
</style>
background-color css
<style>
a { background-color: #EACABD; }
a { background-color: rgb(234,202,189); }
div.DivClassName
{
background-color: #EACABD;
}
.BgClassName
{
background-color: #EACABD;
}
</style>
border-color css
<style>
span { border-color: #EACABD; }
span { border-color: rgb(234,202,189); }
td.TdClassName
{
border-color: #EACABD;
}
.TagClassName
{
border-color: #EACABD;
}
</style>