#EDC8ED

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

Shades of Snuff #EDC8ED

Tints of Snuff #EDC8ED

Color information

#EDC8ED (or 0xEDC8ED) is unknown color: approx Snuff. HEX triplet: ED, C8 and ED. RGB value is (237,200,237). Sum of RGB (Red+Green+Blue) = 237+200+237=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 200 (78.52% from 255 or 29.67% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDC8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC8ED is #123712. Grayscale: #D7D7D7. Windows color (decimal): -1193747 or 15583469. OLE color: 15583469.

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

Color convert

RGB237200237-
CMYK00.1600.07
HSL300º50.68%85.69%-
HSV(B)300º15.61%92.94%-
XYZ70.8765.4389.01-
YUV215.28140.26143.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.16%
GREEN value IS 200 (78.52% from 255) = 29.67%
BLUE value IS 237 (92.97% from 255) = 35.16%
R=35.16%
G=29.67%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720023700.1600.0730050.6885.69
HexEDC8ED0100712c3356
Octal3553103550200745463126
Binary11101101110010001110110101000001111001011001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC8ED; }

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

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

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

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

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

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

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

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