Shades of Dust Storm #E4CBBD
Tints of Dust Storm #E4CBBD
RGB
CMYK
RGB Variations
Color information
#E4CBBD (or 0xE4CBBD) is known color: Dust Storm. HEX triplet: E4, CB and BD. RGB value is (228,203,189). Sum of RGB (Red+Green+Blue) = 228+203+189=620 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.77% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CBBD is #1B3442. Grayscale: #D0D0D0. Windows color (decimal): -1782851 or 12438500. OLE color: 12438500.
HSL color Cylindrical-coordinate representation of color #E4CBBD: hue angle of 21.54º 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 #E4CBBD is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 203 | 189 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.11 |
| HSL | 21.54º | 0.42% | 0.82% | - |
| HSV(B) | 21.54º | 0.17% | 0.89% | - |
| XYZ | 62.54 | 62.88 | 56.99 | - |
| YUV | 208.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 203 | 189 | 0 | 0.11 | 0.17 | 0.11 | 21.54 | 0.42 | 0.82 |
| Hex | E4 | CB | BD | 0 | B | 11 | B | 16 | 2A | 52 |
| Octal | 344 | 313 | 275 | 0 | 13 | 21 | 13 | 26 | 52 | 122 |
| Binary | 11100100 | 11001011 | 10111101 | 0 | 1011 | 10001 | 1011 | 10110 | 101010 | 1010010 |
Color Harmonies of #E4CBBD
Complementary color
Monochromatic Colors of #E4CBBD
Black with #E4CBBD
Text Example
Text Example
White with #E4CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CBBD; }
p { color: rgb(228,203,189); }
H1.HeaderClassName
{
color: #E4CBBD;
}
.AnyTagClassName
{
color: #E4CBBD;
}
</style>
background-color css
<style>
a { background-color: #E4CBBD; }
a { background-color: rgb(228,203,189); }
div.DivClassName
{
background-color: #E4CBBD;
}
.BgClassName
{
background-color: #E4CBBD;
}
</style>
border-color css
<style>
span { border-color: #E4CBBD; }
span { border-color: rgb(228,203,189); }
td.TdClassName
{
border-color: #E4CBBD;
}
.TagClassName
{
border-color: #E4CBBD;
}
</style>