Shades of Dust Storm #EDC8BC
Tints of Dust Storm #EDC8BC
RGB
CMYK
RGB Variations
Color information
#EDC8BC (or 0xEDC8BC) is known color: Dust Storm. HEX triplet: ED, C8 and BC. RGB value is (237,200,188). Sum of RGB (Red+Green+Blue) = 237+200+188=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC8BC is #123743. Grayscale: #D1D1D1. Windows color (decimal): -1193796 or 12372205. OLE color: 12372205.
HSL color Cylindrical-coordinate representation of color #EDC8BC: hue angle of 14.69º 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 #EDC8BC is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 188 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.07 |
| HSL | 14.69º | 0.58% | 0.83% | - |
| HSV(B) | 14.69º | 0.21% | 0.93% | - |
| XYZ | 64.66 | 62.94 | 56.32 | - |
| YUV | 209.7 | 115.76 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 188 | 0 | 0.16 | 0.21 | 0.07 | 14.69 | 0.58 | 0.83 |
| Hex | ED | C8 | BC | 0 | 10 | 15 | 7 | F | 3A | 53 |
| Octal | 355 | 310 | 274 | 0 | 20 | 25 | 7 | 17 | 72 | 123 |
| Binary | 11101101 | 11001000 | 10111100 | 0 | 10000 | 10101 | 111 | 1111 | 111010 | 1010011 |
Color Harmonies of #EDC8BC
Complementary color
Monochromatic Colors of #EDC8BC
Black with #EDC8BC
Text Example
Text Example
White with #EDC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC8BC; }
p { color: rgb(237,200,188); }
H1.HeaderClassName
{
color: #EDC8BC;
}
.AnyTagClassName
{
color: #EDC8BC;
}
</style>
background-color css
<style>
a { background-color: #EDC8BC; }
a { background-color: rgb(237,200,188); }
div.DivClassName
{
background-color: #EDC8BC;
}
.BgClassName
{
background-color: #EDC8BC;
}
</style>
border-color css
<style>
span { border-color: #EDC8BC; }
span { border-color: rgb(237,200,188); }
td.TdClassName
{
border-color: #EDC8BC;
}
.TagClassName
{
border-color: #EDC8BC;
}
</style>