#EAE0F3

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

Shades of White Lilac #EAE0F3

Tints of White Lilac #EAE0F3

Color information

#EAE0F3 (or 0xEAE0F3) is unknown color: approx White Lilac. HEX triplet: EA, E0 and F3. RGB value is (234,224,243). Sum of RGB (Red+Green+Blue) = 234+224+243=701 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.38% from 701); Green value is 224 (87.89% from 255 or 31.95% from 701); Blue value is 243 (95.31% from 255 or 34.66% from 701); Max value from RGB is 243 - color contains mainly: blue. Hex color #EAE0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE0F3 is #151F0C. Grayscale: #E5E5E5. Windows color (decimal): -1384205 or 15982826. OLE color: 15982826.

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

Color convert

RGB234224243-
CMYK0.040.0800.05
HSL271.58º44.19%91.57%-
HSV(B)271.58º7.82%95.29%-
XYZ76.7677.2795.66-
YUV229.16135.81131.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.38%
GREEN value IS 224 (87.89% from 255) = 31.95%
BLUE value IS 243 (95.31% from 255) = 34.66%
R=33.38%
G=31.95%
B=34.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342242430.040.0800.05271.5844.1991.57
HexEAE0F348051102c5c
Octal3523403634100542054134
Binary111010101110000011110011100100001011000100001011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE0F3; }

 p { color: rgb(234,224,243); }

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

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

 a { background-color: rgb(234,224,243); }

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

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

 span { border-color: rgb(234,224,243); }

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