Shades of Dust Storm #E7CBBC
Tints of Dust Storm #E7CBBC
RGB
CMYK
RGB Variations
Color information
#E7CBBC (or 0xE7CBBC) is known color: Dust Storm. HEX triplet: E7, CB and BC. RGB value is (231,203,188). Sum of RGB (Red+Green+Blue) = 231+203+188=622 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.14% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CBBC is #183443. Grayscale: #D1D1D1. Windows color (decimal): -1586244 or 12372967. OLE color: 12372967.
HSL color Cylindrical-coordinate representation of color #E7CBBC: hue angle of 20.93º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7CBBC is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 188 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.09 |
| HSL | 20.93º | 0.47% | 0.82% | - |
| HSV(B) | 20.93º | 0.19% | 0.91% | - |
| XYZ | 63.39 | 63.33 | 56.46 | - |
| YUV | 209.66 | 115.78 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 188 | 0 | 0.12 | 0.19 | 0.09 | 20.93 | 0.47 | 0.82 |
| Hex | E7 | CB | BC | 0 | C | 13 | 9 | 15 | 2F | 52 |
| Octal | 347 | 313 | 274 | 0 | 14 | 23 | 11 | 25 | 57 | 122 |
| Binary | 11100111 | 11001011 | 10111100 | 0 | 1100 | 10011 | 1001 | 10101 | 101111 | 1010010 |
Color Harmonies of #E7CBBC
Complementary color
Monochromatic Colors of #E7CBBC
Black with #E7CBBC
Text Example
Text Example
White with #E7CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CBBC; }
p { color: rgb(231,203,188); }
H1.HeaderClassName
{
color: #E7CBBC;
}
.AnyTagClassName
{
color: #E7CBBC;
}
</style>
background-color css
<style>
a { background-color: #E7CBBC; }
a { background-color: rgb(231,203,188); }
div.DivClassName
{
background-color: #E7CBBC;
}
.BgClassName
{
background-color: #E7CBBC;
}
</style>
border-color css
<style>
span { border-color: #E7CBBC; }
span { border-color: rgb(231,203,188); }
td.TdClassName
{
border-color: #E7CBBC;
}
.TagClassName
{
border-color: #E7CBBC;
}
</style>