Shades of Dust Storm #E2CCBF
Tints of Dust Storm #E2CCBF
RGB
CMYK
RGB Variations
Color information
#E2CCBF (or 0xE2CCBF) is known color: Dust Storm. HEX triplet: E2, CC and BF. RGB value is (226,204,191). Sum of RGB (Red+Green+Blue) = 226+204+191=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CCBF is #1D3340. Grayscale: #D1D1D1. Windows color (decimal): -1913665 or 12569826. OLE color: 12569826.
HSL color Cylindrical-coordinate representation of color #E2CCBF: hue angle of 22.29º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2CCBF is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 204 | 191 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.11 |
| HSL | 22.29º | 0.38% | 0.82% | - |
| HSV(B) | 22.29º | 0.15% | 0.89% | - |
| XYZ | 62.36 | 63.12 | 58.19 | - |
| YUV | 209.1 | 117.79 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 191 | 0 | 0.10 | 0.15 | 0.11 | 22.29 | 0.38 | 0.82 |
| Hex | E2 | CC | BF | 0 | A | F | B | 16 | 26 | 52 |
| Octal | 342 | 314 | 277 | 0 | 12 | 17 | 13 | 26 | 46 | 122 |
| Binary | 11100010 | 11001100 | 10111111 | 0 | 1010 | 1111 | 1011 | 10110 | 100110 | 1010010 |
Color Harmonies of #E2CCBF
Complementary color
Monochromatic Colors of #E2CCBF
Black with #E2CCBF
Text Example
Text Example
White with #E2CCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CCBF; }
p { color: rgb(226,204,191); }
H1.HeaderClassName
{
color: #E2CCBF;
}
.AnyTagClassName
{
color: #E2CCBF;
}
</style>
background-color css
<style>
a { background-color: #E2CCBF; }
a { background-color: rgb(226,204,191); }
div.DivClassName
{
background-color: #E2CCBF;
}
.BgClassName
{
background-color: #E2CCBF;
}
</style>
border-color css
<style>
span { border-color: #E2CCBF; }
span { border-color: rgb(226,204,191); }
td.TdClassName
{
border-color: #E2CCBF;
}
.TagClassName
{
border-color: #E2CCBF;
}
</style>