Shades of Dust Storm #E8CBBF
Tints of Dust Storm #E8CBBF
RGB
CMYK
RGB Variations
Color information
#E8CBBF (or 0xE8CBBF) is known color: Dust Storm. HEX triplet: E8, CB and BF. RGB value is (232,203,191). Sum of RGB (Red+Green+Blue) = 232+203+191=626 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.06% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CBBF is #173440. Grayscale: #D2D2D2. Windows color (decimal): -1520705 or 12569576. OLE color: 12569576.
HSL color Cylindrical-coordinate representation of color #E8CBBF: hue angle of 17.56º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8CBBF is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 203 | 191 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.09 |
| HSL | 17.56º | 0.47% | 0.83% | - |
| HSV(B) | 17.56º | 0.18% | 0.91% | - |
| XYZ | 64.04 | 63.63 | 58.2 | - |
| YUV | 210.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 203 | 191 | 0 | 0.12 | 0.18 | 0.09 | 17.56 | 0.47 | 0.83 |
| Hex | E8 | CB | BF | 0 | C | 12 | 9 | 12 | 2F | 53 |
| Octal | 350 | 313 | 277 | 0 | 14 | 22 | 11 | 22 | 57 | 123 |
| Binary | 11101000 | 11001011 | 10111111 | 0 | 1100 | 10010 | 1001 | 10010 | 101111 | 1010011 |
Color Harmonies of #E8CBBF
Complementary color
Monochromatic Colors of #E8CBBF
Black with #E8CBBF
Text Example
Text Example
White with #E8CBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CBBF; }
p { color: rgb(232,203,191); }
H1.HeaderClassName
{
color: #E8CBBF;
}
.AnyTagClassName
{
color: #E8CBBF;
}
</style>
background-color css
<style>
a { background-color: #E8CBBF; }
a { background-color: rgb(232,203,191); }
div.DivClassName
{
background-color: #E8CBBF;
}
.BgClassName
{
background-color: #E8CBBF;
}
</style>
border-color css
<style>
span { border-color: #E8CBBF; }
span { border-color: rgb(232,203,191); }
td.TdClassName
{
border-color: #E8CBBF;
}
.TagClassName
{
border-color: #E8CBBF;
}
</style>