Shades of Dust Storm #E5CCC8
Tints of Dust Storm #E5CCC8
RGB
CMYK
RGB Variations
Color information
#E5CCC8 (or 0xE5CCC8) is known color: Dust Storm. HEX triplet: E5, CC and C8. RGB value is (229,204,200). Sum of RGB (Red+Green+Blue) = 229+204+200=633 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.18% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 200 (78.52% from 255 or 31.60% from 633); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CCC8 is #1A3337. Grayscale: #D3D3D3. Windows color (decimal): -1717048 or 13159653. OLE color: 13159653.
HSL color Cylindrical-coordinate representation of color #E5CCC8: hue angle of 8.28º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5CCC8 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 200 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.10 |
| HSL | 8.28º | 0.36% | 0.84% | - |
| HSV(B) | 8.28º | 0.13% | 0.9% | - |
| XYZ | 64.33 | 64.01 | 63.61 | - |
| YUV | 211.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 200 | 0 | 0.11 | 0.13 | 0.10 | 8.28 | 0.36 | 0.84 |
| Hex | E5 | CC | C8 | 0 | B | D | A | 8 | 24 | 54 |
| Octal | 345 | 314 | 310 | 0 | 13 | 15 | 12 | 10 | 44 | 124 |
| Binary | 11100101 | 11001100 | 11001000 | 0 | 1011 | 1101 | 1010 | 1000 | 100100 | 1010100 |
Color Harmonies of #E5CCC8
Complementary color
Monochromatic Colors of #E5CCC8
Black with #E5CCC8
Text Example
Text Example
White with #E5CCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CCC8; }
p { color: rgb(229,204,200); }
H1.HeaderClassName
{
color: #E5CCC8;
}
.AnyTagClassName
{
color: #E5CCC8;
}
</style>
background-color css
<style>
a { background-color: #E5CCC8; }
a { background-color: rgb(229,204,200); }
div.DivClassName
{
background-color: #E5CCC8;
}
.BgClassName
{
background-color: #E5CCC8;
}
</style>
border-color css
<style>
span { border-color: #E5CCC8; }
span { border-color: rgb(229,204,200); }
td.TdClassName
{
border-color: #E5CCC8;
}
.TagClassName
{
border-color: #E5CCC8;
}
</style>