Shades of Dust Storm #E6CBC5
Tints of Dust Storm #E6CBC5
RGB
CMYK
RGB Variations
Color information
#E6CBC5 (or 0xE6CBC5) is known color: Dust Storm. HEX triplet: E6, CB and C5. RGB value is (230,203,197). Sum of RGB (Red+Green+Blue) = 230+203+197=630 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.51% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 197 (77.34% from 255 or 31.27% from 630); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CBC5 is #19343A. Grayscale: #D2D2D2. Windows color (decimal): -1651771 or 12962790. OLE color: 12962790.
HSL color Cylindrical-coordinate representation of color #E6CBC5: hue angle of 10.91º 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 #E6CBC5 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 197 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.10 |
| HSL | 10.91º | 0.4% | 0.84% | - |
| HSV(B) | 10.91º | 0.14% | 0.9% | - |
| XYZ | 64.07 | 63.57 | 61.72 | - |
| YUV | 210.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 197 | 0 | 0.12 | 0.14 | 0.10 | 10.91 | 0.4 | 0.84 |
| Hex | E6 | CB | C5 | 0 | C | E | A | B | 28 | 54 |
| Octal | 346 | 313 | 305 | 0 | 14 | 16 | 12 | 13 | 50 | 124 |
| Binary | 11100110 | 11001011 | 11000101 | 0 | 1100 | 1110 | 1010 | 1011 | 101000 | 1010100 |
Color Harmonies of #E6CBC5
Complementary color
Monochromatic Colors of #E6CBC5
Black with #E6CBC5
Text Example
Text Example
White with #E6CBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBC5; }
p { color: rgb(230,203,197); }
H1.HeaderClassName
{
color: #E6CBC5;
}
.AnyTagClassName
{
color: #E6CBC5;
}
</style>
background-color css
<style>
a { background-color: #E6CBC5; }
a { background-color: rgb(230,203,197); }
div.DivClassName
{
background-color: #E6CBC5;
}
.BgClassName
{
background-color: #E6CBC5;
}
</style>
border-color css
<style>
span { border-color: #E6CBC5; }
span { border-color: rgb(230,203,197); }
td.TdClassName
{
border-color: #E6CBC5;
}
.TagClassName
{
border-color: #E6CBC5;
}
</style>