Shades of Dust Storm #E6CDBE
Tints of Dust Storm #E6CDBE
RGB
CMYK
RGB Variations
Color information
#E6CDBE (or 0xE6CDBE) is known color: Dust Storm. HEX triplet: E6, CD and BE. RGB value is (230,205,190). Sum of RGB (Red+Green+Blue) = 230+205+190=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDBE is #193241. Grayscale: #D2D2D2. Windows color (decimal): -1651266 or 12504550. OLE color: 12504550.
HSL color Cylindrical-coordinate representation of color #E6CDBE: hue angle of 22.5º 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 #E6CDBE is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 190 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.10 |
| HSL | 22.5º | 0.44% | 0.82% | - |
| HSV(B) | 22.5º | 0.17% | 0.9% | - |
| XYZ | 63.76 | 64.2 | 57.75 | - |
| YUV | 210.77 | 116.28 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 190 | 0 | 0.11 | 0.17 | 0.10 | 22.5 | 0.44 | 0.82 |
| Hex | E6 | CD | BE | 0 | B | 11 | A | 16 | 2C | 52 |
| Octal | 346 | 315 | 276 | 0 | 13 | 21 | 12 | 26 | 54 | 122 |
| Binary | 11100110 | 11001101 | 10111110 | 0 | 1011 | 10001 | 1010 | 10110 | 101100 | 1010010 |
Color Harmonies of #E6CDBE
Complementary color
Monochromatic Colors of #E6CDBE
Black with #E6CDBE
Text Example
Text Example
White with #E6CDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CDBE; }
p { color: rgb(230,205,190); }
H1.HeaderClassName
{
color: #E6CDBE;
}
.AnyTagClassName
{
color: #E6CDBE;
}
</style>
background-color css
<style>
a { background-color: #E6CDBE; }
a { background-color: rgb(230,205,190); }
div.DivClassName
{
background-color: #E6CDBE;
}
.BgClassName
{
background-color: #E6CDBE;
}
</style>
border-color css
<style>
span { border-color: #E6CDBE; }
span { border-color: rgb(230,205,190); }
td.TdClassName
{
border-color: #E6CDBE;
}
.TagClassName
{
border-color: #E6CDBE;
}
</style>