#EADEF5

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

Shades of White Lilac #EADEF5

Tints of White Lilac #EADEF5

Color information

#EADEF5 (or 0xEADEF5) is unknown color: approx White Lilac. HEX triplet: EA, DE and F5. RGB value is (234,222,245). Sum of RGB (Red+Green+Blue) = 234+222+245=701 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.38% from 701); Green value is 222 (87.11% from 255 or 31.67% from 701); Blue value is 245 (96.09% from 255 or 34.95% from 701); Max value from RGB is 245 - color contains mainly: blue. Hex color #EADEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADEF5 is #15210A. Grayscale: #E4E4E4. Windows color (decimal): -1384715 or 16113386. OLE color: 16113386.

HSL color Cylindrical-coordinate representation of color #EADEF5: hue angle of 271.3º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EADEF5 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234222245-
CMYK0.040.0900.04
HSL271.3º53.49%91.57%-
HSV(B)271.3º9.39%96.08%-
XYZ76.5376.3397.09-
YUV228.21137.48132.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.38%
GREEN value IS 222 (87.11% from 255) = 31.67%
BLUE value IS 245 (96.09% from 255) = 34.95%
R=33.38%
G=31.67%
B=34.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342222450.040.0900.04271.353.4991.57
HexEADEF5490410f355c
Octal3523363654110441765134
Binary111010101101111011110101100100101001000011111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADEF5; }

 p { color: rgb(234,222,245); }

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

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

 a { background-color: rgb(234,222,245); }

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

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

 span { border-color: rgb(234,222,245); }

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