Shades of Dust Storm #E9CBC3
Tints of Dust Storm #E9CBC3
RGB
CMYK
RGB Variations
Color information
#E9CBC3 (or 0xE9CBC3) is known color: Dust Storm. HEX triplet: E9, CB and C3. RGB value is (233,203,195). Sum of RGB (Red+Green+Blue) = 233+203+195=631 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.93% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 195 (76.56% from 255 or 30.90% from 631); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CBC3 is #16343C. Grayscale: #D3D3D3. Windows color (decimal): -1455165 or 12831721. OLE color: 12831721.
HSL color Cylindrical-coordinate representation of color #E9CBC3: hue angle of 12.63º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E9CBC3 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 203 | 195 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.09 |
| HSL | 12.63º | 0.46% | 0.84% | - |
| HSV(B) | 12.63º | 0.16% | 0.91% | - |
| XYZ | 64.81 | 63.98 | 60.56 | - |
| YUV | 211.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 195 | 0 | 0.13 | 0.16 | 0.09 | 12.63 | 0.46 | 0.84 |
| Hex | E9 | CB | C3 | 0 | D | 10 | 9 | D | 2E | 54 |
| Octal | 351 | 313 | 303 | 0 | 15 | 20 | 11 | 15 | 56 | 124 |
| Binary | 11101001 | 11001011 | 11000011 | 0 | 1101 | 10000 | 1001 | 1101 | 101110 | 1010100 |
Color Harmonies of #E9CBC3
Complementary color
Monochromatic Colors of #E9CBC3
Black with #E9CBC3
Text Example
Text Example
White with #E9CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CBC3; }
p { color: rgb(233,203,195); }
H1.HeaderClassName
{
color: #E9CBC3;
}
.AnyTagClassName
{
color: #E9CBC3;
}
</style>
background-color css
<style>
a { background-color: #E9CBC3; }
a { background-color: rgb(233,203,195); }
div.DivClassName
{
background-color: #E9CBC3;
}
.BgClassName
{
background-color: #E9CBC3;
}
</style>
border-color css
<style>
span { border-color: #E9CBC3; }
span { border-color: rgb(233,203,195); }
td.TdClassName
{
border-color: #E9CBC3;
}
.TagClassName
{
border-color: #E9CBC3;
}
</style>