Shades of Dust Storm #E6CDBB
Tints of Dust Storm #E6CDBB
RGB
CMYK
RGB Variations
Color information
#E6CDBB (or 0xE6CDBB) is known color: Dust Storm. HEX triplet: E6, CD and BB. RGB value is (230,205,187). Sum of RGB (Red+Green+Blue) = 230+205+187=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDBB is #193244. Grayscale: #D2D2D2. Windows color (decimal): -1651269 or 12307942. OLE color: 12307942.
HSL color Cylindrical-coordinate representation of color #E6CDBB: hue angle of 25.12º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6CDBB is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 187 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.10 |
| HSL | 25.12º | 0.46% | 0.82% | - |
| HSV(B) | 25.12º | 0.19% | 0.9% | - |
| XYZ | 63.43 | 64.07 | 56.04 | - |
| YUV | 210.42 | 114.78 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 187 | 0 | 0.11 | 0.19 | 0.10 | 25.12 | 0.46 | 0.82 |
| Hex | E6 | CD | BB | 0 | B | 13 | A | 19 | 2E | 52 |
| Octal | 346 | 315 | 273 | 0 | 13 | 23 | 12 | 31 | 56 | 122 |
| Binary | 11100110 | 11001101 | 10111011 | 0 | 1011 | 10011 | 1010 | 11001 | 101110 | 1010010 |
Color Harmonies of #E6CDBB
Complementary color
Monochromatic Colors of #E6CDBB
Black with #E6CDBB
Text Example
Text Example
White with #E6CDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CDBB; }
p { color: rgb(230,205,187); }
H1.HeaderClassName
{
color: #E6CDBB;
}
.AnyTagClassName
{
color: #E6CDBB;
}
</style>
background-color css
<style>
a { background-color: #E6CDBB; }
a { background-color: rgb(230,205,187); }
div.DivClassName
{
background-color: #E6CDBB;
}
.BgClassName
{
background-color: #E6CDBB;
}
</style>
border-color css
<style>
span { border-color: #E6CDBB; }
span { border-color: rgb(230,205,187); }
td.TdClassName
{
border-color: #E6CDBB;
}
.TagClassName
{
border-color: #E6CDBB;
}
</style>