#EADFF1

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

Shades of White Lilac #EADFF1

Tints of White Lilac #EADFF1

Color information

#EADFF1 (or 0xEADFF1) is unknown color: approx White Lilac. HEX triplet: EA, DF and F1. RGB value is (234,223,241). Sum of RGB (Red+Green+Blue) = 234+223+241=698 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.52% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 241 - color contains mainly: blue. Hex color #EADFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFF1 is #15200E. Grayscale: #E4E4E4. Windows color (decimal): -1384463 or 15851498. OLE color: 15851498.

HSL color Cylindrical-coordinate representation of color #EADFF1: hue angle of 276.67º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EADFF1 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234223241-
CMYK0.030.0700.05
HSL276.67º39.13%90.98%-
HSV(B)276.67º7.47%94.51%-
XYZ76.276.6293.99-
YUV228.34135.14132.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.52%
GREEN value IS 223 (87.5% from 255) = 31.95%
BLUE value IS 241 (94.53% from 255) = 34.53%
R=33.52%
G=31.95%
B=34.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342232410.030.0700.05276.6739.1390.98
HexEADFF13705115275b
Octal352337361370542547133
Binary1110101011011111111100011111101011000101011001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFF1; }

 p { color: rgb(234,223,241); }

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

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

 a { background-color: rgb(234,223,241); }

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

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

 span { border-color: rgb(234,223,241); }

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