Shades of Dust Storm #E9CBC2
Tints of Dust Storm #E9CBC2
RGB
CMYK
RGB Variations
Color information
#E9CBC2 (or 0xE9CBC2) is known color: Dust Storm. HEX triplet: E9, CB and C2. RGB value is (233,203,194). Sum of RGB (Red+Green+Blue) = 233+203+194=630 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.98% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 194 (76.17% from 255 or 30.79% from 630); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CBC2 is #16343D. Grayscale: #D3D3D3. Windows color (decimal): -1455166 or 12766185. OLE color: 12766185.
HSL color Cylindrical-coordinate representation of color #E9CBC2: hue angle of 13.85º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E9CBC2 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 203 | 194 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.09 |
| HSL | 13.85º | 0.47% | 0.84% | - |
| HSV(B) | 13.85º | 0.17% | 0.91% | - |
| XYZ | 64.7 | 63.93 | 59.97 | - |
| YUV | 210.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 194 | 0 | 0.13 | 0.17 | 0.09 | 13.85 | 0.47 | 0.84 |
| Hex | E9 | CB | C2 | 0 | D | 11 | 9 | E | 2F | 54 |
| Octal | 351 | 313 | 302 | 0 | 15 | 21 | 11 | 16 | 57 | 124 |
| Binary | 11101001 | 11001011 | 11000010 | 0 | 1101 | 10001 | 1001 | 1110 | 101111 | 1010100 |
Color Harmonies of #E9CBC2
Complementary color
Monochromatic Colors of #E9CBC2
Black with #E9CBC2
Text Example
Text Example
White with #E9CBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CBC2; }
p { color: rgb(233,203,194); }
H1.HeaderClassName
{
color: #E9CBC2;
}
.AnyTagClassName
{
color: #E9CBC2;
}
</style>
background-color css
<style>
a { background-color: #E9CBC2; }
a { background-color: rgb(233,203,194); }
div.DivClassName
{
background-color: #E9CBC2;
}
.BgClassName
{
background-color: #E9CBC2;
}
</style>
border-color css
<style>
span { border-color: #E9CBC2; }
span { border-color: rgb(233,203,194); }
td.TdClassName
{
border-color: #E9CBC2;
}
.TagClassName
{
border-color: #E9CBC2;
}
</style>