Shades of Dust Storm #E6CABD
Tints of Dust Storm #E6CABD
RGB
CMYK
RGB Variations
Color information
#E6CABD (or 0xE6CABD) is known color: Dust Storm. HEX triplet: E6, CA and BD. RGB value is (230,202,189). Sum of RGB (Red+Green+Blue) = 230+202+189=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CABD is #193542. Grayscale: #D0D0D0. Windows color (decimal): -1652035 or 12438246. OLE color: 12438246.
HSL color Cylindrical-coordinate representation of color #E6CABD: hue angle of 19.02º degrees, saturation: 0.45, 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 #E6CABD is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 202 | 189 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.10 |
| HSL | 19.02º | 0.45% | 0.82% | - |
| HSV(B) | 19.02º | 0.18% | 0.9% | - |
| XYZ | 62.94 | 62.74 | 56.94 | - |
| YUV | 208.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 202 | 189 | 0 | 0.12 | 0.18 | 0.10 | 19.02 | 0.45 | 0.82 |
| Hex | E6 | CA | BD | 0 | C | 12 | A | 13 | 2D | 52 |
| Octal | 346 | 312 | 275 | 0 | 14 | 22 | 12 | 23 | 55 | 122 |
| Binary | 11100110 | 11001010 | 10111101 | 0 | 1100 | 10010 | 1010 | 10011 | 101101 | 1010010 |
Color Harmonies of #E6CABD
Complementary color
Monochromatic Colors of #E6CABD
Black with #E6CABD
Text Example
Text Example
White with #E6CABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CABD; }
p { color: rgb(230,202,189); }
H1.HeaderClassName
{
color: #E6CABD;
}
.AnyTagClassName
{
color: #E6CABD;
}
</style>
background-color css
<style>
a { background-color: #E6CABD; }
a { background-color: rgb(230,202,189); }
div.DivClassName
{
background-color: #E6CABD;
}
.BgClassName
{
background-color: #E6CABD;
}
</style>
border-color css
<style>
span { border-color: #E6CABD; }
span { border-color: rgb(230,202,189); }
td.TdClassName
{
border-color: #E6CABD;
}
.TagClassName
{
border-color: #E6CABD;
}
</style>