Shades of Dust Storm #EDCDC2
Tints of Dust Storm #EDCDC2
RGB
CMYK
RGB Variations
Color information
#EDCDC2 (or 0xEDCDC2) is known color: Dust Storm. HEX triplet: ED, CD and C2. RGB value is (237,205,194). Sum of RGB (Red+Green+Blue) = 237+205+194=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 194 (76.17% from 255 or 30.50% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDC2 is #12323D. Grayscale: #D5D5D5. Windows color (decimal): -1192510 or 12766701. OLE color: 12766701.
HSL color Cylindrical-coordinate representation of color #EDCDC2: hue angle of 15.35º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDCDC2 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 205 | 194 | - |
CMYK | 0 | 0.14 | 0.18 | 0.07 |
HSL | 15.35º | 0.54% | 0.85% | - |
HSV(B) | 15.35º | 0.18% | 0.93% | - |
XYZ | 66.49 | 65.56 | 60.19 | - |
YUV | 213.31 | 117.1 | 144.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 205 | 194 | 0 | 0.14 | 0.18 | 0.07 | 15.35 | 0.54 | 0.85 |
Hex | ED | CD | C2 | 0 | E | 12 | 7 | F | 36 | 55 |
Octal | 355 | 315 | 302 | 0 | 16 | 22 | 7 | 17 | 66 | 125 |
Binary | 11101101 | 11001101 | 11000010 | 0 | 1110 | 10010 | 111 | 1111 | 110110 | 1010101 |
Color Harmonies of #EDCDC2
Complementary color
Monochromatic Colors of #EDCDC2
Black with #EDCDC2
Text Example
Text Example
White with #EDCDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCDC2; }
p { color: rgb(237,205,194); }
H1.HeaderClassName
{
color: #EDCDC2;
}
.AnyTagClassName
{
color: #EDCDC2;
}
</style>
background-color css
<style>
a { background-color: #EDCDC2; }
a { background-color: rgb(237,205,194); }
div.DivClassName
{
background-color: #EDCDC2;
}
.BgClassName
{
background-color: #EDCDC2;
}
</style>
border-color css
<style>
span { border-color: #EDCDC2; }
span { border-color: rgb(237,205,194); }
td.TdClassName
{
border-color: #EDCDC2;
}
.TagClassName
{
border-color: #EDCDC2;
}
</style>