#EADFEF

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

Shades of White Lilac #EADFEF

Tints of White Lilac #EADFEF

Color information

#EADFEF (or 0xEADFEF) is unknown color: approx White Lilac. HEX triplet: EA, DF and EF. RGB value is (234,223,239). Sum of RGB (Red+Green+Blue) = 234+223+239=696 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.62% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 239 - color contains mainly: blue. Hex color #EADFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFEF is #152010. Grayscale: #E4E4E4. Windows color (decimal): -1384465 or 15720426. OLE color: 15720426.

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

Color convert

RGB234223239-
CMYK0.020.0700.06
HSL281.25º33.33%90.59%-
HSV(B)281.25º6.69%93.73%-
XYZ75.976.592.43-
YUV228.11134.14132.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.62%
GREEN value IS 223 (87.5% from 255) = 32.04%
BLUE value IS 239 (93.75% from 255) = 34.34%
R=33.62%
G=32.04%
B=34.34%

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
Decimal2342232390.020.0700.06281.2533.3390.59
HexEADFEF2706119215b
Octal352337357270643141133
Binary1110101011011111111011111011101101000110011000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFEF; }

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

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

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

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

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

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

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

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