#EAE3F1

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

Shades of White Lilac #EAE3F1

Tints of White Lilac #EAE3F1

Color information

#EAE3F1 (or 0xEAE3F1) is unknown color: approx White Lilac. HEX triplet: EA, E3 and F1. RGB value is (234,227,241). Sum of RGB (Red+Green+Blue) = 234+227+241=702 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.33% from 702); Green value is 227 (89.06% from 255 or 32.34% from 702); Blue value is 241 (94.53% from 255 or 34.33% from 702); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAE3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE3F1 is #151C0E. Grayscale: #E6E6E6. Windows color (decimal): -1383439 or 15852522. OLE color: 15852522.

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

Color convert

RGB234227241-
CMYK0.030.0600.05
HSL270º33.33%91.76%-
HSV(B)270º5.81%94.51%-
XYZ77.2878.7894.35-
YUV230.69133.82130.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.33%
GREEN value IS 227 (89.06% from 255) = 32.34%
BLUE value IS 241 (94.53% from 255) = 34.33%
R=33.33%
G=32.34%
B=34.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342272410.030.0600.0527033.3391.76
HexEAE3F1360510e215c
Octal352343361360541641134
Binary1110101011100011111100011111001011000011101000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE3F1; }

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

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

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

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

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

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

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

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