Shades of Dust Storm #E6CABA
Tints of Dust Storm #E6CABA
RGB
CMYK
RGB Variations
Color information
#E6CABA (or 0xE6CABA) is known color: Dust Storm. HEX triplet: E6, CA and BA. RGB value is (230,202,186). Sum of RGB (Red+Green+Blue) = 230+202+186=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CABA is #193545. Grayscale: #D0D0D0. Windows color (decimal): -1652038 or 12241638. OLE color: 12241638.
HSL color Cylindrical-coordinate representation of color #E6CABA: hue angle of 21.82º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6CABA is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 202 | 186 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.10 |
| HSL | 21.82º | 0.47% | 0.82% | - |
| HSV(B) | 21.82º | 0.19% | 0.9% | - |
| XYZ | 62.62 | 62.61 | 55.24 | - |
| YUV | 208.55 | 115.28 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 202 | 186 | 0 | 0.12 | 0.19 | 0.10 | 21.82 | 0.47 | 0.82 |
| Hex | E6 | CA | BA | 0 | C | 13 | A | 16 | 2F | 52 |
| Octal | 346 | 312 | 272 | 0 | 14 | 23 | 12 | 26 | 57 | 122 |
| Binary | 11100110 | 11001010 | 10111010 | 0 | 1100 | 10011 | 1010 | 10110 | 101111 | 1010010 |
Color Harmonies of #E6CABA
Complementary color
Monochromatic Colors of #E6CABA
Black with #E6CABA
Text Example
Text Example
White with #E6CABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CABA; }
p { color: rgb(230,202,186); }
H1.HeaderClassName
{
color: #E6CABA;
}
.AnyTagClassName
{
color: #E6CABA;
}
</style>
background-color css
<style>
a { background-color: #E6CABA; }
a { background-color: rgb(230,202,186); }
div.DivClassName
{
background-color: #E6CABA;
}
.BgClassName
{
background-color: #E6CABA;
}
</style>
border-color css
<style>
span { border-color: #E6CABA; }
span { border-color: rgb(230,202,186); }
td.TdClassName
{
border-color: #E6CABA;
}
.TagClassName
{
border-color: #E6CABA;
}
</style>