Shades of Dust Storm #E9CBC5
Tints of Dust Storm #E9CBC5
RGB
CMYK
RGB Variations
Color information
#E9CBC5 (or 0xE9CBC5) is known color: Dust Storm. HEX triplet: E9, CB and C5. RGB value is (233,203,197). Sum of RGB (Red+Green+Blue) = 233+203+197=633 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.81% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CBC5 is #16343A. Grayscale: #D3D3D3. Windows color (decimal): -1455163 or 12962793. OLE color: 12962793.
HSL color Cylindrical-coordinate representation of color #E9CBC5: hue angle of 10º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9CBC5 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 203 | 197 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.09 |
| HSL | 10º | 0.45% | 0.84% | - |
| HSV(B) | 10º | 0.15% | 0.91% | - |
| XYZ | 65.04 | 64.07 | 61.76 | - |
| YUV | 211.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 197 | 0 | 0.13 | 0.15 | 0.09 | 10 | 0.45 | 0.84 |
| Hex | E9 | CB | C5 | 0 | D | F | 9 | A | 2D | 54 |
| Octal | 351 | 313 | 305 | 0 | 15 | 17 | 11 | 12 | 55 | 124 |
| Binary | 11101001 | 11001011 | 11000101 | 0 | 1101 | 1111 | 1001 | 1010 | 101101 | 1010100 |
Color Harmonies of #E9CBC5
Complementary color
Monochromatic Colors of #E9CBC5
Black with #E9CBC5
Text Example
Text Example
White with #E9CBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CBC5; }
p { color: rgb(233,203,197); }
H1.HeaderClassName
{
color: #E9CBC5;
}
.AnyTagClassName
{
color: #E9CBC5;
}
</style>
background-color css
<style>
a { background-color: #E9CBC5; }
a { background-color: rgb(233,203,197); }
div.DivClassName
{
background-color: #E9CBC5;
}
.BgClassName
{
background-color: #E9CBC5;
}
</style>
border-color css
<style>
span { border-color: #E9CBC5; }
span { border-color: rgb(233,203,197); }
td.TdClassName
{
border-color: #E9CBC5;
}
.TagClassName
{
border-color: #E9CBC5;
}
</style>