#EAE2EF

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

Shades of White Lilac #EAE2EF

Tints of White Lilac #EAE2EF

Color information

#EAE2EF (or 0xEAE2EF) is unknown color: approx White Lilac. HEX triplet: EA, E2 and EF. RGB value is (234,226,239). Sum of RGB (Red+Green+Blue) = 234+226+239=699 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.48% from 699); Green value is 226 (88.67% from 255 or 32.33% from 699); Blue value is 239 (93.75% from 255 or 34.19% from 699); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAE2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE2EF is #151D10. Grayscale: #E5E5E5. Windows color (decimal): -1383697 or 15721194. OLE color: 15721194.

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

Color convert

RGB234226239-
CMYK0.020.0500.06
HSL276.92º28.89%91.18%-
HSV(B)276.92º5.44%93.73%-
XYZ76.7178.1292.7-
YUV229.87133.15130.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.48%
GREEN value IS 226 (88.67% from 255) = 32.33%
BLUE value IS 239 (93.75% from 255) = 34.19%
R=33.48%
G=32.33%
B=34.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342262390.020.0500.06276.9228.8991.18
HexEAE2EF25061151d5b
Octal352342357250642535133
Binary111010101110001011101111101010110100010101111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE2EF; }

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

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

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

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

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

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

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

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