Shades of Dust Storm #E4CBBC
Tints of Dust Storm #E4CBBC
RGB
CMYK
RGB Variations
Color information
#E4CBBC (or 0xE4CBBC) is known color: Dust Storm. HEX triplet: E4, CB and BC. RGB value is (228,203,188). Sum of RGB (Red+Green+Blue) = 228+203+188=619 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.83% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CBBC is #1B3443. Grayscale: #D0D0D0. Windows color (decimal): -1782852 or 12372964. OLE color: 12372964.
HSL color Cylindrical-coordinate representation of color #E4CBBC: hue angle of 22.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4CBBC is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 203 | 188 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.11 |
| HSL | 22.5º | 0.43% | 0.82% | - |
| HSV(B) | 22.5º | 0.18% | 0.89% | - |
| XYZ | 62.43 | 62.84 | 56.42 | - |
| YUV | 208.77 | 116.28 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 203 | 188 | 0 | 0.11 | 0.18 | 0.11 | 22.5 | 0.43 | 0.82 |
| Hex | E4 | CB | BC | 0 | B | 12 | B | 16 | 2B | 52 |
| Octal | 344 | 313 | 274 | 0 | 13 | 22 | 13 | 26 | 53 | 122 |
| Binary | 11100100 | 11001011 | 10111100 | 0 | 1011 | 10010 | 1011 | 10110 | 101011 | 1010010 |
Color Harmonies of #E4CBBC
Complementary color
Monochromatic Colors of #E4CBBC
Black with #E4CBBC
Text Example
Text Example
White with #E4CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CBBC; }
p { color: rgb(228,203,188); }
H1.HeaderClassName
{
color: #E4CBBC;
}
.AnyTagClassName
{
color: #E4CBBC;
}
</style>
background-color css
<style>
a { background-color: #E4CBBC; }
a { background-color: rgb(228,203,188); }
div.DivClassName
{
background-color: #E4CBBC;
}
.BgClassName
{
background-color: #E4CBBC;
}
</style>
border-color css
<style>
span { border-color: #E4CBBC; }
span { border-color: rgb(228,203,188); }
td.TdClassName
{
border-color: #E4CBBC;
}
.TagClassName
{
border-color: #E4CBBC;
}
</style>