Shades of Dust Storm #E3CBBC
Tints of Dust Storm #E3CBBC
RGB
CMYK
RGB Variations
Color information
#E3CBBC (or 0xE3CBBC) is known color: Dust Storm. HEX triplet: E3, CB and BC. RGB value is (227,203,188). Sum of RGB (Red+Green+Blue) = 227+203+188=618 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.73% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CBBC is #1C3443. Grayscale: #D0D0D0. Windows color (decimal): -1848388 or 12372963. OLE color: 12372963.
HSL color Cylindrical-coordinate representation of color #E3CBBC: hue angle of 23.08º 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 #E3CBBC is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 203 | 188 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.11 |
| HSL | 23.08º | 0.41% | 0.81% | - |
| HSV(B) | 23.08º | 0.17% | 0.89% | - |
| XYZ | 62.11 | 62.67 | 56.4 | - |
| YUV | 208.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 188 | 0 | 0.11 | 0.17 | 0.11 | 23.08 | 0.41 | 0.81 |
| Hex | E3 | CB | BC | 0 | B | 11 | B | 17 | 29 | 51 |
| Octal | 343 | 313 | 274 | 0 | 13 | 21 | 13 | 27 | 51 | 121 |
| Binary | 11100011 | 11001011 | 10111100 | 0 | 1011 | 10001 | 1011 | 10111 | 101001 | 1010001 |
Color Harmonies of #E3CBBC
Complementary color
Monochromatic Colors of #E3CBBC
Black with #E3CBBC
Text Example
Text Example
White with #E3CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CBBC; }
p { color: rgb(227,203,188); }
H1.HeaderClassName
{
color: #E3CBBC;
}
.AnyTagClassName
{
color: #E3CBBC;
}
</style>
background-color css
<style>
a { background-color: #E3CBBC; }
a { background-color: rgb(227,203,188); }
div.DivClassName
{
background-color: #E3CBBC;
}
.BgClassName
{
background-color: #E3CBBC;
}
</style>
border-color css
<style>
span { border-color: #E3CBBC; }
span { border-color: rgb(227,203,188); }
td.TdClassName
{
border-color: #E3CBBC;
}
.TagClassName
{
border-color: #E3CBBC;
}
</style>