#EDD2EF

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

Shades of Snuff #EDD2EF

Tints of Snuff #EDD2EF

Color information

#EDD2EF (or 0xEDD2EF) is unknown color: approx Snuff. HEX triplet: ED, D2 and EF. RGB value is (237,210,239). Sum of RGB (Red+Green+Blue) = 237+210+239=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 210 (82.42% from 255 or 30.61% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDD2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD2EF is #122D10. Grayscale: #DDDDDD. Windows color (decimal): -1191185 or 15717101. OLE color: 15717101.

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

Color convert

RGB237210239-
CMYK0.010.1200.06
HSL295.86º47.54%88.04%-
HSV(B)295.86º12.13%93.73%-
XYZ73.5570.3391.36-
YUV221.38137.95139.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.55%
GREEN value IS 210 (82.42% from 255) = 30.61%
BLUE value IS 239 (93.75% from 255) = 34.84%
R=34.55%
G=30.61%
B=34.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372102390.010.1200.06295.8647.5488.04
HexEDD2EF1C061283058
Octal3553223571140645060130
Binary1110110111010010111011111110001101001010001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD2EF; }

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

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

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

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

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

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

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

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