Shades of Dust Storm #E7CBBF
Tints of Dust Storm #E7CBBF
RGB
CMYK
RGB Variations
Color information
#E7CBBF (or 0xE7CBBF) is known color: Dust Storm. HEX triplet: E7, CB and BF. RGB value is (231,203,191). Sum of RGB (Red+Green+Blue) = 231+203+191=625 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.96% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CBBF is #183440. Grayscale: #D2D2D2. Windows color (decimal): -1586241 or 12569575. OLE color: 12569575.
HSL color Cylindrical-coordinate representation of color #E7CBBF: hue angle of 18º 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 #E7CBBF is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 191 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.09 |
| HSL | 18º | 0.45% | 0.83% | - |
| HSV(B) | 18º | 0.17% | 0.91% | - |
| XYZ | 63.71 | 63.46 | 58.18 | - |
| YUV | 210 | 117.28 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 191 | 0 | 0.12 | 0.17 | 0.09 | 18 | 0.45 | 0.83 |
| Hex | E7 | CB | BF | 0 | C | 11 | 9 | 12 | 2D | 53 |
| Octal | 347 | 313 | 277 | 0 | 14 | 21 | 11 | 22 | 55 | 123 |
| Binary | 11100111 | 11001011 | 10111111 | 0 | 1100 | 10001 | 1001 | 10010 | 101101 | 1010011 |
Color Harmonies of #E7CBBF
Complementary color
Monochromatic Colors of #E7CBBF
Black with #E7CBBF
Text Example
Text Example
White with #E7CBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CBBF; }
p { color: rgb(231,203,191); }
H1.HeaderClassName
{
color: #E7CBBF;
}
.AnyTagClassName
{
color: #E7CBBF;
}
</style>
background-color css
<style>
a { background-color: #E7CBBF; }
a { background-color: rgb(231,203,191); }
div.DivClassName
{
background-color: #E7CBBF;
}
.BgClassName
{
background-color: #E7CBBF;
}
</style>
border-color css
<style>
span { border-color: #E7CBBF; }
span { border-color: rgb(231,203,191); }
td.TdClassName
{
border-color: #E7CBBF;
}
.TagClassName
{
border-color: #E7CBBF;
}
</style>