Shades of Dust Storm #E2CBBD
Tints of Dust Storm #E2CBBD
RGB
CMYK
RGB Variations
Color information
#E2CBBD (or 0xE2CBBD) is known color: Dust Storm. HEX triplet: E2, CB and BD. RGB value is (226,203,189). Sum of RGB (Red+Green+Blue) = 226+203+189=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBBD is #1D3442. Grayscale: #D0D0D0. Windows color (decimal): -1913923 or 12438498. OLE color: 12438498.
HSL color Cylindrical-coordinate representation of color #E2CBBD: hue angle of 22.7º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2CBBD is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 189 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.11 |
| HSL | 22.7º | 0.39% | 0.81% | - |
| HSV(B) | 22.7º | 0.16% | 0.89% | - |
| XYZ | 61.91 | 62.55 | 56.96 | - |
| YUV | 208.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 189 | 0 | 0.10 | 0.16 | 0.11 | 22.7 | 0.39 | 0.81 |
| Hex | E2 | CB | BD | 0 | A | 10 | B | 17 | 27 | 51 |
| Octal | 342 | 313 | 275 | 0 | 12 | 20 | 13 | 27 | 47 | 121 |
| Binary | 11100010 | 11001011 | 10111101 | 0 | 1010 | 10000 | 1011 | 10111 | 100111 | 1010001 |
Color Harmonies of #E2CBBD
Complementary color
Monochromatic Colors of #E2CBBD
Black with #E2CBBD
Text Example
Text Example
White with #E2CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBBD; }
p { color: rgb(226,203,189); }
H1.HeaderClassName
{
color: #E2CBBD;
}
.AnyTagClassName
{
color: #E2CBBD;
}
</style>
background-color css
<style>
a { background-color: #E2CBBD; }
a { background-color: rgb(226,203,189); }
div.DivClassName
{
background-color: #E2CBBD;
}
.BgClassName
{
background-color: #E2CBBD;
}
</style>
border-color css
<style>
span { border-color: #E2CBBD; }
span { border-color: rgb(226,203,189); }
td.TdClassName
{
border-color: #E2CBBD;
}
.TagClassName
{
border-color: #E2CBBD;
}
</style>