Shades of Dust Storm #E8CAC5
Tints of Dust Storm #E8CAC5
RGB
CMYK
RGB Variations
Color information
#E8CAC5 (or 0xE8CAC5) is known color: Dust Storm. HEX triplet: E8, CA and C5. RGB value is (232,202,197). Sum of RGB (Red+Green+Blue) = 232+202+197=631 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.77% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 197 (77.34% from 255 or 31.22% from 631); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CAC5 is #17353A. Grayscale: #D2D2D2. Windows color (decimal): -1520955 or 12962536. OLE color: 12962536.
HSL color Cylindrical-coordinate representation of color #E8CAC5: hue angle of 8.57º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8CAC5 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 202 | 197 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.09 |
| HSL | 8.57º | 0.43% | 0.84% | - |
| HSV(B) | 8.57º | 0.15% | 0.91% | - |
| XYZ | 64.48 | 63.43 | 61.67 | - |
| YUV | 210.4 | 120.44 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 197 | 0 | 0.13 | 0.15 | 0.09 | 8.57 | 0.43 | 0.84 |
| Hex | E8 | CA | C5 | 0 | D | F | 9 | 9 | 2B | 54 |
| Octal | 350 | 312 | 305 | 0 | 15 | 17 | 11 | 11 | 53 | 124 |
| Binary | 11101000 | 11001010 | 11000101 | 0 | 1101 | 1111 | 1001 | 1001 | 101011 | 1010100 |
Color Harmonies of #E8CAC5
Complementary color
Monochromatic Colors of #E8CAC5
Black with #E8CAC5
Text Example
Text Example
White with #E8CAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CAC5; }
p { color: rgb(232,202,197); }
H1.HeaderClassName
{
color: #E8CAC5;
}
.AnyTagClassName
{
color: #E8CAC5;
}
</style>
background-color css
<style>
a { background-color: #E8CAC5; }
a { background-color: rgb(232,202,197); }
div.DivClassName
{
background-color: #E8CAC5;
}
.BgClassName
{
background-color: #E8CAC5;
}
</style>
border-color css
<style>
span { border-color: #E8CAC5; }
span { border-color: rgb(232,202,197); }
td.TdClassName
{
border-color: #E8CAC5;
}
.TagClassName
{
border-color: #E8CAC5;
}
</style>