Shades of Dust Storm #E8CDC8
Tints of Dust Storm #E8CDC8
RGB
CMYK
RGB Variations
Color information
#E8CDC8 (or 0xE8CDC8) is known color: Dust Storm. HEX triplet: E8, CD and C8. RGB value is (232,205,200). Sum of RGB (Red+Green+Blue) = 232+205+200=637 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.42% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 200 (78.52% from 255 or 31.40% from 637); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CDC8 is #173237. Grayscale: #D4D4D4. Windows color (decimal): -1520184 or 13159912. OLE color: 13159912.
HSL color Cylindrical-coordinate representation of color #E8CDC8: hue angle of 9.38º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E8CDC8 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 200 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.09 |
| HSL | 9.38º | 0.41% | 0.85% | - |
| HSV(B) | 9.38º | 0.14% | 0.91% | - |
| XYZ | 65.54 | 64.99 | 63.73 | - |
| YUV | 212.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 200 | 0 | 0.12 | 0.14 | 0.09 | 9.38 | 0.41 | 0.85 |
| Hex | E8 | CD | C8 | 0 | C | E | 9 | 9 | 29 | 55 |
| Octal | 350 | 315 | 310 | 0 | 14 | 16 | 11 | 11 | 51 | 125 |
| Binary | 11101000 | 11001101 | 11001000 | 0 | 1100 | 1110 | 1001 | 1001 | 101001 | 1010101 |
Color Harmonies of #E8CDC8
Complementary color
Monochromatic Colors of #E8CDC8
Black with #E8CDC8
Text Example
Text Example
White with #E8CDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CDC8; }
p { color: rgb(232,205,200); }
H1.HeaderClassName
{
color: #E8CDC8;
}
.AnyTagClassName
{
color: #E8CDC8;
}
</style>
background-color css
<style>
a { background-color: #E8CDC8; }
a { background-color: rgb(232,205,200); }
div.DivClassName
{
background-color: #E8CDC8;
}
.BgClassName
{
background-color: #E8CDC8;
}
</style>
border-color css
<style>
span { border-color: #E8CDC8; }
span { border-color: rgb(232,205,200); }
td.TdClassName
{
border-color: #E8CDC8;
}
.TagClassName
{
border-color: #E8CDC8;
}
</style>