Shades of Dust Storm #EDC6BD
Tints of Dust Storm #EDC6BD
RGB
CMYK
RGB Variations
Color information
#EDC6BD (or 0xEDC6BD) is known color: Dust Storm. HEX triplet: ED, C6 and BD. RGB value is (237,198,189). Sum of RGB (Red+Green+Blue) = 237+198+189=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC6BD is #123942. Grayscale: #D0D0D0. Windows color (decimal): -1194307 or 12437229. OLE color: 12437229.
HSL color Cylindrical-coordinate representation of color #EDC6BD: hue angle of 11.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDC6BD is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 189 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.07 |
| HSL | 11.25º | 0.57% | 0.84% | - |
| HSV(B) | 11.25º | 0.2% | 0.93% | - |
| XYZ | 64.3 | 62.07 | 56.74 | - |
| YUV | 208.64 | 116.92 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 189 | 0 | 0.16 | 0.20 | 0.07 | 11.25 | 0.57 | 0.84 |
| Hex | ED | C6 | BD | 0 | 10 | 14 | 7 | B | 39 | 54 |
| Octal | 355 | 306 | 275 | 0 | 20 | 24 | 7 | 13 | 71 | 124 |
| Binary | 11101101 | 11000110 | 10111101 | 0 | 10000 | 10100 | 111 | 1011 | 111001 | 1010100 |
Color Harmonies of #EDC6BD
Complementary color
Monochromatic Colors of #EDC6BD
Black with #EDC6BD
Text Example
Text Example
White with #EDC6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC6BD; }
p { color: rgb(237,198,189); }
H1.HeaderClassName
{
color: #EDC6BD;
}
.AnyTagClassName
{
color: #EDC6BD;
}
</style>
background-color css
<style>
a { background-color: #EDC6BD; }
a { background-color: rgb(237,198,189); }
div.DivClassName
{
background-color: #EDC6BD;
}
.BgClassName
{
background-color: #EDC6BD;
}
</style>
border-color css
<style>
span { border-color: #EDC6BD; }
span { border-color: rgb(237,198,189); }
td.TdClassName
{
border-color: #EDC6BD;
}
.TagClassName
{
border-color: #EDC6BD;
}
</style>