Shades of Dust Storm #E5CCBD
Tints of Dust Storm #E5CCBD
RGB
CMYK
RGB Variations
Color information
#E5CCBD (or 0xE5CCBD) is known color: Dust Storm. HEX triplet: E5, CC and BD. RGB value is (229,204,189). Sum of RGB (Red+Green+Blue) = 229+204+189=622 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.82% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CCBD is #1A3342. Grayscale: #D1D1D1. Windows color (decimal): -1717059 or 12438757. OLE color: 12438757.
HSL color Cylindrical-coordinate representation of color #E5CCBD: hue angle of 22.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5CCBD is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 189 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.10 |
| HSL | 22.5º | 0.43% | 0.82% | - |
| HSV(B) | 22.5º | 0.17% | 0.9% | - |
| XYZ | 63.09 | 63.52 | 57.08 | - |
| YUV | 209.77 | 116.28 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 189 | 0 | 0.11 | 0.17 | 0.10 | 22.5 | 0.43 | 0.82 |
| Hex | E5 | CC | BD | 0 | B | 11 | A | 16 | 2B | 52 |
| Octal | 345 | 314 | 275 | 0 | 13 | 21 | 12 | 26 | 53 | 122 |
| Binary | 11100101 | 11001100 | 10111101 | 0 | 1011 | 10001 | 1010 | 10110 | 101011 | 1010010 |
Color Harmonies of #E5CCBD
Complementary color
Monochromatic Colors of #E5CCBD
Black with #E5CCBD
Text Example
Text Example
White with #E5CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CCBD; }
p { color: rgb(229,204,189); }
H1.HeaderClassName
{
color: #E5CCBD;
}
.AnyTagClassName
{
color: #E5CCBD;
}
</style>
background-color css
<style>
a { background-color: #E5CCBD; }
a { background-color: rgb(229,204,189); }
div.DivClassName
{
background-color: #E5CCBD;
}
.BgClassName
{
background-color: #E5CCBD;
}
</style>
border-color css
<style>
span { border-color: #E5CCBD; }
span { border-color: rgb(229,204,189); }
td.TdClassName
{
border-color: #E5CCBD;
}
.TagClassName
{
border-color: #E5CCBD;
}
</style>