Shades of Dust Storm #E6CEC6
Tints of Dust Storm #E6CEC6
RGB
CMYK
RGB Variations
Color information
#E6CEC6 (or 0xE6CEC6) is known color: Dust Storm. HEX triplet: E6, CE and C6. RGB value is (230,206,198). Sum of RGB (Red+Green+Blue) = 230+206+198=634 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.28% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CEC6 is #193139. Grayscale: #D4D4D4. Windows color (decimal): -1651002 or 13029094. OLE color: 13029094.
HSL color Cylindrical-coordinate representation of color #E6CEC6: hue angle of 15º degrees, saturation: 0.39, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6CEC6 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 206 | 198 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.10 |
| HSL | 15º | 0.39% | 0.84% | - |
| HSV(B) | 15º | 0.14% | 0.9% | - |
| XYZ | 64.9 | 65.04 | 62.56 | - |
| YUV | 212.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 198 | 0 | 0.10 | 0.14 | 0.10 | 15 | 0.39 | 0.84 |
| Hex | E6 | CE | C6 | 0 | A | E | A | F | 27 | 54 |
| Octal | 346 | 316 | 306 | 0 | 12 | 16 | 12 | 17 | 47 | 124 |
| Binary | 11100110 | 11001110 | 11000110 | 0 | 1010 | 1110 | 1010 | 1111 | 100111 | 1010100 |
Color Harmonies of #E6CEC6
Complementary color
Monochromatic Colors of #E6CEC6
Black with #E6CEC6
Text Example
Text Example
White with #E6CEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CEC6; }
p { color: rgb(230,206,198); }
H1.HeaderClassName
{
color: #E6CEC6;
}
.AnyTagClassName
{
color: #E6CEC6;
}
</style>
background-color css
<style>
a { background-color: #E6CEC6; }
a { background-color: rgb(230,206,198); }
div.DivClassName
{
background-color: #E6CEC6;
}
.BgClassName
{
background-color: #E6CEC6;
}
</style>
border-color css
<style>
span { border-color: #E6CEC6; }
span { border-color: rgb(230,206,198); }
td.TdClassName
{
border-color: #E6CEC6;
}
.TagClassName
{
border-color: #E6CEC6;
}
</style>