Shades of Dust Storm #E8CCC6
Tints of Dust Storm #E8CCC6
RGB
CMYK
RGB Variations
Color information
#E8CCC6 (or 0xE8CCC6) is known color: Dust Storm. HEX triplet: E8, CC and C6. RGB value is (232,204,198). Sum of RGB (Red+Green+Blue) = 232+204+198=634 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.59% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CCC6 is #173339. Grayscale: #D3D3D3. Windows color (decimal): -1520442 or 13028584. OLE color: 13028584.
HSL color Cylindrical-coordinate representation of color #E8CCC6: hue angle of 10.59º 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 #E8CCC6 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 204 | 198 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.09 |
| HSL | 10.59º | 0.43% | 0.84% | - |
| HSV(B) | 10.59º | 0.15% | 0.91% | - |
| XYZ | 65.06 | 64.42 | 62.43 | - |
| YUV | 211.69 | 120.28 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 204 | 198 | 0 | 0.12 | 0.15 | 0.09 | 10.59 | 0.43 | 0.84 |
| Hex | E8 | CC | C6 | 0 | C | F | 9 | B | 2A | 54 |
| Octal | 350 | 314 | 306 | 0 | 14 | 17 | 11 | 13 | 52 | 124 |
| Binary | 11101000 | 11001100 | 11000110 | 0 | 1100 | 1111 | 1001 | 1011 | 101010 | 1010100 |
Color Harmonies of #E8CCC6
Complementary color
Monochromatic Colors of #E8CCC6
Black with #E8CCC6
Text Example
Text Example
White with #E8CCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CCC6; }
p { color: rgb(232,204,198); }
H1.HeaderClassName
{
color: #E8CCC6;
}
.AnyTagClassName
{
color: #E8CCC6;
}
</style>
background-color css
<style>
a { background-color: #E8CCC6; }
a { background-color: rgb(232,204,198); }
div.DivClassName
{
background-color: #E8CCC6;
}
.BgClassName
{
background-color: #E8CCC6;
}
</style>
border-color css
<style>
span { border-color: #E8CCC6; }
span { border-color: rgb(232,204,198); }
td.TdClassName
{
border-color: #E8CCC6;
}
.TagClassName
{
border-color: #E8CCC6;
}
</style>