#EDCEC2

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

Shades of Dust Storm #EDCEC2

Tints of Dust Storm #EDCEC2

Color information

#EDCEC2 (or 0xEDCEC2) is unknown color: approx Dust Storm. HEX triplet: ED, CE and C2. RGB value is (237,206,194). Sum of RGB (Red+Green+Blue) = 237+206+194=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 194 (76.17% from 255 or 30.46% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEC2 is #12313D. Grayscale: #D5D5D5. Windows color (decimal): -1192254 or 12766957. OLE color: 12766957.

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

Color convert

RGB237206194-
CMYK00.130.180.07
HSL16.74º54.43%84.51%-
HSV(B)16.74º18.14%92.94%-
XYZ66.7366.0460.27-
YUV213.9116.77144.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.21%
GREEN value IS 206 (80.86% from 255) = 32.34%
BLUE value IS 194 (76.17% from 255) = 30.46%
R=37.21%
G=32.34%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720619400.130.180.0716.7454.4384.51
HexEDCEC20D127113655
Octal3553163020152272166125
Binary1110110111001110110000100110110010111100011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEC2; }

 p { color: rgb(237,206,194); }

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

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

 a { background-color: rgb(237,206,194); }

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

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

 span { border-color: rgb(237,206,194); }

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