Shades of Dust Storm #E6CEC5
Tints of Dust Storm #E6CEC5
RGB
CMYK
RGB Variations
Color information
#E6CEC5 (or 0xE6CEC5) is known color: Dust Storm. HEX triplet: E6, CE and C5. RGB value is (230,206,197). Sum of RGB (Red+Green+Blue) = 230+206+197=633 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.33% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CEC5 is #19313A. Grayscale: #D4D4D4. Windows color (decimal): -1651003 or 12963558. OLE color: 12963558.
HSL color Cylindrical-coordinate representation of color #E6CEC5: hue angle of 16.36º degrees, saturation: 0.4, 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 #E6CEC5 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 206 | 197 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.10 |
| HSL | 16.36º | 0.4% | 0.84% | - |
| HSV(B) | 16.36º | 0.14% | 0.9% | - |
| XYZ | 64.78 | 65 | 61.95 | - |
| YUV | 212.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 197 | 0 | 0.10 | 0.14 | 0.10 | 16.36 | 0.4 | 0.84 |
| Hex | E6 | CE | C5 | 0 | A | E | A | 10 | 28 | 54 |
| Octal | 346 | 316 | 305 | 0 | 12 | 16 | 12 | 20 | 50 | 124 |
| Binary | 11100110 | 11001110 | 11000101 | 0 | 1010 | 1110 | 1010 | 10000 | 101000 | 1010100 |
Color Harmonies of #E6CEC5
Complementary color
Monochromatic Colors of #E6CEC5
Black with #E6CEC5
Text Example
Text Example
White with #E6CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CEC5; }
p { color: rgb(230,206,197); }
H1.HeaderClassName
{
color: #E6CEC5;
}
.AnyTagClassName
{
color: #E6CEC5;
}
</style>
background-color css
<style>
a { background-color: #E6CEC5; }
a { background-color: rgb(230,206,197); }
div.DivClassName
{
background-color: #E6CEC5;
}
.BgClassName
{
background-color: #E6CEC5;
}
</style>
border-color css
<style>
span { border-color: #E6CEC5; }
span { border-color: rgb(230,206,197); }
td.TdClassName
{
border-color: #E6CEC5;
}
.TagClassName
{
border-color: #E6CEC5;
}
</style>