Shades of Dust Storm #E3CBBD
Tints of Dust Storm #E3CBBD
RGB
CMYK
RGB Variations
Color information
#E3CBBD (or 0xE3CBBD) is known color: Dust Storm. HEX triplet: E3, CB and BD. RGB value is (227,203,189). Sum of RGB (Red+Green+Blue) = 227+203+189=619 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.67% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CBBD is #1C3442. Grayscale: #D0D0D0. Windows color (decimal): -1848387 or 12438499. OLE color: 12438499.
HSL color Cylindrical-coordinate representation of color #E3CBBD: hue angle of 22.11º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E3CBBD is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 203 | 189 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.11 |
| HSL | 22.11º | 0.4% | 0.82% | - |
| HSV(B) | 22.11º | 0.17% | 0.89% | - |
| XYZ | 62.22 | 62.72 | 56.97 | - |
| YUV | 208.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 189 | 0 | 0.11 | 0.17 | 0.11 | 22.11 | 0.4 | 0.82 |
| Hex | E3 | CB | BD | 0 | B | 11 | B | 16 | 28 | 52 |
| Octal | 343 | 313 | 275 | 0 | 13 | 21 | 13 | 26 | 50 | 122 |
| Binary | 11100011 | 11001011 | 10111101 | 0 | 1011 | 10001 | 1011 | 10110 | 101000 | 1010010 |
Color Harmonies of #E3CBBD
Complementary color
Monochromatic Colors of #E3CBBD
Black with #E3CBBD
Text Example
Text Example
White with #E3CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CBBD; }
p { color: rgb(227,203,189); }
H1.HeaderClassName
{
color: #E3CBBD;
}
.AnyTagClassName
{
color: #E3CBBD;
}
</style>
background-color css
<style>
a { background-color: #E3CBBD; }
a { background-color: rgb(227,203,189); }
div.DivClassName
{
background-color: #E3CBBD;
}
.BgClassName
{
background-color: #E3CBBD;
}
</style>
border-color css
<style>
span { border-color: #E3CBBD; }
span { border-color: rgb(227,203,189); }
td.TdClassName
{
border-color: #E3CBBD;
}
.TagClassName
{
border-color: #E3CBBD;
}
</style>