Shades of Dust Storm #E7CBC7
Tints of Dust Storm #E7CBC7
RGB
CMYK
RGB Variations
Color information
#E7CBC7 (or 0xE7CBC7) is known color: Dust Storm. HEX triplet: E7, CB and C7. RGB value is (231,203,199). Sum of RGB (Red+Green+Blue) = 231+203+199=633 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.49% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 199 (78.12% from 255 or 31.44% from 633); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CBC7 is #183438. Grayscale: #D2D2D2. Windows color (decimal): -1586233 or 13093863. OLE color: 13093863.
HSL color Cylindrical-coordinate representation of color #E7CBC7: hue angle of 7.5º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7CBC7 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 199 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.09 |
| HSL | 7.5º | 0.4% | 0.84% | - |
| HSV(B) | 7.5º | 0.14% | 0.91% | - |
| XYZ | 64.62 | 63.82 | 62.95 | - |
| YUV | 210.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 199 | 0 | 0.12 | 0.14 | 0.09 | 7.5 | 0.4 | 0.84 |
| Hex | E7 | CB | C7 | 0 | C | E | 9 | 8 | 28 | 54 |
| Octal | 347 | 313 | 307 | 0 | 14 | 16 | 11 | 10 | 50 | 124 |
| Binary | 11100111 | 11001011 | 11000111 | 0 | 1100 | 1110 | 1001 | 1000 | 101000 | 1010100 |
Color Harmonies of #E7CBC7
Complementary color
Monochromatic Colors of #E7CBC7
Black with #E7CBC7
Text Example
Text Example
White with #E7CBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CBC7; }
p { color: rgb(231,203,199); }
H1.HeaderClassName
{
color: #E7CBC7;
}
.AnyTagClassName
{
color: #E7CBC7;
}
</style>
background-color css
<style>
a { background-color: #E7CBC7; }
a { background-color: rgb(231,203,199); }
div.DivClassName
{
background-color: #E7CBC7;
}
.BgClassName
{
background-color: #E7CBC7;
}
</style>
border-color css
<style>
span { border-color: #E7CBC7; }
span { border-color: rgb(231,203,199); }
td.TdClassName
{
border-color: #E7CBC7;
}
.TagClassName
{
border-color: #E7CBC7;
}
</style>