#EDC9ED

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

Shades of Snuff #EDC9ED

Tints of Snuff #EDC9ED

Color information

#EDC9ED (or 0xEDC9ED) is unknown color: approx Snuff. HEX triplet: ED, C9 and ED. RGB value is (237,201,237). Sum of RGB (Red+Green+Blue) = 237+201+237=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 201 (78.91% from 255 or 29.78% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDC9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC9ED is #123612. Grayscale: #D7D7D7. Windows color (decimal): -1193491 or 15583725. OLE color: 15583725.

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

Color convert

RGB237201237-
CMYK00.1500.07
HSL300º50%85.88%-
HSV(B)300º15.19%92.94%-
XYZ71.165.8989.09-
YUV215.87139.93143.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.11%
GREEN value IS 201 (78.91% from 255) = 29.78%
BLUE value IS 237 (92.97% from 255) = 35.11%
R=35.11%
G=29.78%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720123700.1500.073005085.88
HexEDC9ED0F0712c3256
Octal3553113550170745462126
Binary1110110111001001111011010111101111001011001100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC9ED; }

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

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

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

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

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

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

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

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