#EDCDEF

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

Shades of Snuff #EDCDEF

Tints of Snuff #EDCDEF

Color information

#EDCDEF (or 0xEDCDEF) is unknown color: approx Snuff. HEX triplet: ED, CD and EF. RGB value is (237,205,239). Sum of RGB (Red+Green+Blue) = 237+205+239=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDCDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDEF is #123210. Grayscale: #DADADA. Windows color (decimal): -1192465 or 15715821. OLE color: 15715821.

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

Color convert

RGB237205239-
CMYK0.010.1400.06
HSL296.47º51.52%87.06%-
HSV(B)296.47º14.23%93.73%-
XYZ72.3467.990.95-
YUV218.44139.6141.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.80%
GREEN value IS 205 (80.47% from 255) = 30.10%
BLUE value IS 239 (93.75% from 255) = 35.10%
R=34.80%
G=30.10%
B=35.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372052390.010.1400.06296.4751.5287.06
HexEDCDEF1E061283457
Octal3553153571160645064127
Binary1110110111001101111011111111001101001010001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDEF; }

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

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

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

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

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

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

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

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