Shades of Dust Storm #E9CABC
Tints of Dust Storm #E9CABC
RGB
CMYK
RGB Variations
Color information
#E9CABC (or 0xE9CABC) is known color: Dust Storm. HEX triplet: E9, CA and BC. RGB value is (233,202,188). Sum of RGB (Red+Green+Blue) = 233+202+188=623 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.40% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CABC is #163543. Grayscale: #D1D1D1. Windows color (decimal): -1455428 or 12372713. OLE color: 12372713.
HSL color Cylindrical-coordinate representation of color #E9CABC: hue angle of 18.67º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9CABC is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 202 | 188 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.09 |
| HSL | 18.67º | 0.51% | 0.83% | - |
| HSV(B) | 18.67º | 0.19% | 0.91% | - |
| XYZ | 63.8 | 63.2 | 56.41 | - |
| YUV | 209.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 202 | 188 | 0 | 0.13 | 0.19 | 0.09 | 18.67 | 0.51 | 0.83 |
| Hex | E9 | CA | BC | 0 | D | 13 | 9 | 13 | 33 | 53 |
| Octal | 351 | 312 | 274 | 0 | 15 | 23 | 11 | 23 | 63 | 123 |
| Binary | 11101001 | 11001010 | 10111100 | 0 | 1101 | 10011 | 1001 | 10011 | 110011 | 1010011 |
Color Harmonies of #E9CABC
Complementary color
Monochromatic Colors of #E9CABC
Black with #E9CABC
Text Example
Text Example
White with #E9CABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CABC; }
p { color: rgb(233,202,188); }
H1.HeaderClassName
{
color: #E9CABC;
}
.AnyTagClassName
{
color: #E9CABC;
}
</style>
background-color css
<style>
a { background-color: #E9CABC; }
a { background-color: rgb(233,202,188); }
div.DivClassName
{
background-color: #E9CABC;
}
.BgClassName
{
background-color: #E9CABC;
}
</style>
border-color css
<style>
span { border-color: #E9CABC; }
span { border-color: rgb(233,202,188); }
td.TdClassName
{
border-color: #E9CABC;
}
.TagClassName
{
border-color: #E9CABC;
}
</style>