#EDDDF9

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

Shades of White Lilac #EDDDF9

Tints of White Lilac #EDDDF9

Color information

#EDDDF9 (or 0xEDDDF9) is unknown color: approx White Lilac. HEX triplet: ED, DD and F9. RGB value is (237,221,249). Sum of RGB (Red+Green+Blue) = 237+221+249=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 221 (86.72% from 255 or 31.26% from 707); Blue value is 249 (97.66% from 255 or 35.22% from 707); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDDDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDF9 is #122206. Grayscale: #E4E4E4. Windows color (decimal): -1188359 or 16375277. OLE color: 16375277.

HSL color Cylindrical-coordinate representation of color #EDDDF9: hue angle of 274.29º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDDDF9 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237221249-
CMYK0.050.1100.02
HSL274.29º70%92.16%-
HSV(B)274.29º11.24%97.65%-
XYZ77.8876.56100.29-
YUV228.98139.3133.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.52%
GREEN value IS 221 (86.72% from 255) = 31.26%
BLUE value IS 249 (97.66% from 255) = 35.22%
R=33.52%
G=31.26%
B=35.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372212490.050.1100.02274.297092.16
HexEDDDF95B02112465c
Octal35533537151302422106134
Binary111011011101110111111001101101101010001001010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDF9; }

 p { color: rgb(237,221,249); }

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

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

 a { background-color: rgb(237,221,249); }

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

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

 span { border-color: rgb(237,221,249); }

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