Shades of Dust Storm #E9CAC1
Tints of Dust Storm #E9CAC1
RGB
CMYK
RGB Variations
Color information
#E9CAC1 (or 0xE9CAC1) is known color: Dust Storm. HEX triplet: E9, CA and C1. RGB value is (233,202,193). Sum of RGB (Red+Green+Blue) = 233+202+193=628 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.10% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 193 (75.78% from 255 or 30.73% from 628); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CAC1 is #16353E. Grayscale: #D2D2D2. Windows color (decimal): -1455423 or 12700393. OLE color: 12700393.
HSL color Cylindrical-coordinate representation of color #E9CAC1: hue angle of 13.5º degrees, saturation: 0.48, 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 #E9CAC1 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 202 | 193 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.09 |
| HSL | 13.5º | 0.48% | 0.84% | - |
| HSV(B) | 13.5º | 0.17% | 0.91% | - |
| XYZ | 64.35 | 63.41 | 59.3 | - |
| YUV | 210.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 202 | 193 | 0 | 0.13 | 0.17 | 0.09 | 13.5 | 0.48 | 0.84 |
| Hex | E9 | CA | C1 | 0 | D | 11 | 9 | E | 30 | 54 |
| Octal | 351 | 312 | 301 | 0 | 15 | 21 | 11 | 16 | 60 | 124 |
| Binary | 11101001 | 11001010 | 11000001 | 0 | 1101 | 10001 | 1001 | 1110 | 110000 | 1010100 |
Color Harmonies of #E9CAC1
Complementary color
Monochromatic Colors of #E9CAC1
Black with #E9CAC1
Text Example
Text Example
White with #E9CAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CAC1; }
p { color: rgb(233,202,193); }
H1.HeaderClassName
{
color: #E9CAC1;
}
.AnyTagClassName
{
color: #E9CAC1;
}
</style>
background-color css
<style>
a { background-color: #E9CAC1; }
a { background-color: rgb(233,202,193); }
div.DivClassName
{
background-color: #E9CAC1;
}
.BgClassName
{
background-color: #E9CAC1;
}
</style>
border-color css
<style>
span { border-color: #E9CAC1; }
span { border-color: rgb(233,202,193); }
td.TdClassName
{
border-color: #E9CAC1;
}
.TagClassName
{
border-color: #E9CAC1;
}
</style>