Shades of Dust Storm #E7CBC0
Tints of Dust Storm #E7CBC0
RGB
CMYK
RGB Variations
Color information
#E7CBC0 (or 0xE7CBC0) is known color: Dust Storm. HEX triplet: E7, CB and C0. RGB value is (231,203,192). Sum of RGB (Red+Green+Blue) = 231+203+192=626 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.90% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CBC0 is #18343F. Grayscale: #D2D2D2. Windows color (decimal): -1586240 or 12635111. OLE color: 12635111.
HSL color Cylindrical-coordinate representation of color #E7CBC0: hue angle of 16.92º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7CBC0 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 192 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.09 |
| HSL | 16.92º | 0.45% | 0.83% | - |
| HSV(B) | 16.92º | 0.17% | 0.91% | - |
| XYZ | 63.83 | 63.51 | 58.76 | - |
| YUV | 210.12 | 117.78 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 192 | 0 | 0.12 | 0.17 | 0.09 | 16.92 | 0.45 | 0.83 |
| Hex | E7 | CB | C0 | 0 | C | 11 | 9 | 11 | 2D | 53 |
| Octal | 347 | 313 | 300 | 0 | 14 | 21 | 11 | 21 | 55 | 123 |
| Binary | 11100111 | 11001011 | 11000000 | 0 | 1100 | 10001 | 1001 | 10001 | 101101 | 1010011 |
Color Harmonies of #E7CBC0
Complementary color
Monochromatic Colors of #E7CBC0
Black with #E7CBC0
Text Example
Text Example
White with #E7CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CBC0; }
p { color: rgb(231,203,192); }
H1.HeaderClassName
{
color: #E7CBC0;
}
.AnyTagClassName
{
color: #E7CBC0;
}
</style>
background-color css
<style>
a { background-color: #E7CBC0; }
a { background-color: rgb(231,203,192); }
div.DivClassName
{
background-color: #E7CBC0;
}
.BgClassName
{
background-color: #E7CBC0;
}
</style>
border-color css
<style>
span { border-color: #E7CBC0; }
span { border-color: rgb(231,203,192); }
td.TdClassName
{
border-color: #E7CBC0;
}
.TagClassName
{
border-color: #E7CBC0;
}
</style>