Shades of Dust Storm #E6CDBF
Tints of Dust Storm #E6CDBF
RGB
CMYK
RGB Variations
Color information
#E6CDBF (or 0xE6CDBF) is known color: Dust Storm. HEX triplet: E6, CD and BF. RGB value is (230,205,191). Sum of RGB (Red+Green+Blue) = 230+205+191=626 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.74% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDBF is #193240. Grayscale: #D2D2D2. Windows color (decimal): -1651265 or 12570086. OLE color: 12570086.
HSL color Cylindrical-coordinate representation of color #E6CDBF: hue angle of 21.54º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6CDBF is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 191 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.10 |
| HSL | 21.54º | 0.44% | 0.83% | - |
| HSV(B) | 21.54º | 0.17% | 0.9% | - |
| XYZ | 63.87 | 64.25 | 58.32 | - |
| YUV | 210.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 191 | 0 | 0.11 | 0.17 | 0.10 | 21.54 | 0.44 | 0.83 |
| Hex | E6 | CD | BF | 0 | B | 11 | A | 16 | 2C | 53 |
| Octal | 346 | 315 | 277 | 0 | 13 | 21 | 12 | 26 | 54 | 123 |
| Binary | 11100110 | 11001101 | 10111111 | 0 | 1011 | 10001 | 1010 | 10110 | 101100 | 1010011 |
Color Harmonies of #E6CDBF
Complementary color
Monochromatic Colors of #E6CDBF
Black with #E6CDBF
Text Example
Text Example
White with #E6CDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CDBF; }
p { color: rgb(230,205,191); }
H1.HeaderClassName
{
color: #E6CDBF;
}
.AnyTagClassName
{
color: #E6CDBF;
}
</style>
background-color css
<style>
a { background-color: #E6CDBF; }
a { background-color: rgb(230,205,191); }
div.DivClassName
{
background-color: #E6CDBF;
}
.BgClassName
{
background-color: #E6CDBF;
}
</style>
border-color css
<style>
span { border-color: #E6CDBF; }
span { border-color: rgb(230,205,191); }
td.TdClassName
{
border-color: #E6CDBF;
}
.TagClassName
{
border-color: #E6CDBF;
}
</style>