Shades of Dust Storm #E4CABF
Tints of Dust Storm #E4CABF
RGB
CMYK
RGB Variations
Color information
#E4CABF (or 0xE4CABF) is known color: Dust Storm. HEX triplet: E4, CA and BF. RGB value is (228,202,191). Sum of RGB (Red+Green+Blue) = 228+202+191=621 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.71% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CABF is #1B3540. Grayscale: #D0D0D0. Windows color (decimal): -1783105 or 12569316. OLE color: 12569316.
HSL color Cylindrical-coordinate representation of color #E4CABF: hue angle of 17.84º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E4CABF is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 202 | 191 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.11 |
| HSL | 17.84º | 0.41% | 0.82% | - |
| HSV(B) | 17.84º | 0.16% | 0.89% | - |
| XYZ | 62.52 | 62.5 | 58.06 | - |
| YUV | 208.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 202 | 191 | 0 | 0.11 | 0.16 | 0.11 | 17.84 | 0.41 | 0.82 |
| Hex | E4 | CA | BF | 0 | B | 10 | B | 12 | 29 | 52 |
| Octal | 344 | 312 | 277 | 0 | 13 | 20 | 13 | 22 | 51 | 122 |
| Binary | 11100100 | 11001010 | 10111111 | 0 | 1011 | 10000 | 1011 | 10010 | 101001 | 1010010 |
Color Harmonies of #E4CABF
Complementary color
Monochromatic Colors of #E4CABF
Black with #E4CABF
Text Example
Text Example
White with #E4CABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CABF; }
p { color: rgb(228,202,191); }
H1.HeaderClassName
{
color: #E4CABF;
}
.AnyTagClassName
{
color: #E4CABF;
}
</style>
background-color css
<style>
a { background-color: #E4CABF; }
a { background-color: rgb(228,202,191); }
div.DivClassName
{
background-color: #E4CABF;
}
.BgClassName
{
background-color: #E4CABF;
}
</style>
border-color css
<style>
span { border-color: #E4CABF; }
span { border-color: rgb(228,202,191); }
td.TdClassName
{
border-color: #E4CABF;
}
.TagClassName
{
border-color: #E4CABF;
}
</style>