#EADEF2

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

Shades of White Lilac #EADEF2

Tints of White Lilac #EADEF2

Color information

#EADEF2 (or 0xEADEF2) is unknown color: approx White Lilac. HEX triplet: EA, DE and F2. RGB value is (234,222,242). Sum of RGB (Red+Green+Blue) = 234+222+242=698 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.52% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 242 (94.92% from 255 or 34.67% from 698); Max value from RGB is 242 - color contains mainly: blue. Hex color #EADEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADEF2 is #15210D. Grayscale: #E3E3E3. Windows color (decimal): -1384718 or 15916778. OLE color: 15916778.

HSL color Cylindrical-coordinate representation of color #EADEF2: hue angle of 276º degrees, saturation: 0.43, 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 #EADEF2 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234222242-
CMYK0.030.0800.05
HSL276º43.48%90.98%-
HSV(B)276º8.26%94.9%-
XYZ76.0876.1594.69-
YUV227.87135.98132.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.52%
GREEN value IS 222 (87.11% from 255) = 31.81%
BLUE value IS 242 (94.92% from 255) = 34.67%
R=33.52%
G=31.81%
B=34.67%

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
Decimal2342222420.030.0800.0527643.4890.98
HexEADEF238051142b5b
Octal3523363623100542453133
Binary11101010110111101111001011100001011000101001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADEF2; }

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

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

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

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

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

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

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

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