Shades of Dust Storm #E0CABE
Tints of Dust Storm #E0CABE
RGB
CMYK
RGB Variations
Color information
#E0CABE (or 0xE0CABE) is known color: Dust Storm. HEX triplet: E0, CA and BE. RGB value is (224,202,190). Sum of RGB (Red+Green+Blue) = 224+202+190=616 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.36% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CABE is #1F3541. Grayscale: #CFCFCF. Windows color (decimal): -2045250 or 12503776. OLE color: 12503776.
HSL color Cylindrical-coordinate representation of color #E0CABE: hue angle of 21.18º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0CABE is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 190 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.12 |
| HSL | 21.18º | 0.35% | 0.81% | - |
| HSV(B) | 21.18º | 0.15% | 0.88% | - |
| XYZ | 61.16 | 61.81 | 57.42 | - |
| YUV | 207.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 190 | 0 | 0.10 | 0.15 | 0.12 | 21.18 | 0.35 | 0.81 |
| Hex | E0 | CA | BE | 0 | A | F | C | 15 | 23 | 51 |
| Octal | 340 | 312 | 276 | 0 | 12 | 17 | 14 | 25 | 43 | 121 |
| Binary | 11100000 | 11001010 | 10111110 | 0 | 1010 | 1111 | 1100 | 10101 | 100011 | 1010001 |
Color Harmonies of #E0CABE
Complementary color
Monochromatic Colors of #E0CABE
Black with #E0CABE
Text Example
Text Example
White with #E0CABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CABE; }
p { color: rgb(224,202,190); }
H1.HeaderClassName
{
color: #E0CABE;
}
.AnyTagClassName
{
color: #E0CABE;
}
</style>
background-color css
<style>
a { background-color: #E0CABE; }
a { background-color: rgb(224,202,190); }
div.DivClassName
{
background-color: #E0CABE;
}
.BgClassName
{
background-color: #E0CABE;
}
</style>
border-color css
<style>
span { border-color: #E0CABE; }
span { border-color: rgb(224,202,190); }
td.TdClassName
{
border-color: #E0CABE;
}
.TagClassName
{
border-color: #E0CABE;
}
</style>