Shades of Dust Storm #E7CABA
Tints of Dust Storm #E7CABA
RGB
CMYK
RGB Variations
Color information
#E7CABA (or 0xE7CABA) is known color: Dust Storm. HEX triplet: E7, CA and BA. RGB value is (231,202,186). Sum of RGB (Red+Green+Blue) = 231+202+186=619 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.32% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CABA is #183545. Grayscale: #D0D0D0. Windows color (decimal): -1586502 or 12241639. OLE color: 12241639.
HSL color Cylindrical-coordinate representation of color #E7CABA: hue angle of 21.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7CABA is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 186 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.09 |
| HSL | 21.33º | 0.48% | 0.82% | - |
| HSV(B) | 21.33º | 0.19% | 0.91% | - |
| XYZ | 62.94 | 62.78 | 55.25 | - |
| YUV | 208.85 | 115.11 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 186 | 0 | 0.13 | 0.19 | 0.09 | 21.33 | 0.48 | 0.82 |
| Hex | E7 | CA | BA | 0 | D | 13 | 9 | 15 | 30 | 52 |
| Octal | 347 | 312 | 272 | 0 | 15 | 23 | 11 | 25 | 60 | 122 |
| Binary | 11100111 | 11001010 | 10111010 | 0 | 1101 | 10011 | 1001 | 10101 | 110000 | 1010010 |
Color Harmonies of #E7CABA
Complementary color
Monochromatic Colors of #E7CABA
Black with #E7CABA
Text Example
Text Example
White with #E7CABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CABA; }
p { color: rgb(231,202,186); }
H1.HeaderClassName
{
color: #E7CABA;
}
.AnyTagClassName
{
color: #E7CABA;
}
</style>
background-color css
<style>
a { background-color: #E7CABA; }
a { background-color: rgb(231,202,186); }
div.DivClassName
{
background-color: #E7CABA;
}
.BgClassName
{
background-color: #E7CABA;
}
</style>
border-color css
<style>
span { border-color: #E7CABA; }
span { border-color: rgb(231,202,186); }
td.TdClassName
{
border-color: #E7CABA;
}
.TagClassName
{
border-color: #E7CABA;
}
</style>