#EDC5EC

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

Shades of Snuff #EDC5EC

Tints of Snuff #EDC5EC

Color information

#EDC5EC (or 0xEDC5EC) is unknown color: approx Snuff. HEX triplet: ED, C5 and EC. RGB value is (237,197,236). Sum of RGB (Red+Green+Blue) = 237+197+236=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 197 (77.34% from 255 or 29.40% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC5EC is #123A13. Grayscale: #D5D5D5. Windows color (decimal): -1194516 or 15517165. OLE color: 15517165.

HSL color Cylindrical-coordinate representation of color #EDC5EC: hue angle of 301.5º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDC5EC is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB237197236-
CMYK00.170.000.07
HSL301.5º52.63%85.1%-
HSV(B)301.5º16.88%92.94%-
XYZ70.0363.9988.02-
YUV213.41140.75144.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.37%
GREEN value IS 197 (77.34% from 255) = 29.40%
BLUE value IS 236 (92.58% from 255) = 35.22%
R=35.37%
G=29.40%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719723600.170.000.07301.552.6385.1
HexEDC5EC0110712e3555
Octal3553053540210745665125
Binary11101101110001011110110001000101111001011101101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC5EC; }

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

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

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

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

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

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

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

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