Shades of Dust Storm #E5CCBC
Tints of Dust Storm #E5CCBC
RGB
CMYK
RGB Variations
Color information
#E5CCBC (or 0xE5CCBC) is known color: Dust Storm. HEX triplet: E5, CC and BC. RGB value is (229,204,188). Sum of RGB (Red+Green+Blue) = 229+204+188=621 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.88% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CCBC is #1A3343. Grayscale: #D1D1D1. Windows color (decimal): -1717060 or 12373221. OLE color: 12373221.
HSL color Cylindrical-coordinate representation of color #E5CCBC: hue angle of 23.41º degrees, saturation: 0.44, 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 #E5CCBC is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 188 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.10 |
| HSL | 23.41º | 0.44% | 0.82% | - |
| HSV(B) | 23.41º | 0.18% | 0.9% | - |
| XYZ | 62.98 | 63.47 | 56.51 | - |
| YUV | 209.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 188 | 0 | 0.11 | 0.18 | 0.10 | 23.41 | 0.44 | 0.82 |
| Hex | E5 | CC | BC | 0 | B | 12 | A | 17 | 2C | 52 |
| Octal | 345 | 314 | 274 | 0 | 13 | 22 | 12 | 27 | 54 | 122 |
| Binary | 11100101 | 11001100 | 10111100 | 0 | 1011 | 10010 | 1010 | 10111 | 101100 | 1010010 |
Color Harmonies of #E5CCBC
Complementary color
Monochromatic Colors of #E5CCBC
Black with #E5CCBC
Text Example
Text Example
White with #E5CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CCBC; }
p { color: rgb(229,204,188); }
H1.HeaderClassName
{
color: #E5CCBC;
}
.AnyTagClassName
{
color: #E5CCBC;
}
</style>
background-color css
<style>
a { background-color: #E5CCBC; }
a { background-color: rgb(229,204,188); }
div.DivClassName
{
background-color: #E5CCBC;
}
.BgClassName
{
background-color: #E5CCBC;
}
</style>
border-color css
<style>
span { border-color: #E5CCBC; }
span { border-color: rgb(229,204,188); }
td.TdClassName
{
border-color: #E5CCBC;
}
.TagClassName
{
border-color: #E5CCBC;
}
</style>