#EDD5EF

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

Shades of Snuff #EDD5EF

Tints of Snuff #EDD5EF

Color information

#EDD5EF (or 0xEDD5EF) is unknown color: approx Snuff. HEX triplet: ED, D5 and EF. RGB value is (237,213,239). Sum of RGB (Red+Green+Blue) = 237+213+239=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 213 (83.59% from 255 or 30.91% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDD5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5EF is #122A10. Grayscale: #DFDFDF. Windows color (decimal): -1190417 or 15717869. OLE color: 15717869.

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

Color convert

RGB237213239-
CMYK0.010.1100.06
HSL295.38º44.83%88.63%-
HSV(B)295.38º10.88%93.73%-
XYZ74.371.8391.61-
YUV223.14136.95137.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.40%
GREEN value IS 213 (83.59% from 255) = 30.91%
BLUE value IS 239 (93.75% from 255) = 34.69%
R=34.40%
G=30.91%
B=34.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372132390.010.1100.06295.3844.8388.63
HexEDD5EF1B061272d59
Octal3553253571130644755131
Binary1110110111010101111011111101101101001001111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD5EF; }

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

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

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

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

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

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

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

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