#EADFF0

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

Shades of White Lilac #EADFF0

Tints of White Lilac #EADFF0

Color information

#EADFF0 (or 0xEADFF0) is unknown color: approx White Lilac. HEX triplet: EA, DF and F0. RGB value is (234,223,240). Sum of RGB (Red+Green+Blue) = 234+223+240=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 240 (94.14% from 255 or 34.43% from 697); Max value from RGB is 240 - color contains mainly: blue. Hex color #EADFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFF0 is #15200F. Grayscale: #E4E4E4. Windows color (decimal): -1384464 or 15785962. OLE color: 15785962.

HSL color Cylindrical-coordinate representation of color #EADFF0: hue angle of 278.82º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EADFF0 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234223240-
CMYK0.020.0700.06
HSL278.82º36.17%90.78%-
HSV(B)278.82º7.08%94.12%-
XYZ76.0576.5693.21-
YUV228.23134.64132.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.57%
GREEN value IS 223 (87.5% from 255) = 31.99%
BLUE value IS 240 (94.14% from 255) = 34.43%
R=33.57%
G=31.99%
B=34.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342232400.020.0700.06278.8236.1790.78
HexEADFF02706117245b
Octal352337360270642744133
Binary1110101011011111111100001011101101000101111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFF0; }

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

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

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

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

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

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

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

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