Shades of Dust Storm #E5CABC
Tints of Dust Storm #E5CABC
RGB
CMYK
RGB Variations
Color information
#E5CABC (or 0xE5CABC) is known color: Dust Storm. HEX triplet: E5, CA and BC. RGB value is (229,202,188). Sum of RGB (Red+Green+Blue) = 229+202+188=619 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.00% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CABC is #1A3543. Grayscale: #D0D0D0. Windows color (decimal): -1717572 or 12372709. OLE color: 12372709.
HSL color Cylindrical-coordinate representation of color #E5CABC: hue angle of 20.49º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5CABC is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 202 | 188 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.10 |
| HSL | 20.49º | 0.44% | 0.82% | - |
| HSV(B) | 20.49º | 0.18% | 0.9% | - |
| XYZ | 62.51 | 62.53 | 56.35 | - |
| YUV | 208.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 188 | 0 | 0.12 | 0.18 | 0.10 | 20.49 | 0.44 | 0.82 |
| Hex | E5 | CA | BC | 0 | C | 12 | A | 14 | 2C | 52 |
| Octal | 345 | 312 | 274 | 0 | 14 | 22 | 12 | 24 | 54 | 122 |
| Binary | 11100101 | 11001010 | 10111100 | 0 | 1100 | 10010 | 1010 | 10100 | 101100 | 1010010 |
Color Harmonies of #E5CABC
Complementary color
Monochromatic Colors of #E5CABC
Black with #E5CABC
Text Example
Text Example
White with #E5CABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CABC; }
p { color: rgb(229,202,188); }
H1.HeaderClassName
{
color: #E5CABC;
}
.AnyTagClassName
{
color: #E5CABC;
}
</style>
background-color css
<style>
a { background-color: #E5CABC; }
a { background-color: rgb(229,202,188); }
div.DivClassName
{
background-color: #E5CABC;
}
.BgClassName
{
background-color: #E5CABC;
}
</style>
border-color css
<style>
span { border-color: #E5CABC; }
span { border-color: rgb(229,202,188); }
td.TdClassName
{
border-color: #E5CABC;
}
.TagClassName
{
border-color: #E5CABC;
}
</style>