Shades of Dust Storm #E9CBC6
Tints of Dust Storm #E9CBC6
RGB
CMYK
RGB Variations
Color information
#E9CBC6 (or 0xE9CBC6) is known color: Dust Storm. HEX triplet: E9, CB and C6. RGB value is (233,203,198). Sum of RGB (Red+Green+Blue) = 233+203+198=634 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.75% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CBC6 is #163439. Grayscale: #D3D3D3. Windows color (decimal): -1455162 or 13028329. OLE color: 13028329.
HSL color Cylindrical-coordinate representation of color #E9CBC6: hue angle of 8.57º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9CBC6 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 203 | 198 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.09 |
| HSL | 8.57º | 0.44% | 0.85% | - |
| HSV(B) | 8.57º | 0.15% | 0.91% | - |
| XYZ | 65.15 | 64.11 | 62.37 | - |
| YUV | 211.4 | 120.44 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 198 | 0 | 0.13 | 0.15 | 0.09 | 8.57 | 0.44 | 0.85 |
| Hex | E9 | CB | C6 | 0 | D | F | 9 | 9 | 2C | 55 |
| Octal | 351 | 313 | 306 | 0 | 15 | 17 | 11 | 11 | 54 | 125 |
| Binary | 11101001 | 11001011 | 11000110 | 0 | 1101 | 1111 | 1001 | 1001 | 101100 | 1010101 |
Color Harmonies of #E9CBC6
Complementary color
Monochromatic Colors of #E9CBC6
Black with #E9CBC6
Text Example
Text Example
White with #E9CBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CBC6; }
p { color: rgb(233,203,198); }
H1.HeaderClassName
{
color: #E9CBC6;
}
.AnyTagClassName
{
color: #E9CBC6;
}
</style>
background-color css
<style>
a { background-color: #E9CBC6; }
a { background-color: rgb(233,203,198); }
div.DivClassName
{
background-color: #E9CBC6;
}
.BgClassName
{
background-color: #E9CBC6;
}
</style>
border-color css
<style>
span { border-color: #E9CBC6; }
span { border-color: rgb(233,203,198); }
td.TdClassName
{
border-color: #E9CBC6;
}
.TagClassName
{
border-color: #E9CBC6;
}
</style>