Shades of Dust Storm #E2CBC8
Tints of Dust Storm #E2CBC8
RGB
CMYK
RGB Variations
Color information
#E2CBC8 (or 0xE2CBC8) is known color: Dust Storm. HEX triplet: E2, CB and C8. RGB value is (226,203,200). Sum of RGB (Red+Green+Blue) = 226+203+200=629 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.93% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBC8 is #1D3437. Grayscale: #D1D1D1. Windows color (decimal): -1913912 or 13159394. OLE color: 13159394.
HSL color Cylindrical-coordinate representation of color #E2CBC8: hue angle of 6.92º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2CBC8 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 200 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.11 |
| HSL | 6.92º | 0.31% | 0.84% | - |
| HSV(B) | 6.92º | 0.12% | 0.89% | - |
| XYZ | 63.15 | 63.05 | 63.49 | - |
| YUV | 209.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 200 | 0 | 0.10 | 0.12 | 0.11 | 6.92 | 0.31 | 0.84 |
| Hex | E2 | CB | C8 | 0 | A | C | B | 7 | 1F | 54 |
| Octal | 342 | 313 | 310 | 0 | 12 | 14 | 13 | 7 | 37 | 124 |
| Binary | 11100010 | 11001011 | 11001000 | 0 | 1010 | 1100 | 1011 | 111 | 11111 | 1010100 |
Color Harmonies of #E2CBC8
Complementary color
Monochromatic Colors of #E2CBC8
Black with #E2CBC8
Text Example
Text Example
White with #E2CBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBC8; }
p { color: rgb(226,203,200); }
H1.HeaderClassName
{
color: #E2CBC8;
}
.AnyTagClassName
{
color: #E2CBC8;
}
</style>
background-color css
<style>
a { background-color: #E2CBC8; }
a { background-color: rgb(226,203,200); }
div.DivClassName
{
background-color: #E2CBC8;
}
.BgClassName
{
background-color: #E2CBC8;
}
</style>
border-color css
<style>
span { border-color: #E2CBC8; }
span { border-color: rgb(226,203,200); }
td.TdClassName
{
border-color: #E2CBC8;
}
.TagClassName
{
border-color: #E2CBC8;
}
</style>