Shades of Dust Storm #EDC4BD
Tints of Dust Storm #EDC4BD
RGB
CMYK
RGB Variations
Color information
#EDC4BD (or 0xEDC4BD) is known color: Dust Storm. HEX triplet: ED, C4 and BD. RGB value is (237,196,189). Sum of RGB (Red+Green+Blue) = 237+196+189=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC4BD is #123B42. Grayscale: #CFCFCF. Windows color (decimal): -1194819 or 12436717. OLE color: 12436717.
HSL color Cylindrical-coordinate representation of color #EDC4BD: hue angle of 8.75º 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 #EDC4BD is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 189 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.07 |
| HSL | 8.75º | 0.57% | 0.84% | - |
| HSV(B) | 8.75º | 0.2% | 0.93% | - |
| XYZ | 63.85 | 61.16 | 56.58 | - |
| YUV | 207.46 | 117.58 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 189 | 0 | 0.17 | 0.20 | 0.07 | 8.75 | 0.57 | 0.84 |
| Hex | ED | C4 | BD | 0 | 11 | 14 | 7 | 9 | 39 | 54 |
| Octal | 355 | 304 | 275 | 0 | 21 | 24 | 7 | 11 | 71 | 124 |
| Binary | 11101101 | 11000100 | 10111101 | 0 | 10001 | 10100 | 111 | 1001 | 111001 | 1010100 |
Color Harmonies of #EDC4BD
Complementary color
Monochromatic Colors of #EDC4BD
Black with #EDC4BD
Text Example
Text Example
White with #EDC4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC4BD; }
p { color: rgb(237,196,189); }
H1.HeaderClassName
{
color: #EDC4BD;
}
.AnyTagClassName
{
color: #EDC4BD;
}
</style>
background-color css
<style>
a { background-color: #EDC4BD; }
a { background-color: rgb(237,196,189); }
div.DivClassName
{
background-color: #EDC4BD;
}
.BgClassName
{
background-color: #EDC4BD;
}
</style>
border-color css
<style>
span { border-color: #EDC4BD; }
span { border-color: rgb(237,196,189); }
td.TdClassName
{
border-color: #EDC4BD;
}
.TagClassName
{
border-color: #EDC4BD;
}
</style>