Shades of Dust Storm #E3CCBD
Tints of Dust Storm #E3CCBD
RGB
CMYK
RGB Variations
Color information
#E3CCBD (or 0xE3CCBD) is known color: Dust Storm. HEX triplet: E3, CC and BD. RGB value is (227,204,189). Sum of RGB (Red+Green+Blue) = 227+204+189=620 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.61% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CCBD is #1C3342. Grayscale: #D1D1D1. Windows color (decimal): -1848131 or 12438755. OLE color: 12438755.
HSL color Cylindrical-coordinate representation of color #E3CCBD: hue angle of 23.68º 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 #E3CCBD is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 204 | 189 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.11 |
| HSL | 23.68º | 0.4% | 0.82% | - |
| HSV(B) | 23.68º | 0.17% | 0.89% | - |
| XYZ | 62.46 | 63.19 | 57.05 | - |
| YUV | 209.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 204 | 189 | 0 | 0.10 | 0.17 | 0.11 | 23.68 | 0.4 | 0.82 |
| Hex | E3 | CC | BD | 0 | A | 11 | B | 18 | 28 | 52 |
| Octal | 343 | 314 | 275 | 0 | 12 | 21 | 13 | 30 | 50 | 122 |
| Binary | 11100011 | 11001100 | 10111101 | 0 | 1010 | 10001 | 1011 | 11000 | 101000 | 1010010 |
Color Harmonies of #E3CCBD
Complementary color
Monochromatic Colors of #E3CCBD
Black with #E3CCBD
Text Example
Text Example
White with #E3CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CCBD; }
p { color: rgb(227,204,189); }
H1.HeaderClassName
{
color: #E3CCBD;
}
.AnyTagClassName
{
color: #E3CCBD;
}
</style>
background-color css
<style>
a { background-color: #E3CCBD; }
a { background-color: rgb(227,204,189); }
div.DivClassName
{
background-color: #E3CCBD;
}
.BgClassName
{
background-color: #E3CCBD;
}
</style>
border-color css
<style>
span { border-color: #E3CCBD; }
span { border-color: rgb(227,204,189); }
td.TdClassName
{
border-color: #E3CCBD;
}
.TagClassName
{
border-color: #E3CCBD;
}
</style>