Shades of Dust Storm #E5CAC5
Tints of Dust Storm #E5CAC5
RGB
CMYK
RGB Variations
Color information
#E5CAC5 (or 0xE5CAC5) is known color: Dust Storm. HEX triplet: E5, CA and C5. RGB value is (229,202,197). Sum of RGB (Red+Green+Blue) = 229+202+197=628 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.46% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 197 (77.34% from 255 or 31.37% from 628); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CAC5 is #1A353A. Grayscale: #D1D1D1. Windows color (decimal): -1717563 or 12962533. OLE color: 12962533.
HSL color Cylindrical-coordinate representation of color #E5CAC5: hue angle of 9.38º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5CAC5 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 202 | 197 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.10 |
| HSL | 9.38º | 0.38% | 0.84% | - |
| HSV(B) | 9.38º | 0.14% | 0.9% | - |
| XYZ | 63.51 | 62.93 | 61.62 | - |
| YUV | 209.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 197 | 0 | 0.12 | 0.14 | 0.10 | 9.38 | 0.38 | 0.84 |
| Hex | E5 | CA | C5 | 0 | C | E | A | 9 | 26 | 54 |
| Octal | 345 | 312 | 305 | 0 | 14 | 16 | 12 | 11 | 46 | 124 |
| Binary | 11100101 | 11001010 | 11000101 | 0 | 1100 | 1110 | 1010 | 1001 | 100110 | 1010100 |
Color Harmonies of #E5CAC5
Complementary color
Monochromatic Colors of #E5CAC5
Black with #E5CAC5
Text Example
Text Example
White with #E5CAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CAC5; }
p { color: rgb(229,202,197); }
H1.HeaderClassName
{
color: #E5CAC5;
}
.AnyTagClassName
{
color: #E5CAC5;
}
</style>
background-color css
<style>
a { background-color: #E5CAC5; }
a { background-color: rgb(229,202,197); }
div.DivClassName
{
background-color: #E5CAC5;
}
.BgClassName
{
background-color: #E5CAC5;
}
</style>
border-color css
<style>
span { border-color: #E5CAC5; }
span { border-color: rgb(229,202,197); }
td.TdClassName
{
border-color: #E5CAC5;
}
.TagClassName
{
border-color: #E5CAC5;
}
</style>