Shades of Dust Storm #E8CCC4
Tints of Dust Storm #E8CCC4
RGB
CMYK
RGB Variations
Color information
#E8CCC4 (or 0xE8CCC4) is known color: Dust Storm. HEX triplet: E8, CC and C4. RGB value is (232,204,196). Sum of RGB (Red+Green+Blue) = 232+204+196=632 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.71% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 196 (76.95% from 255 or 31.01% from 632); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CCC4 is #17333B. Grayscale: #D3D3D3. Windows color (decimal): -1520444 or 12897512. OLE color: 12897512.
HSL color Cylindrical-coordinate representation of color #E8CCC4: hue angle of 13.33º degrees, saturation: 0.44, 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 #E8CCC4 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 204 | 196 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.09 |
| HSL | 13.33º | 0.44% | 0.84% | - |
| HSV(B) | 13.33º | 0.16% | 0.91% | - |
| XYZ | 64.84 | 64.33 | 61.22 | - |
| YUV | 211.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 204 | 196 | 0 | 0.12 | 0.16 | 0.09 | 13.33 | 0.44 | 0.84 |
| Hex | E8 | CC | C4 | 0 | C | 10 | 9 | D | 2C | 54 |
| Octal | 350 | 314 | 304 | 0 | 14 | 20 | 11 | 15 | 54 | 124 |
| Binary | 11101000 | 11001100 | 11000100 | 0 | 1100 | 10000 | 1001 | 1101 | 101100 | 1010100 |
Color Harmonies of #E8CCC4
Complementary color
Monochromatic Colors of #E8CCC4
Black with #E8CCC4
Text Example
Text Example
White with #E8CCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CCC4; }
p { color: rgb(232,204,196); }
H1.HeaderClassName
{
color: #E8CCC4;
}
.AnyTagClassName
{
color: #E8CCC4;
}
</style>
background-color css
<style>
a { background-color: #E8CCC4; }
a { background-color: rgb(232,204,196); }
div.DivClassName
{
background-color: #E8CCC4;
}
.BgClassName
{
background-color: #E8CCC4;
}
</style>
border-color css
<style>
span { border-color: #E8CCC4; }
span { border-color: rgb(232,204,196); }
td.TdClassName
{
border-color: #E8CCC4;
}
.TagClassName
{
border-color: #E8CCC4;
}
</style>