Shades of Dust Storm #E9CAC3
Tints of Dust Storm #E9CAC3
RGB
CMYK
RGB Variations
Color information
#E9CAC3 (or 0xE9CAC3) is known color: Dust Storm. HEX triplet: E9, CA and C3. RGB value is (233,202,195). Sum of RGB (Red+Green+Blue) = 233+202+195=630 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.98% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 195 (76.56% from 255 or 30.95% from 630); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CAC3 is #16353C. Grayscale: #D2D2D2. Windows color (decimal): -1455421 or 12831465. OLE color: 12831465.
HSL color Cylindrical-coordinate representation of color #E9CAC3: hue angle of 11.05º 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 #E9CAC3 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 202 | 195 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.09 |
| HSL | 11.05º | 0.46% | 0.84% | - |
| HSV(B) | 11.05º | 0.16% | 0.91% | - |
| XYZ | 64.58 | 63.5 | 60.48 | - |
| YUV | 210.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 202 | 195 | 0 | 0.13 | 0.16 | 0.09 | 11.05 | 0.46 | 0.84 |
| Hex | E9 | CA | C3 | 0 | D | 10 | 9 | B | 2E | 54 |
| Octal | 351 | 312 | 303 | 0 | 15 | 20 | 11 | 13 | 56 | 124 |
| Binary | 11101001 | 11001010 | 11000011 | 0 | 1101 | 10000 | 1001 | 1011 | 101110 | 1010100 |
Color Harmonies of #E9CAC3
Complementary color
Monochromatic Colors of #E9CAC3
Black with #E9CAC3
Text Example
Text Example
White with #E9CAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CAC3; }
p { color: rgb(233,202,195); }
H1.HeaderClassName
{
color: #E9CAC3;
}
.AnyTagClassName
{
color: #E9CAC3;
}
</style>
background-color css
<style>
a { background-color: #E9CAC3; }
a { background-color: rgb(233,202,195); }
div.DivClassName
{
background-color: #E9CAC3;
}
.BgClassName
{
background-color: #E9CAC3;
}
</style>
border-color css
<style>
span { border-color: #E9CAC3; }
span { border-color: rgb(233,202,195); }
td.TdClassName
{
border-color: #E9CAC3;
}
.TagClassName
{
border-color: #E9CAC3;
}
</style>