#EDD0EF

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

Shades of Snuff #EDD0EF

Tints of Snuff #EDD0EF

Color information

#EDD0EF (or 0xEDD0EF) is unknown color: approx Snuff. HEX triplet: ED, D0 and EF. RGB value is (237,208,239). Sum of RGB (Red+Green+Blue) = 237+208+239=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 208 (81.64% from 255 or 30.41% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDD0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0EF is #122F10. Grayscale: #DCDCDC. Windows color (decimal): -1191697 or 15716589. OLE color: 15716589.

HSL color Cylindrical-coordinate representation of color #EDD0EF: hue angle of 296.13º degrees, saturation: 0.49, 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 #EDD0EF is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237208239-
CMYK0.010.1300.06
HSL296.13º49.21%87.65%-
HSV(B)296.13º12.97%93.73%-
XYZ73.0669.3591.2-
YUV220.2138.61139.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.65%
GREEN value IS 208 (81.64% from 255) = 30.41%
BLUE value IS 239 (93.75% from 255) = 34.94%
R=34.65%
G=30.41%
B=34.94%

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
Decimal2372082390.010.1300.06296.1349.2187.65
HexEDD0EF1D061283158
Octal3553203571150645061130
Binary1110110111010000111011111110101101001010001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD0EF; }

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

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

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

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

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

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

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

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