#EADEF1

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

Shades of White Lilac #EADEF1

Tints of White Lilac #EADEF1

Color information

#EADEF1 (or 0xEADEF1) is unknown color: approx White Lilac. HEX triplet: EA, DE and F1. RGB value is (234,222,241). Sum of RGB (Red+Green+Blue) = 234+222+241=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 241 (94.53% from 255 or 34.58% from 697); Max value from RGB is 241 - color contains mainly: blue. Hex color #EADEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADEF1 is #15210E. Grayscale: #E3E3E3. Windows color (decimal): -1384719 or 15851242. OLE color: 15851242.

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

Color convert

RGB234222241-
CMYK0.030.0800.05
HSL277.89º40.43%90.78%-
HSV(B)277.89º7.88%94.51%-
XYZ75.9376.0993.9-
YUV227.75135.48132.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.57%
GREEN value IS 222 (87.11% from 255) = 31.85%
BLUE value IS 241 (94.53% from 255) = 34.58%
R=33.57%
G=31.85%
B=34.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342222410.030.0800.05277.8940.4390.78
HexEADEF13805116285b
Octal3523363613100542650133
Binary11101010110111101111000111100001011000101101010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADEF1; }

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

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

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

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

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

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

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

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