Shades of Dust Storm #E6CABE
Tints of Dust Storm #E6CABE
RGB
CMYK
RGB Variations
Color information
#E6CABE (or 0xE6CABE) is known color: Dust Storm. HEX triplet: E6, CA and BE. RGB value is (230,202,190). Sum of RGB (Red+Green+Blue) = 230+202+190=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CABE is #193541. Grayscale: #D1D1D1. Windows color (decimal): -1652034 or 12503782. OLE color: 12503782.
HSL color Cylindrical-coordinate representation of color #E6CABE: hue angle of 18º degrees, saturation: 0.44, 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 #E6CABE is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 202 | 190 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.10 |
| HSL | 18º | 0.44% | 0.82% | - |
| HSV(B) | 18º | 0.17% | 0.9% | - |
| XYZ | 63.05 | 62.78 | 57.51 | - |
| YUV | 209 | 117.28 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 202 | 190 | 0 | 0.12 | 0.17 | 0.10 | 18 | 0.44 | 0.82 |
| Hex | E6 | CA | BE | 0 | C | 11 | A | 12 | 2C | 52 |
| Octal | 346 | 312 | 276 | 0 | 14 | 21 | 12 | 22 | 54 | 122 |
| Binary | 11100110 | 11001010 | 10111110 | 0 | 1100 | 10001 | 1010 | 10010 | 101100 | 1010010 |
Color Harmonies of #E6CABE
Complementary color
Monochromatic Colors of #E6CABE
Black with #E6CABE
Text Example
Text Example
White with #E6CABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CABE; }
p { color: rgb(230,202,190); }
H1.HeaderClassName
{
color: #E6CABE;
}
.AnyTagClassName
{
color: #E6CABE;
}
</style>
background-color css
<style>
a { background-color: #E6CABE; }
a { background-color: rgb(230,202,190); }
div.DivClassName
{
background-color: #E6CABE;
}
.BgClassName
{
background-color: #E6CABE;
}
</style>
border-color css
<style>
span { border-color: #E6CABE; }
span { border-color: rgb(230,202,190); }
td.TdClassName
{
border-color: #E6CABE;
}
.TagClassName
{
border-color: #E6CABE;
}
</style>