#EDC9EF

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

Shades of Snuff #EDC9EF

Tints of Snuff #EDC9EF

Color information

#EDC9EF (or 0xEDC9EF) is unknown color: approx Snuff. HEX triplet: ED, C9 and EF. RGB value is (237,201,239). Sum of RGB (Red+Green+Blue) = 237+201+239=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 201 (78.91% from 255 or 29.69% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDC9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC9EF is #123610. Grayscale: #D7D7D7. Windows color (decimal): -1193489 or 15714797. OLE color: 15714797.

HSL color Cylindrical-coordinate representation of color #EDC9EF: hue angle of 296.84º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDC9EF is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237201239-
CMYK0.010.1600.06
HSL296.84º54.29%86.27%-
HSV(B)296.84º15.9%93.73%-
XYZ71.3966.0190.64-
YUV216.1140.93142.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.01%
GREEN value IS 201 (78.91% from 255) = 29.69%
BLUE value IS 239 (93.75% from 255) = 35.30%
R=35.01%
G=29.69%
B=35.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372012390.010.1600.06296.8454.2986.27
HexEDC9EF110061293656
Octal3553113571200645166126
Binary11101101110010011110111111000001101001010011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC9EF; }

 p { color: rgb(237,201,239); }

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

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

 a { background-color: rgb(237,201,239); }

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

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

 span { border-color: rgb(237,201,239); }

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