#EDD1EF

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

Shades of Snuff #EDD1EF

Tints of Snuff #EDD1EF

Color information

#EDD1EF (or 0xEDD1EF) is unknown color: approx Snuff. HEX triplet: ED, D1 and EF. RGB value is (237,209,239). Sum of RGB (Red+Green+Blue) = 237+209+239=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 209 (82.03% from 255 or 30.51% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDD1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD1EF is #122E10. Grayscale: #DCDCDC. Windows color (decimal): -1191441 or 15716845. OLE color: 15716845.

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

Color convert

RGB237209239-
CMYK0.010.1300.06
HSL296º48.39%87.84%-
HSV(B)296º12.55%93.73%-
XYZ73.3169.8491.28-
YUV220.79138.28139.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 209 (82.03% from 255) = 30.51%
BLUE value IS 239 (93.75% from 255) = 34.89%
R=34.60%
G=30.51%
B=34.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372092390.010.1300.0629648.3987.84
HexEDD1EF1D061283058
Octal3553213571150645060130
Binary1110110111010001111011111110101101001010001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD1EF; }

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

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

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

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

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

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

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

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