Shades of Dust Storm #E6CEC0
Tints of Dust Storm #E6CEC0
RGB
CMYK
RGB Variations
Color information
#E6CEC0 (or 0xE6CEC0) is known color: Dust Storm. HEX triplet: E6, CE and C0. RGB value is (230,206,192). Sum of RGB (Red+Green+Blue) = 230+206+192=628 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.62% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CEC0 is #19313F. Grayscale: #D3D3D3. Windows color (decimal): -1651008 or 12635878. OLE color: 12635878.
HSL color Cylindrical-coordinate representation of color #E6CEC0: hue angle of 22.11º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6CEC0 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 206 | 192 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.10 |
| HSL | 22.11º | 0.43% | 0.83% | - |
| HSV(B) | 22.11º | 0.17% | 0.9% | - |
| XYZ | 64.22 | 64.77 | 58.99 | - |
| YUV | 211.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 192 | 0 | 0.10 | 0.17 | 0.10 | 22.11 | 0.43 | 0.83 |
| Hex | E6 | CE | C0 | 0 | A | 11 | A | 16 | 2B | 53 |
| Octal | 346 | 316 | 300 | 0 | 12 | 21 | 12 | 26 | 53 | 123 |
| Binary | 11100110 | 11001110 | 11000000 | 0 | 1010 | 10001 | 1010 | 10110 | 101011 | 1010011 |
Color Harmonies of #E6CEC0
Complementary color
Monochromatic Colors of #E6CEC0
Black with #E6CEC0
Text Example
Text Example
White with #E6CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CEC0; }
p { color: rgb(230,206,192); }
H1.HeaderClassName
{
color: #E6CEC0;
}
.AnyTagClassName
{
color: #E6CEC0;
}
</style>
background-color css
<style>
a { background-color: #E6CEC0; }
a { background-color: rgb(230,206,192); }
div.DivClassName
{
background-color: #E6CEC0;
}
.BgClassName
{
background-color: #E6CEC0;
}
</style>
border-color css
<style>
span { border-color: #E6CEC0; }
span { border-color: rgb(230,206,192); }
td.TdClassName
{
border-color: #E6CEC0;
}
.TagClassName
{
border-color: #E6CEC0;
}
</style>