#EDC0EC

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

Shades of Snuff #EDC0EC

Tints of Snuff #EDC0EC

Color information

#EDC0EC (or 0xEDC0EC) is unknown color: approx Snuff. HEX triplet: ED, C0 and EC. RGB value is (237,192,236). Sum of RGB (Red+Green+Blue) = 237+192+236=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0EC is #123F13. Grayscale: #D2D2D2. Windows color (decimal): -1195796 or 15515885. OLE color: 15515885.

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

Color convert

RGB237192236-
CMYK00.190.000.07
HSL301.33º55.56%84.12%-
HSV(B)301.33º18.99%92.94%-
XYZ68.9261.7687.65-
YUV210.47142.41146.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.64%
GREEN value IS 192 (75.39% from 255) = 28.87%
BLUE value IS 236 (92.58% from 255) = 35.49%
R=35.64%
G=28.87%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719223600.190.000.07301.3355.5684.12
HexEDC0EC0130712d3854
Octal3553003540230745570124
Binary11101101110000001110110001001101111001011011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC0EC; }

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

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

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

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

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

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

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

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