Shades of Dust Storm #E4CCBD
Tints of Dust Storm #E4CCBD
RGB
CMYK
RGB Variations
Color information
#E4CCBD (or 0xE4CCBD) is known color: Dust Storm. HEX triplet: E4, CC and BD. RGB value is (228,204,189). Sum of RGB (Red+Green+Blue) = 228+204+189=621 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.71% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CCBD is #1B3342. Grayscale: #D1D1D1. Windows color (decimal): -1782595 or 12438756. OLE color: 12438756.
HSL color Cylindrical-coordinate representation of color #E4CCBD: hue angle of 23.08º degrees, saturation: 0.42, 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 #E4CCBD is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 204 | 189 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.11 |
| HSL | 23.08º | 0.42% | 0.82% | - |
| HSV(B) | 23.08º | 0.17% | 0.89% | - |
| XYZ | 62.77 | 63.35 | 57.06 | - |
| YUV | 209.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 204 | 189 | 0 | 0.11 | 0.17 | 0.11 | 23.08 | 0.42 | 0.82 |
| Hex | E4 | CC | BD | 0 | B | 11 | B | 17 | 2A | 52 |
| Octal | 344 | 314 | 275 | 0 | 13 | 21 | 13 | 27 | 52 | 122 |
| Binary | 11100100 | 11001100 | 10111101 | 0 | 1011 | 10001 | 1011 | 10111 | 101010 | 1010010 |
Color Harmonies of #E4CCBD
Complementary color
Monochromatic Colors of #E4CCBD
Black with #E4CCBD
Text Example
Text Example
White with #E4CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CCBD; }
p { color: rgb(228,204,189); }
H1.HeaderClassName
{
color: #E4CCBD;
}
.AnyTagClassName
{
color: #E4CCBD;
}
</style>
background-color css
<style>
a { background-color: #E4CCBD; }
a { background-color: rgb(228,204,189); }
div.DivClassName
{
background-color: #E4CCBD;
}
.BgClassName
{
background-color: #E4CCBD;
}
</style>
border-color css
<style>
span { border-color: #E4CCBD; }
span { border-color: rgb(228,204,189); }
td.TdClassName
{
border-color: #E4CCBD;
}
.TagClassName
{
border-color: #E4CCBD;
}
</style>