Shades of Dust Storm #EDCCC0
Tints of Dust Storm #EDCCC0
RGB
CMYK
RGB Variations
Color information
#EDCCC0 (or 0xEDCCC0) is known color: Dust Storm. HEX triplet: ED, CC and C0. RGB value is (237,204,192). Sum of RGB (Red+Green+Blue) = 237+204+192=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCC0 is #12333F. Grayscale: #D4D4D4. Windows color (decimal): -1192768 or 12635373. OLE color: 12635373.
HSL color Cylindrical-coordinate representation of color #EDCCC0: hue angle of 16º 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 #EDCCC0 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 204 | 192 | - |
CMYK | 0 | 0.14 | 0.19 | 0.07 |
HSL | 16º | 0.56% | 0.84% | - |
HSV(B) | 16º | 0.19% | 0.93% | - |
XYZ | 66.03 | 65 | 58.93 | - |
YUV | 212.5 | 116.43 | 145.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 204 | 192 | 0 | 0.14 | 0.19 | 0.07 | 16 | 0.56 | 0.84 |
Hex | ED | CC | C0 | 0 | E | 13 | 7 | 10 | 38 | 54 |
Octal | 355 | 314 | 300 | 0 | 16 | 23 | 7 | 20 | 70 | 124 |
Binary | 11101101 | 11001100 | 11000000 | 0 | 1110 | 10011 | 111 | 10000 | 111000 | 1010100 |
Color Harmonies of #EDCCC0
Complementary color
Monochromatic Colors of #EDCCC0
Black with #EDCCC0
Text Example
Text Example
White with #EDCCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCCC0; }
p { color: rgb(237,204,192); }
H1.HeaderClassName
{
color: #EDCCC0;
}
.AnyTagClassName
{
color: #EDCCC0;
}
</style>
background-color css
<style>
a { background-color: #EDCCC0; }
a { background-color: rgb(237,204,192); }
div.DivClassName
{
background-color: #EDCCC0;
}
.BgClassName
{
background-color: #EDCCC0;
}
</style>
border-color css
<style>
span { border-color: #EDCCC0; }
span { border-color: rgb(237,204,192); }
td.TdClassName
{
border-color: #EDCCC0;
}
.TagClassName
{
border-color: #EDCCC0;
}
</style>