Shades of Dust Storm #E7CBC1
Tints of Dust Storm #E7CBC1
RGB
CMYK
RGB Variations
Color information
#E7CBC1 (or 0xE7CBC1) is known color: Dust Storm. HEX triplet: E7, CB and C1. RGB value is (231,203,193). Sum of RGB (Red+Green+Blue) = 231+203+193=627 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.84% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 193 (75.78% from 255 or 30.78% from 627); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CBC1 is #18343E. Grayscale: #D2D2D2. Windows color (decimal): -1586239 or 12700647. OLE color: 12700647.
HSL color Cylindrical-coordinate representation of color #E7CBC1: hue angle of 15.79º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7CBC1 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 193 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.09 |
| HSL | 15.79º | 0.44% | 0.83% | - |
| HSV(B) | 15.79º | 0.16% | 0.91% | - |
| XYZ | 63.94 | 63.55 | 59.35 | - |
| YUV | 210.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 193 | 0 | 0.12 | 0.16 | 0.09 | 15.79 | 0.44 | 0.83 |
| Hex | E7 | CB | C1 | 0 | C | 10 | 9 | 10 | 2C | 53 |
| Octal | 347 | 313 | 301 | 0 | 14 | 20 | 11 | 20 | 54 | 123 |
| Binary | 11100111 | 11001011 | 11000001 | 0 | 1100 | 10000 | 1001 | 10000 | 101100 | 1010011 |
Color Harmonies of #E7CBC1
Complementary color
Monochromatic Colors of #E7CBC1
Black with #E7CBC1
Text Example
Text Example
White with #E7CBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CBC1; }
p { color: rgb(231,203,193); }
H1.HeaderClassName
{
color: #E7CBC1;
}
.AnyTagClassName
{
color: #E7CBC1;
}
</style>
background-color css
<style>
a { background-color: #E7CBC1; }
a { background-color: rgb(231,203,193); }
div.DivClassName
{
background-color: #E7CBC1;
}
.BgClassName
{
background-color: #E7CBC1;
}
</style>
border-color css
<style>
span { border-color: #E7CBC1; }
span { border-color: rgb(231,203,193); }
td.TdClassName
{
border-color: #E7CBC1;
}
.TagClassName
{
border-color: #E7CBC1;
}
</style>