Shades of Dust Storm #EDC6BB
Tints of Dust Storm #EDC6BB
RGB
CMYK
RGB Variations
Color information
#EDC6BB (or 0xEDC6BB) is known color: Dust Storm. HEX triplet: ED, C6 and BB. RGB value is (237,198,187). Sum of RGB (Red+Green+Blue) = 237+198+187=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 198 (77.73% from 255 or 31.83% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC6BB is #123944. Grayscale: #D0D0D0. Windows color (decimal): -1194309 or 12306157. OLE color: 12306157.
HSL color Cylindrical-coordinate representation of color #EDC6BB: hue angle of 13.2º 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 #EDC6BB is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 187 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.07 |
| HSL | 13.2º | 0.58% | 0.83% | - |
| HSV(B) | 13.2º | 0.21% | 0.93% | - |
| XYZ | 64.09 | 61.98 | 55.6 | - |
| YUV | 208.41 | 115.92 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 187 | 0 | 0.16 | 0.21 | 0.07 | 13.2 | 0.58 | 0.83 |
| Hex | ED | C6 | BB | 0 | 10 | 15 | 7 | D | 3A | 53 |
| Octal | 355 | 306 | 273 | 0 | 20 | 25 | 7 | 15 | 72 | 123 |
| Binary | 11101101 | 11000110 | 10111011 | 0 | 10000 | 10101 | 111 | 1101 | 111010 | 1010011 |
Color Harmonies of #EDC6BB
Complementary color
Monochromatic Colors of #EDC6BB
Black with #EDC6BB
Text Example
Text Example
White with #EDC6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC6BB; }
p { color: rgb(237,198,187); }
H1.HeaderClassName
{
color: #EDC6BB;
}
.AnyTagClassName
{
color: #EDC6BB;
}
</style>
background-color css
<style>
a { background-color: #EDC6BB; }
a { background-color: rgb(237,198,187); }
div.DivClassName
{
background-color: #EDC6BB;
}
.BgClassName
{
background-color: #EDC6BB;
}
</style>
border-color css
<style>
span { border-color: #EDC6BB; }
span { border-color: rgb(237,198,187); }
td.TdClassName
{
border-color: #EDC6BB;
}
.TagClassName
{
border-color: #EDC6BB;
}
</style>