Shades of Dust Storm #E6CCBC
Tints of Dust Storm #E6CCBC
RGB
CMYK
RGB Variations
Color information
#E6CCBC (or 0xE6CCBC) is known color: Dust Storm. HEX triplet: E6, CC and BC. RGB value is (230,204,188). Sum of RGB (Red+Green+Blue) = 230+204+188=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCBC is #193343. Grayscale: #D2D2D2. Windows color (decimal): -1651524 or 12373222. OLE color: 12373222.
HSL color Cylindrical-coordinate representation of color #E6CCBC: hue angle of 22.86º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6CCBC is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 188 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.10 |
| HSL | 22.86º | 0.46% | 0.82% | - |
| HSV(B) | 22.86º | 0.18% | 0.9% | - |
| XYZ | 63.3 | 63.64 | 56.52 | - |
| YUV | 209.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 188 | 0 | 0.11 | 0.18 | 0.10 | 22.86 | 0.46 | 0.82 |
| Hex | E6 | CC | BC | 0 | B | 12 | A | 17 | 2E | 52 |
| Octal | 346 | 314 | 274 | 0 | 13 | 22 | 12 | 27 | 56 | 122 |
| Binary | 11100110 | 11001100 | 10111100 | 0 | 1011 | 10010 | 1010 | 10111 | 101110 | 1010010 |
Color Harmonies of #E6CCBC
Complementary color
Monochromatic Colors of #E6CCBC
Black with #E6CCBC
Text Example
Text Example
White with #E6CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCBC; }
p { color: rgb(230,204,188); }
H1.HeaderClassName
{
color: #E6CCBC;
}
.AnyTagClassName
{
color: #E6CCBC;
}
</style>
background-color css
<style>
a { background-color: #E6CCBC; }
a { background-color: rgb(230,204,188); }
div.DivClassName
{
background-color: #E6CCBC;
}
.BgClassName
{
background-color: #E6CCBC;
}
</style>
border-color css
<style>
span { border-color: #E6CCBC; }
span { border-color: rgb(230,204,188); }
td.TdClassName
{
border-color: #E6CCBC;
}
.TagClassName
{
border-color: #E6CCBC;
}
</style>