Shades of Dust Storm #E3CCBC
Tints of Dust Storm #E3CCBC
RGB
CMYK
RGB Variations
Color information
#E3CCBC (or 0xE3CCBC) is known color: Dust Storm. HEX triplet: E3, CC and BC. RGB value is (227,204,188). Sum of RGB (Red+Green+Blue) = 227+204+188=619 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.67% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CCBC is #1C3343. Grayscale: #D1D1D1. Windows color (decimal): -1848132 or 12373219. OLE color: 12373219.
HSL color Cylindrical-coordinate representation of color #E3CCBC: hue angle of 24.62º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E3CCBC is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 204 | 188 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.11 |
| HSL | 24.62º | 0.41% | 0.81% | - |
| HSV(B) | 24.62º | 0.17% | 0.89% | - |
| XYZ | 62.35 | 63.15 | 56.48 | - |
| YUV | 209.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 204 | 188 | 0 | 0.10 | 0.17 | 0.11 | 24.62 | 0.41 | 0.81 |
| Hex | E3 | CC | BC | 0 | A | 11 | B | 19 | 29 | 51 |
| Octal | 343 | 314 | 274 | 0 | 12 | 21 | 13 | 31 | 51 | 121 |
| Binary | 11100011 | 11001100 | 10111100 | 0 | 1010 | 10001 | 1011 | 11001 | 101001 | 1010001 |
Color Harmonies of #E3CCBC
Complementary color
Monochromatic Colors of #E3CCBC
Black with #E3CCBC
Text Example
Text Example
White with #E3CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CCBC; }
p { color: rgb(227,204,188); }
H1.HeaderClassName
{
color: #E3CCBC;
}
.AnyTagClassName
{
color: #E3CCBC;
}
</style>
background-color css
<style>
a { background-color: #E3CCBC; }
a { background-color: rgb(227,204,188); }
div.DivClassName
{
background-color: #E3CCBC;
}
.BgClassName
{
background-color: #E3CCBC;
}
</style>
border-color css
<style>
span { border-color: #E3CCBC; }
span { border-color: rgb(227,204,188); }
td.TdClassName
{
border-color: #E3CCBC;
}
.TagClassName
{
border-color: #E3CCBC;
}
</style>