#EADDF9

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

Shades of White Lilac #EADDF9

Tints of White Lilac #EADDF9

Color information

#EADDF9 (or 0xEADDF9) is unknown color: approx White Lilac. HEX triplet: EA, DD and F9. RGB value is (234,221,249). Sum of RGB (Red+Green+Blue) = 234+221+249=704 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.24% from 704); Green value is 221 (86.72% from 255 or 31.39% from 704); Blue value is 249 (97.66% from 255 or 35.37% from 704); Max value from RGB is 249 - color contains mainly: blue. Hex color #EADDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDF9 is #152206. Grayscale: #E3E3E3. Windows color (decimal): -1384967 or 16375274. OLE color: 16375274.

HSL color Cylindrical-coordinate representation of color #EADDF9: hue angle of 267.86º 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 #EADDF9 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234221249-
CMYK0.060.1100.02
HSL267.86º70%92.16%-
HSV(B)267.86º11.24%97.65%-
XYZ76.8976.04100.25-
YUV228.08139.81132.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.24%
GREEN value IS 221 (86.72% from 255) = 31.39%
BLUE value IS 249 (97.66% from 255) = 35.37%
R=33.24%
G=31.39%
B=35.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342212490.060.1100.02267.867092.16
HexEADDF96B0210c465c
Octal35233537161302414106134
Binary111010101101110111111001110101101010000110010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDF9; }

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

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

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

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

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

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

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

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