Shades of Dust Storm #E5CCBE
Tints of Dust Storm #E5CCBE
RGB
CMYK
RGB Variations
Color information
#E5CCBE (or 0xE5CCBE) is known color: Dust Storm. HEX triplet: E5, CC and BE. RGB value is (229,204,190). Sum of RGB (Red+Green+Blue) = 229+204+190=623 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.76% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CCBE is #1A3341. Grayscale: #D1D1D1. Windows color (decimal): -1717058 or 12504293. OLE color: 12504293.
HSL color Cylindrical-coordinate representation of color #E5CCBE: hue angle of 21.54º 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 #E5CCBE is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 190 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.10 |
| HSL | 21.54º | 0.43% | 0.82% | - |
| HSV(B) | 21.54º | 0.17% | 0.9% | - |
| XYZ | 63.2 | 63.56 | 57.65 | - |
| YUV | 209.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 190 | 0 | 0.11 | 0.17 | 0.10 | 21.54 | 0.43 | 0.82 |
| Hex | E5 | CC | BE | 0 | B | 11 | A | 16 | 2B | 52 |
| Octal | 345 | 314 | 276 | 0 | 13 | 21 | 12 | 26 | 53 | 122 |
| Binary | 11100101 | 11001100 | 10111110 | 0 | 1011 | 10001 | 1010 | 10110 | 101011 | 1010010 |
Color Harmonies of #E5CCBE
Complementary color
Monochromatic Colors of #E5CCBE
Black with #E5CCBE
Text Example
Text Example
White with #E5CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CCBE; }
p { color: rgb(229,204,190); }
H1.HeaderClassName
{
color: #E5CCBE;
}
.AnyTagClassName
{
color: #E5CCBE;
}
</style>
background-color css
<style>
a { background-color: #E5CCBE; }
a { background-color: rgb(229,204,190); }
div.DivClassName
{
background-color: #E5CCBE;
}
.BgClassName
{
background-color: #E5CCBE;
}
</style>
border-color css
<style>
span { border-color: #E5CCBE; }
span { border-color: rgb(229,204,190); }
td.TdClassName
{
border-color: #E5CCBE;
}
.TagClassName
{
border-color: #E5CCBE;
}
</style>