Shades of Dust Storm #E6CCBE
Tints of Dust Storm #E6CCBE
RGB
CMYK
RGB Variations
Color information
#E6CCBE (or 0xE6CCBE) is known color: Dust Storm. HEX triplet: E6, CC and BE. RGB value is (230,204,190). Sum of RGB (Red+Green+Blue) = 230+204+190=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCBE is #193341. Grayscale: #D2D2D2. Windows color (decimal): -1651522 or 12504294. OLE color: 12504294.
HSL color Cylindrical-coordinate representation of color #E6CCBE: hue angle of 21º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6CCBE is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 190 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.10 |
| HSL | 21º | 0.44% | 0.82% | - |
| HSV(B) | 21º | 0.17% | 0.9% | - |
| XYZ | 63.52 | 63.73 | 57.67 | - |
| YUV | 210.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 190 | 0 | 0.11 | 0.17 | 0.10 | 21 | 0.44 | 0.82 |
| Hex | E6 | CC | BE | 0 | B | 11 | A | 15 | 2C | 52 |
| Octal | 346 | 314 | 276 | 0 | 13 | 21 | 12 | 25 | 54 | 122 |
| Binary | 11100110 | 11001100 | 10111110 | 0 | 1011 | 10001 | 1010 | 10101 | 101100 | 1010010 |
Color Harmonies of #E6CCBE
Complementary color
Monochromatic Colors of #E6CCBE
Black with #E6CCBE
Text Example
Text Example
White with #E6CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCBE; }
p { color: rgb(230,204,190); }
H1.HeaderClassName
{
color: #E6CCBE;
}
.AnyTagClassName
{
color: #E6CCBE;
}
</style>
background-color css
<style>
a { background-color: #E6CCBE; }
a { background-color: rgb(230,204,190); }
div.DivClassName
{
background-color: #E6CCBE;
}
.BgClassName
{
background-color: #E6CCBE;
}
</style>
border-color css
<style>
span { border-color: #E6CCBE; }
span { border-color: rgb(230,204,190); }
td.TdClassName
{
border-color: #E6CCBE;
}
.TagClassName
{
border-color: #E6CCBE;
}
</style>