Shades of Dust Storm #E8CABF
Tints of Dust Storm #E8CABF
RGB
CMYK
RGB Variations
Color information
#E8CABF (or 0xE8CABF) is known color: Dust Storm. HEX triplet: E8, CA and BF. RGB value is (232,202,191). Sum of RGB (Red+Green+Blue) = 232+202+191=625 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.12% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CABF is #173540. Grayscale: #D1D1D1. Windows color (decimal): -1520961 or 12569320. OLE color: 12569320.
HSL color Cylindrical-coordinate representation of color #E8CABF: hue angle of 16.1º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8CABF is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 202 | 191 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.09 |
| HSL | 16.1º | 0.47% | 0.83% | - |
| HSV(B) | 16.1º | 0.18% | 0.91% | - |
| XYZ | 63.8 | 63.16 | 58.12 | - |
| YUV | 209.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 191 | 0 | 0.13 | 0.18 | 0.09 | 16.1 | 0.47 | 0.83 |
| Hex | E8 | CA | BF | 0 | D | 12 | 9 | 10 | 2F | 53 |
| Octal | 350 | 312 | 277 | 0 | 15 | 22 | 11 | 20 | 57 | 123 |
| Binary | 11101000 | 11001010 | 10111111 | 0 | 1101 | 10010 | 1001 | 10000 | 101111 | 1010011 |
Color Harmonies of #E8CABF
Complementary color
Monochromatic Colors of #E8CABF
Black with #E8CABF
Text Example
Text Example
White with #E8CABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CABF; }
p { color: rgb(232,202,191); }
H1.HeaderClassName
{
color: #E8CABF;
}
.AnyTagClassName
{
color: #E8CABF;
}
</style>
background-color css
<style>
a { background-color: #E8CABF; }
a { background-color: rgb(232,202,191); }
div.DivClassName
{
background-color: #E8CABF;
}
.BgClassName
{
background-color: #E8CABF;
}
</style>
border-color css
<style>
span { border-color: #E8CABF; }
span { border-color: rgb(232,202,191); }
td.TdClassName
{
border-color: #E8CABF;
}
.TagClassName
{
border-color: #E8CABF;
}
</style>