#EDCEED

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

Shades of Snuff #EDCEED

Tints of Snuff #EDCEED

Color information

#EDCEED (or 0xEDCEED) is unknown color: approx Snuff. HEX triplet: ED, CE and ED. RGB value is (237,206,237). Sum of RGB (Red+Green+Blue) = 237+206+237=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 206 (80.86% from 255 or 30.29% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDCEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCEED is #123112. Grayscale: #DADADA. Windows color (decimal): -1192211 or 15585005. OLE color: 15585005.

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

Color convert

RGB237206237-
CMYK00.1300.07
HSL300º46.27%86.86%-
HSV(B)300º13.08%92.94%-
XYZ72.2868.2689.49-
YUV218.8138.27140.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.85%
GREEN value IS 206 (80.86% from 255) = 30.29%
BLUE value IS 237 (92.97% from 255) = 34.85%
R=34.85%
G=30.29%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720623700.1300.0730046.2786.86
HexEDCEED0D0712c2e57
Octal3553163550150745456127
Binary1110110111001110111011010110101111001011001011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEED; }

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

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

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

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

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

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

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

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