Shades of Dust Storm #E7C8C4
Tints of Dust Storm #E7C8C4
RGB
CMYK
RGB Variations
Color information
#E7C8C4 (or 0xE7C8C4) is known color: Dust Storm. HEX triplet: E7, C8 and C4. RGB value is (231,200,196). Sum of RGB (Red+Green+Blue) = 231+200+196=627 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.84% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C8C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C8C4 is #18373B. Grayscale: #D0D0D0. Windows color (decimal): -1587004 or 12896487. OLE color: 12896487.
HSL color Cylindrical-coordinate representation of color #E7C8C4: hue angle of 6.86º degrees, saturation: 0.42, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E7C8C4 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 200 | 196 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.09 |
| HSL | 6.86º | 0.42% | 0.84% | - |
| HSV(B) | 6.86º | 0.15% | 0.91% | - |
| XYZ | 63.57 | 62.28 | 60.9 | - |
| YUV | 208.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 200 | 196 | 0 | 0.13 | 0.15 | 0.09 | 6.86 | 0.42 | 0.84 |
| Hex | E7 | C8 | C4 | 0 | D | F | 9 | 7 | 2A | 54 |
| Octal | 347 | 310 | 304 | 0 | 15 | 17 | 11 | 7 | 52 | 124 |
| Binary | 11100111 | 11001000 | 11000100 | 0 | 1101 | 1111 | 1001 | 111 | 101010 | 1010100 |
Color Harmonies of #E7C8C4
Complementary color
Monochromatic Colors of #E7C8C4
Black with #E7C8C4
Text Example
Text Example
White with #E7C8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C8C4; }
p { color: rgb(231,200,196); }
H1.HeaderClassName
{
color: #E7C8C4;
}
.AnyTagClassName
{
color: #E7C8C4;
}
</style>
background-color css
<style>
a { background-color: #E7C8C4; }
a { background-color: rgb(231,200,196); }
div.DivClassName
{
background-color: #E7C8C4;
}
.BgClassName
{
background-color: #E7C8C4;
}
</style>
border-color css
<style>
span { border-color: #E7C8C4; }
span { border-color: rgb(231,200,196); }
td.TdClassName
{
border-color: #E7C8C4;
}
.TagClassName
{
border-color: #E7C8C4;
}
</style>