Shades of Dust Storm #E1CBBD
Tints of Dust Storm #E1CBBD
RGB
CMYK
RGB Variations
Color information
#E1CBBD (or 0xE1CBBD) is known color: Dust Storm. HEX triplet: E1, CB and BD. RGB value is (225,203,189). Sum of RGB (Red+Green+Blue) = 225+203+189=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBBD is #1E3442. Grayscale: #D0D0D0. Windows color (decimal): -1979459 or 12438497. OLE color: 12438497.
HSL color Cylindrical-coordinate representation of color #E1CBBD: hue angle of 23.33º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1CBBD is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 189 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.12 |
| HSL | 23.33º | 0.38% | 0.81% | - |
| HSV(B) | 23.33º | 0.16% | 0.88% | - |
| XYZ | 61.59 | 62.39 | 56.94 | - |
| YUV | 207.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 189 | 0 | 0.10 | 0.16 | 0.12 | 23.33 | 0.38 | 0.81 |
| Hex | E1 | CB | BD | 0 | A | 10 | C | 17 | 26 | 51 |
| Octal | 341 | 313 | 275 | 0 | 12 | 20 | 14 | 27 | 46 | 121 |
| Binary | 11100001 | 11001011 | 10111101 | 0 | 1010 | 10000 | 1100 | 10111 | 100110 | 1010001 |
Color Harmonies of #E1CBBD
Complementary color
Monochromatic Colors of #E1CBBD
Black with #E1CBBD
Text Example
Text Example
White with #E1CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBBD; }
p { color: rgb(225,203,189); }
H1.HeaderClassName
{
color: #E1CBBD;
}
.AnyTagClassName
{
color: #E1CBBD;
}
</style>
background-color css
<style>
a { background-color: #E1CBBD; }
a { background-color: rgb(225,203,189); }
div.DivClassName
{
background-color: #E1CBBD;
}
.BgClassName
{
background-color: #E1CBBD;
}
</style>
border-color css
<style>
span { border-color: #E1CBBD; }
span { border-color: rgb(225,203,189); }
td.TdClassName
{
border-color: #E1CBBD;
}
.TagClassName
{
border-color: #E1CBBD;
}
</style>