Shades of Dust Storm #EDC6BC
Tints of Dust Storm #EDC6BC
RGB
CMYK
RGB Variations
Color information
#EDC6BC (or 0xEDC6BC) is known color: Dust Storm. HEX triplet: ED, C6 and BC. RGB value is (237,198,188). Sum of RGB (Red+Green+Blue) = 237+198+188=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC6BC is #123943. Grayscale: #D0D0D0. Windows color (decimal): -1194308 or 12371693. OLE color: 12371693.
HSL color Cylindrical-coordinate representation of color #EDC6BC: hue angle of 12.24º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDC6BC is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 188 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.07 |
| HSL | 12.24º | 0.58% | 0.83% | - |
| HSV(B) | 12.24º | 0.21% | 0.93% | - |
| XYZ | 64.2 | 62.02 | 56.17 | - |
| YUV | 208.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 188 | 0 | 0.16 | 0.21 | 0.07 | 12.24 | 0.58 | 0.83 |
| Hex | ED | C6 | BC | 0 | 10 | 15 | 7 | C | 3A | 53 |
| Octal | 355 | 306 | 274 | 0 | 20 | 25 | 7 | 14 | 72 | 123 |
| Binary | 11101101 | 11000110 | 10111100 | 0 | 10000 | 10101 | 111 | 1100 | 111010 | 1010011 |
Color Harmonies of #EDC6BC
Complementary color
Monochromatic Colors of #EDC6BC
Black with #EDC6BC
Text Example
Text Example
White with #EDC6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC6BC; }
p { color: rgb(237,198,188); }
H1.HeaderClassName
{
color: #EDC6BC;
}
.AnyTagClassName
{
color: #EDC6BC;
}
</style>
background-color css
<style>
a { background-color: #EDC6BC; }
a { background-color: rgb(237,198,188); }
div.DivClassName
{
background-color: #EDC6BC;
}
.BgClassName
{
background-color: #EDC6BC;
}
</style>
border-color css
<style>
span { border-color: #EDC6BC; }
span { border-color: rgb(237,198,188); }
td.TdClassName
{
border-color: #EDC6BC;
}
.TagClassName
{
border-color: #EDC6BC;
}
</style>