Shades of Dust Storm #EDC9BF
Tints of Dust Storm #EDC9BF
RGB
CMYK
RGB Variations
Color information
#EDC9BF (or 0xEDC9BF) is known color: Dust Storm. HEX triplet: ED, C9 and BF. RGB value is (237,201,191). Sum of RGB (Red+Green+Blue) = 237+201+191=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9BF is #123640. Grayscale: #D2D2D2. Windows color (decimal): -1193537 or 12569069. OLE color: 12569069.
HSL color Cylindrical-coordinate representation of color #EDC9BF: hue angle of 13.04º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDC9BF is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 191 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.07 |
| HSL | 13.04º | 0.56% | 0.84% | - |
| HSV(B) | 13.04º | 0.19% | 0.93% | - |
| XYZ | 65.22 | 63.54 | 58.12 | - |
| YUV | 210.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 191 | 0 | 0.15 | 0.19 | 0.07 | 13.04 | 0.56 | 0.84 |
| Hex | ED | C9 | BF | 0 | F | 13 | 7 | D | 38 | 54 |
| Octal | 355 | 311 | 277 | 0 | 17 | 23 | 7 | 15 | 70 | 124 |
| Binary | 11101101 | 11001001 | 10111111 | 0 | 1111 | 10011 | 111 | 1101 | 111000 | 1010100 |
Color Harmonies of #EDC9BF
Complementary color
Monochromatic Colors of #EDC9BF
Black with #EDC9BF
Text Example
Text Example
White with #EDC9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9BF; }
p { color: rgb(237,201,191); }
H1.HeaderClassName
{
color: #EDC9BF;
}
.AnyTagClassName
{
color: #EDC9BF;
}
</style>
background-color css
<style>
a { background-color: #EDC9BF; }
a { background-color: rgb(237,201,191); }
div.DivClassName
{
background-color: #EDC9BF;
}
.BgClassName
{
background-color: #EDC9BF;
}
</style>
border-color css
<style>
span { border-color: #EDC9BF; }
span { border-color: rgb(237,201,191); }
td.TdClassName
{
border-color: #EDC9BF;
}
.TagClassName
{
border-color: #EDC9BF;
}
</style>