Shades of Dust Storm #E6CDC8
Tints of Dust Storm #E6CDC8
RGB
CMYK
RGB Variations
Color information
#E6CDC8 (or 0xE6CDC8) is known color: Dust Storm. HEX triplet: E6, CD and C8. RGB value is (230,205,200). Sum of RGB (Red+Green+Blue) = 230+205+200=635 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.22% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDC8 is #193237. Grayscale: #D3D3D3. Windows color (decimal): -1651256 or 13159910. OLE color: 13159910.
HSL color Cylindrical-coordinate representation of color #E6CDC8: hue angle of 10º degrees, saturation: 0.38, 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 #E6CDC8 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 200 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.10 |
| HSL | 10º | 0.38% | 0.84% | - |
| HSV(B) | 10º | 0.13% | 0.9% | - |
| XYZ | 64.89 | 64.66 | 63.7 | - |
| YUV | 211.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 200 | 0 | 0.11 | 0.13 | 0.10 | 10 | 0.38 | 0.84 |
| Hex | E6 | CD | C8 | 0 | B | D | A | A | 26 | 54 |
| Octal | 346 | 315 | 310 | 0 | 13 | 15 | 12 | 12 | 46 | 124 |
| Binary | 11100110 | 11001101 | 11001000 | 0 | 1011 | 1101 | 1010 | 1010 | 100110 | 1010100 |
Color Harmonies of #E6CDC8
Complementary color
Monochromatic Colors of #E6CDC8
Black with #E6CDC8
Text Example
Text Example
White with #E6CDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CDC8; }
p { color: rgb(230,205,200); }
H1.HeaderClassName
{
color: #E6CDC8;
}
.AnyTagClassName
{
color: #E6CDC8;
}
</style>
background-color css
<style>
a { background-color: #E6CDC8; }
a { background-color: rgb(230,205,200); }
div.DivClassName
{
background-color: #E6CDC8;
}
.BgClassName
{
background-color: #E6CDC8;
}
</style>
border-color css
<style>
span { border-color: #E6CDC8; }
span { border-color: rgb(230,205,200); }
td.TdClassName
{
border-color: #E6CDC8;
}
.TagClassName
{
border-color: #E6CDC8;
}
</style>