#EDC9EB

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

Shades of Snuff #EDC9EB

Tints of Snuff #EDC9EB

Color information

#EDC9EB (or 0xEDC9EB) is unknown color: approx Snuff. HEX triplet: ED, C9 and EB. RGB value is (237,201,235). Sum of RGB (Red+Green+Blue) = 237+201+235=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 201 (78.91% from 255 or 29.87% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC9EB is #123614. Grayscale: #D7D7D7. Windows color (decimal): -1193493 or 15452653. OLE color: 15452653.

HSL color Cylindrical-coordinate representation of color #EDC9EB: hue angle of 303.33º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDC9EB is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB237201235-
CMYK00.150.010.07
HSL303.33º50%85.88%-
HSV(B)303.33º15.19%92.94%-
XYZ70.8165.7887.56-
YUV215.64138.93143.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.22%
GREEN value IS 201 (78.91% from 255) = 29.87%
BLUE value IS 235 (92.19% from 255) = 34.92%
R=35.22%
G=29.87%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720123500.150.010.07303.335085.88
HexEDC9EB0F1712f3256
Octal3553113530171745762126
Binary1110110111001001111010110111111111001011111100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC9EB; }

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

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

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

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

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

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

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

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