Shades of Dust Storm #E6CDBD
Tints of Dust Storm #E6CDBD
RGB
CMYK
RGB Variations
Color information
#E6CDBD (or 0xE6CDBD) is known color: Dust Storm. HEX triplet: E6, CD and BD. RGB value is (230,205,189). Sum of RGB (Red+Green+Blue) = 230+205+189=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDBD is #193242. Grayscale: #D2D2D2. Windows color (decimal): -1651267 or 12439014. OLE color: 12439014.
HSL color Cylindrical-coordinate representation of color #E6CDBD: hue angle of 23.41º 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 #E6CDBD is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 189 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.10 |
| HSL | 23.41º | 0.45% | 0.82% | - |
| HSV(B) | 23.41º | 0.18% | 0.9% | - |
| XYZ | 63.65 | 64.16 | 57.17 | - |
| YUV | 210.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 189 | 0 | 0.11 | 0.18 | 0.10 | 23.41 | 0.45 | 0.82 |
| Hex | E6 | CD | BD | 0 | B | 12 | A | 17 | 2D | 52 |
| Octal | 346 | 315 | 275 | 0 | 13 | 22 | 12 | 27 | 55 | 122 |
| Binary | 11100110 | 11001101 | 10111101 | 0 | 1011 | 10010 | 1010 | 10111 | 101101 | 1010010 |
Color Harmonies of #E6CDBD
Complementary color
Monochromatic Colors of #E6CDBD
Black with #E6CDBD
Text Example
Text Example
White with #E6CDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CDBD; }
p { color: rgb(230,205,189); }
H1.HeaderClassName
{
color: #E6CDBD;
}
.AnyTagClassName
{
color: #E6CDBD;
}
</style>
background-color css
<style>
a { background-color: #E6CDBD; }
a { background-color: rgb(230,205,189); }
div.DivClassName
{
background-color: #E6CDBD;
}
.BgClassName
{
background-color: #E6CDBD;
}
</style>
border-color css
<style>
span { border-color: #E6CDBD; }
span { border-color: rgb(230,205,189); }
td.TdClassName
{
border-color: #E6CDBD;
}
.TagClassName
{
border-color: #E6CDBD;
}
</style>