#EDD6EF

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

Shades of Snuff #EDD6EF

Tints of Snuff #EDD6EF

Color information

#EDD6EF (or 0xEDD6EF) is unknown color: approx Snuff. HEX triplet: ED, D6 and EF. RGB value is (237,214,239). Sum of RGB (Red+Green+Blue) = 237+214+239=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 214 (83.98% from 255 or 31.01% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDD6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD6EF is #122910. Grayscale: #DFDFDF. Windows color (decimal): -1190161 or 15718125. OLE color: 15718125.

HSL color Cylindrical-coordinate representation of color #EDD6EF: hue angle of 295.2º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDD6EF is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237214239-
CMYK0.010.1000.06
HSL295.2º43.86%88.82%-
HSV(B)295.2º10.46%93.73%-
XYZ74.5572.3391.69-
YUV223.73136.62137.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.35%
GREEN value IS 214 (83.98% from 255) = 31.01%
BLUE value IS 239 (93.75% from 255) = 34.64%
R=34.35%
G=31.01%
B=34.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372142390.010.1000.06295.243.8688.82
HexEDD6EF1A061272c59
Octal3553263571120644754131
Binary1110110111010110111011111101001101001001111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD6EF; }

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

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

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

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

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

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

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

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