Shades of Dust Storm #E8CABD
Tints of Dust Storm #E8CABD
RGB
CMYK
RGB Variations
Color information
#E8CABD (or 0xE8CABD) is known color: Dust Storm. HEX triplet: E8, CA and BD. RGB value is (232,202,189). Sum of RGB (Red+Green+Blue) = 232+202+189=623 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.24% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CABD is #173542. Grayscale: #D1D1D1. Windows color (decimal): -1520963 or 12438248. OLE color: 12438248.
HSL color Cylindrical-coordinate representation of color #E8CABD: hue angle of 18.14º degrees, saturation: 0.48, 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 #E8CABD is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 202 | 189 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.09 |
| HSL | 18.14º | 0.48% | 0.83% | - |
| HSV(B) | 18.14º | 0.19% | 0.91% | - |
| XYZ | 63.58 | 63.07 | 56.97 | - |
| YUV | 209.49 | 116.44 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 189 | 0 | 0.13 | 0.19 | 0.09 | 18.14 | 0.48 | 0.83 |
| Hex | E8 | CA | BD | 0 | D | 13 | 9 | 12 | 30 | 53 |
| Octal | 350 | 312 | 275 | 0 | 15 | 23 | 11 | 22 | 60 | 123 |
| Binary | 11101000 | 11001010 | 10111101 | 0 | 1101 | 10011 | 1001 | 10010 | 110000 | 1010011 |
Color Harmonies of #E8CABD
Complementary color
Monochromatic Colors of #E8CABD
Black with #E8CABD
Text Example
Text Example
White with #E8CABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CABD; }
p { color: rgb(232,202,189); }
H1.HeaderClassName
{
color: #E8CABD;
}
.AnyTagClassName
{
color: #E8CABD;
}
</style>
background-color css
<style>
a { background-color: #E8CABD; }
a { background-color: rgb(232,202,189); }
div.DivClassName
{
background-color: #E8CABD;
}
.BgClassName
{
background-color: #E8CABD;
}
</style>
border-color css
<style>
span { border-color: #E8CABD; }
span { border-color: rgb(232,202,189); }
td.TdClassName
{
border-color: #E8CABD;
}
.TagClassName
{
border-color: #E8CABD;
}
</style>