Shades of Dust Storm #E1CBBF
Tints of Dust Storm #E1CBBF
RGB
CMYK
RGB Variations
Color information
#E1CBBF (or 0xE1CBBF) is known color: Dust Storm. HEX triplet: E1, CB and BF. RGB value is (225,203,191). Sum of RGB (Red+Green+Blue) = 225+203+191=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBBF is #1E3440. Grayscale: #D0D0D0. Windows color (decimal): -1979457 or 12569569. OLE color: 12569569.
HSL color Cylindrical-coordinate representation of color #E1CBBF: hue angle of 21.18º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1CBBF is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 191 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.12 |
| HSL | 21.18º | 0.36% | 0.82% | - |
| HSV(B) | 21.18º | 0.15% | 0.88% | - |
| XYZ | 61.81 | 62.48 | 58.09 | - |
| YUV | 208.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 191 | 0 | 0.10 | 0.15 | 0.12 | 21.18 | 0.36 | 0.82 |
| Hex | E1 | CB | BF | 0 | A | F | C | 15 | 24 | 52 |
| Octal | 341 | 313 | 277 | 0 | 12 | 17 | 14 | 25 | 44 | 122 |
| Binary | 11100001 | 11001011 | 10111111 | 0 | 1010 | 1111 | 1100 | 10101 | 100100 | 1010010 |
Color Harmonies of #E1CBBF
Complementary color
Monochromatic Colors of #E1CBBF
Black with #E1CBBF
Text Example
Text Example
White with #E1CBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBBF; }
p { color: rgb(225,203,191); }
H1.HeaderClassName
{
color: #E1CBBF;
}
.AnyTagClassName
{
color: #E1CBBF;
}
</style>
background-color css
<style>
a { background-color: #E1CBBF; }
a { background-color: rgb(225,203,191); }
div.DivClassName
{
background-color: #E1CBBF;
}
.BgClassName
{
background-color: #E1CBBF;
}
</style>
border-color css
<style>
span { border-color: #E1CBBF; }
span { border-color: rgb(225,203,191); }
td.TdClassName
{
border-color: #E1CBBF;
}
.TagClassName
{
border-color: #E1CBBF;
}
</style>