Shades of Dust Storm #E4CBC1
Tints of Dust Storm #E4CBC1
RGB
CMYK
RGB Variations
Color information
#E4CBC1 (or 0xE4CBC1) is known color: Dust Storm. HEX triplet: E4, CB and C1. RGB value is (228,203,193). Sum of RGB (Red+Green+Blue) = 228+203+193=624 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.54% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 193 (75.78% from 255 or 30.93% from 624); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CBC1 is #1B343E. Grayscale: #D1D1D1. Windows color (decimal): -1782847 or 12700644. OLE color: 12700644.
HSL color Cylindrical-coordinate representation of color #E4CBC1: hue angle of 17.14º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E4CBC1 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 203 | 193 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.11 |
| HSL | 17.14º | 0.39% | 0.83% | - |
| HSV(B) | 17.14º | 0.15% | 0.89% | - |
| XYZ | 62.98 | 63.06 | 59.3 | - |
| YUV | 209.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 203 | 193 | 0 | 0.11 | 0.15 | 0.11 | 17.14 | 0.39 | 0.83 |
| Hex | E4 | CB | C1 | 0 | B | F | B | 11 | 27 | 53 |
| Octal | 344 | 313 | 301 | 0 | 13 | 17 | 13 | 21 | 47 | 123 |
| Binary | 11100100 | 11001011 | 11000001 | 0 | 1011 | 1111 | 1011 | 10001 | 100111 | 1010011 |
Color Harmonies of #E4CBC1
Complementary color
Monochromatic Colors of #E4CBC1
Black with #E4CBC1
Text Example
Text Example
White with #E4CBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CBC1; }
p { color: rgb(228,203,193); }
H1.HeaderClassName
{
color: #E4CBC1;
}
.AnyTagClassName
{
color: #E4CBC1;
}
</style>
background-color css
<style>
a { background-color: #E4CBC1; }
a { background-color: rgb(228,203,193); }
div.DivClassName
{
background-color: #E4CBC1;
}
.BgClassName
{
background-color: #E4CBC1;
}
</style>
border-color css
<style>
span { border-color: #E4CBC1; }
span { border-color: rgb(228,203,193); }
td.TdClassName
{
border-color: #E4CBC1;
}
.TagClassName
{
border-color: #E4CBC1;
}
</style>