Shades of Dust Storm #E6CDBC
Tints of Dust Storm #E6CDBC
RGB
CMYK
RGB Variations
Color information
#E6CDBC (or 0xE6CDBC) is known color: Dust Storm. HEX triplet: E6, CD and BC. RGB value is (230,205,188). Sum of RGB (Red+Green+Blue) = 230+205+188=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDBC is #193243. Grayscale: #D2D2D2. Windows color (decimal): -1651268 or 12373478. OLE color: 12373478.
HSL color Cylindrical-coordinate representation of color #E6CDBC: hue angle of 24.29º degrees, saturation: 0.46, 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 #E6CDBC is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 188 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.10 |
| HSL | 24.29º | 0.46% | 0.82% | - |
| HSV(B) | 24.29º | 0.18% | 0.9% | - |
| XYZ | 63.54 | 64.12 | 56.6 | - |
| YUV | 210.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 188 | 0 | 0.11 | 0.18 | 0.10 | 24.29 | 0.46 | 0.82 |
| Hex | E6 | CD | BC | 0 | B | 12 | A | 18 | 2E | 52 |
| Octal | 346 | 315 | 274 | 0 | 13 | 22 | 12 | 30 | 56 | 122 |
| Binary | 11100110 | 11001101 | 10111100 | 0 | 1011 | 10010 | 1010 | 11000 | 101110 | 1010010 |
Color Harmonies of #E6CDBC
Complementary color
Monochromatic Colors of #E6CDBC
Black with #E6CDBC
Text Example
Text Example
White with #E6CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CDBC; }
p { color: rgb(230,205,188); }
H1.HeaderClassName
{
color: #E6CDBC;
}
.AnyTagClassName
{
color: #E6CDBC;
}
</style>
background-color css
<style>
a { background-color: #E6CDBC; }
a { background-color: rgb(230,205,188); }
div.DivClassName
{
background-color: #E6CDBC;
}
.BgClassName
{
background-color: #E6CDBC;
}
</style>
border-color css
<style>
span { border-color: #E6CDBC; }
span { border-color: rgb(230,205,188); }
td.TdClassName
{
border-color: #E6CDBC;
}
.TagClassName
{
border-color: #E6CDBC;
}
</style>