Shades of Dust Storm #E7CBC5
Tints of Dust Storm #E7CBC5
RGB
CMYK
RGB Variations
Color information
#E7CBC5 (or 0xE7CBC5) is known color: Dust Storm. HEX triplet: E7, CB and C5. RGB value is (231,203,197). Sum of RGB (Red+Green+Blue) = 231+203+197=631 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.61% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 197 (77.34% from 255 or 31.22% from 631); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CBC5 is #18343A. Grayscale: #D2D2D2. Windows color (decimal): -1586235 or 12962791. OLE color: 12962791.
HSL color Cylindrical-coordinate representation of color #E7CBC5: hue angle of 10.59º degrees, saturation: 0.41, 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 #E7CBC5 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 197 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.09 |
| HSL | 10.59º | 0.41% | 0.84% | - |
| HSV(B) | 10.59º | 0.15% | 0.91% | - |
| XYZ | 64.39 | 63.73 | 61.73 | - |
| YUV | 210.69 | 120.28 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 197 | 0 | 0.12 | 0.15 | 0.09 | 10.59 | 0.41 | 0.84 |
| Hex | E7 | CB | C5 | 0 | C | F | 9 | B | 29 | 54 |
| Octal | 347 | 313 | 305 | 0 | 14 | 17 | 11 | 13 | 51 | 124 |
| Binary | 11100111 | 11001011 | 11000101 | 0 | 1100 | 1111 | 1001 | 1011 | 101001 | 1010100 |
Color Harmonies of #E7CBC5
Complementary color
Monochromatic Colors of #E7CBC5
Black with #E7CBC5
Text Example
Text Example
White with #E7CBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CBC5; }
p { color: rgb(231,203,197); }
H1.HeaderClassName
{
color: #E7CBC5;
}
.AnyTagClassName
{
color: #E7CBC5;
}
</style>
background-color css
<style>
a { background-color: #E7CBC5; }
a { background-color: rgb(231,203,197); }
div.DivClassName
{
background-color: #E7CBC5;
}
.BgClassName
{
background-color: #E7CBC5;
}
</style>
border-color css
<style>
span { border-color: #E7CBC5; }
span { border-color: rgb(231,203,197); }
td.TdClassName
{
border-color: #E7CBC5;
}
.TagClassName
{
border-color: #E7CBC5;
}
</style>