Shades of Dust Storm #E7C3BE
Tints of Dust Storm #E7C3BE
RGB
CMYK
RGB Variations
Color information
#E7C3BE (or 0xE7C3BE) is known color: Dust Storm. HEX triplet: E7, C3 and BE. RGB value is (231,195,190). Sum of RGB (Red+Green+Blue) = 231+195+190=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C3BE is #183C41. Grayscale: #CDCDCD. Windows color (decimal): -1588290 or 12501991. OLE color: 12501991.
HSL color Cylindrical-coordinate representation of color #E7C3BE: hue angle of 7.32º degrees, saturation: 0.46, 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 #E7C3BE is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 195 | 190 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.09 |
| HSL | 7.32º | 0.46% | 0.83% | - |
| HSV(B) | 7.32º | 0.18% | 0.91% | - |
| XYZ | 61.76 | 59.74 | 56.99 | - |
| YUV | 205.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 195 | 190 | 0 | 0.16 | 0.18 | 0.09 | 7.32 | 0.46 | 0.83 |
| Hex | E7 | C3 | BE | 0 | 10 | 12 | 9 | 7 | 2E | 53 |
| Octal | 347 | 303 | 276 | 0 | 20 | 22 | 11 | 7 | 56 | 123 |
| Binary | 11100111 | 11000011 | 10111110 | 0 | 10000 | 10010 | 1001 | 111 | 101110 | 1010011 |
Color Harmonies of #E7C3BE
Complementary color
Monochromatic Colors of #E7C3BE
Black with #E7C3BE
Text Example
Text Example
White with #E7C3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C3BE; }
p { color: rgb(231,195,190); }
H1.HeaderClassName
{
color: #E7C3BE;
}
.AnyTagClassName
{
color: #E7C3BE;
}
</style>
background-color css
<style>
a { background-color: #E7C3BE; }
a { background-color: rgb(231,195,190); }
div.DivClassName
{
background-color: #E7C3BE;
}
.BgClassName
{
background-color: #E7C3BE;
}
</style>
border-color css
<style>
span { border-color: #E7C3BE; }
span { border-color: rgb(231,195,190); }
td.TdClassName
{
border-color: #E7C3BE;
}
.TagClassName
{
border-color: #E7C3BE;
}
</style>