#EDC6C0

Color #EDC6C0 Dust Storm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dust Storm #EDC6C0

Tints of Dust Storm #EDC6C0

Color information

#EDC6C0 (or 0xEDC6C0) is unknown color: approx Dust Storm. HEX triplet: ED, C6 and C0. RGB value is (237,198,192). Sum of RGB (Red+Green+Blue) = 237+198+192=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 192 (75.39% from 255 or 30.62% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC6C0 is #12393F. Grayscale: #D1D1D1. Windows color (decimal): -1194304 or 12633837. OLE color: 12633837.

HSL color Cylindrical-coordinate representation of color #EDC6C0: hue angle of 8º 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 #EDC6C0 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB237198192-
CMYK00.160.190.07
HSL55.56%84.12%-
HSV(B)18.99%92.94%-
XYZ64.6362.258.47-
YUV208.98118.42147.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 198 (77.73% from 255) = 31.58%
BLUE value IS 192 (75.39% from 255) = 30.62%
R=37.80%
G=31.58%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719819200.160.190.07855.5684.12
HexEDC6C001013783854
Octal3553063000202371070124
Binary1110110111000110110000000100001001111110001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC6C0; }

 p { color: rgb(237,198,192); }

 H1.HeaderClassName
 {
   color: #EDC6C0;
 }
 .AnyTagClassName
 {
   color: #EDC6C0;
 }
</style>
background-color css

<style>
 a { background-color: #EDC6C0; }

 a { background-color: rgb(237,198,192); }

 div.DivClassName
 {
   background-color: #EDC6C0;
 }
 .BgClassName
 {
   background-color: #EDC6C0;
 }
</style>
border-color css

<style>
 span { border-color: #EDC6C0; }

 span { border-color: rgb(237,198,192); }

 td.TdClassName
 {
   border-color: #EDC6C0;
 }
 .TagClassName
 {
   border-color: #EDC6C0;
 }
</style>