Shades of Dust Storm #E7CABC
Tints of Dust Storm #E7CABC
RGB
CMYK
RGB Variations
Color information
#E7CABC (or 0xE7CABC) is known color: Dust Storm. HEX triplet: E7, CA and BC. RGB value is (231,202,188). Sum of RGB (Red+Green+Blue) = 231+202+188=621 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.20% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CABC is #183543. Grayscale: #D1D1D1. Windows color (decimal): -1586500 or 12372711. OLE color: 12372711.
HSL color Cylindrical-coordinate representation of color #E7CABC: hue angle of 19.53º degrees, saturation: 0.47, 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 #E7CABC is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 188 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.09 |
| HSL | 19.53º | 0.47% | 0.82% | - |
| HSV(B) | 19.53º | 0.19% | 0.91% | - |
| XYZ | 63.15 | 62.86 | 56.38 | - |
| YUV | 209.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 188 | 0 | 0.13 | 0.19 | 0.09 | 19.53 | 0.47 | 0.82 |
| Hex | E7 | CA | BC | 0 | D | 13 | 9 | 14 | 2F | 52 |
| Octal | 347 | 312 | 274 | 0 | 15 | 23 | 11 | 24 | 57 | 122 |
| Binary | 11100111 | 11001010 | 10111100 | 0 | 1101 | 10011 | 1001 | 10100 | 101111 | 1010010 |
Color Harmonies of #E7CABC
Complementary color
Monochromatic Colors of #E7CABC
Black with #E7CABC
Text Example
Text Example
White with #E7CABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CABC; }
p { color: rgb(231,202,188); }
H1.HeaderClassName
{
color: #E7CABC;
}
.AnyTagClassName
{
color: #E7CABC;
}
</style>
background-color css
<style>
a { background-color: #E7CABC; }
a { background-color: rgb(231,202,188); }
div.DivClassName
{
background-color: #E7CABC;
}
.BgClassName
{
background-color: #E7CABC;
}
</style>
border-color css
<style>
span { border-color: #E7CABC; }
span { border-color: rgb(231,202,188); }
td.TdClassName
{
border-color: #E7CABC;
}
.TagClassName
{
border-color: #E7CABC;
}
</style>