Shades of Dust Storm #E2CBC1
Tints of Dust Storm #E2CBC1
RGB
CMYK
RGB Variations
Color information
#E2CBC1 (or 0xE2CBC1) is known color: Dust Storm. HEX triplet: E2, CB and C1. RGB value is (226,203,193). Sum of RGB (Red+Green+Blue) = 226+203+193=622 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.33% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBC1 is #1D343E. Grayscale: #D0D0D0. Windows color (decimal): -1913919 or 12700642. OLE color: 12700642.
HSL color Cylindrical-coordinate representation of color #E2CBC1: hue angle of 18.18º degrees, saturation: 0.36, 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 #E2CBC1 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 193 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.11 |
| HSL | 18.18º | 0.36% | 0.82% | - |
| HSV(B) | 18.18º | 0.15% | 0.89% | - |
| XYZ | 62.35 | 62.73 | 59.27 | - |
| YUV | 208.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 193 | 0 | 0.10 | 0.15 | 0.11 | 18.18 | 0.36 | 0.82 |
| Hex | E2 | CB | C1 | 0 | A | F | B | 12 | 24 | 52 |
| Octal | 342 | 313 | 301 | 0 | 12 | 17 | 13 | 22 | 44 | 122 |
| Binary | 11100010 | 11001011 | 11000001 | 0 | 1010 | 1111 | 1011 | 10010 | 100100 | 1010010 |
Color Harmonies of #E2CBC1
Complementary color
Monochromatic Colors of #E2CBC1
Black with #E2CBC1
Text Example
Text Example
White with #E2CBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBC1; }
p { color: rgb(226,203,193); }
H1.HeaderClassName
{
color: #E2CBC1;
}
.AnyTagClassName
{
color: #E2CBC1;
}
</style>
background-color css
<style>
a { background-color: #E2CBC1; }
a { background-color: rgb(226,203,193); }
div.DivClassName
{
background-color: #E2CBC1;
}
.BgClassName
{
background-color: #E2CBC1;
}
</style>
border-color css
<style>
span { border-color: #E2CBC1; }
span { border-color: rgb(226,203,193); }
td.TdClassName
{
border-color: #E2CBC1;
}
.TagClassName
{
border-color: #E2CBC1;
}
</style>