Shades of Dust Storm #E5CBBE
Tints of Dust Storm #E5CBBE
RGB
CMYK
RGB Variations
Color information
#E5CBBE (or 0xE5CBBE) is known color: Dust Storm. HEX triplet: E5, CB and BE. RGB value is (229,203,190). Sum of RGB (Red+Green+Blue) = 229+203+190=622 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.82% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CBBE is #1A3441. Grayscale: #D1D1D1. Windows color (decimal): -1717314 or 12504037. OLE color: 12504037.
HSL color Cylindrical-coordinate representation of color #E5CBBE: hue angle of 20º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5CBBE is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 190 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.10 |
| HSL | 20º | 0.43% | 0.82% | - |
| HSV(B) | 20º | 0.17% | 0.9% | - |
| XYZ | 62.96 | 63.09 | 57.57 | - |
| YUV | 209.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 190 | 0 | 0.11 | 0.17 | 0.10 | 20 | 0.43 | 0.82 |
| Hex | E5 | CB | BE | 0 | B | 11 | A | 14 | 2B | 52 |
| Octal | 345 | 313 | 276 | 0 | 13 | 21 | 12 | 24 | 53 | 122 |
| Binary | 11100101 | 11001011 | 10111110 | 0 | 1011 | 10001 | 1010 | 10100 | 101011 | 1010010 |
Color Harmonies of #E5CBBE
Complementary color
Monochromatic Colors of #E5CBBE
Black with #E5CBBE
Text Example
Text Example
White with #E5CBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CBBE; }
p { color: rgb(229,203,190); }
H1.HeaderClassName
{
color: #E5CBBE;
}
.AnyTagClassName
{
color: #E5CBBE;
}
</style>
background-color css
<style>
a { background-color: #E5CBBE; }
a { background-color: rgb(229,203,190); }
div.DivClassName
{
background-color: #E5CBBE;
}
.BgClassName
{
background-color: #E5CBBE;
}
</style>
border-color css
<style>
span { border-color: #E5CBBE; }
span { border-color: rgb(229,203,190); }
td.TdClassName
{
border-color: #E5CBBE;
}
.TagClassName
{
border-color: #E5CBBE;
}
</style>