#EADEF8

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

Shades of White Lilac #EADEF8

Tints of White Lilac #EADEF8

Color information

#EADEF8 (or 0xEADEF8) is unknown color: approx White Lilac. HEX triplet: EA, DE and F8. RGB value is (234,222,248). Sum of RGB (Red+Green+Blue) = 234+222+248=704 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.24% from 704); Green value is 222 (87.11% from 255 or 31.53% from 704); Blue value is 248 (97.27% from 255 or 35.23% from 704); Max value from RGB is 248 - color contains mainly: blue. Hex color #EADEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADEF8 is #152107. Grayscale: #E4E4E4. Windows color (decimal): -1384712 or 16309994. OLE color: 16309994.

HSL color Cylindrical-coordinate representation of color #EADEF8: hue angle of 267.69º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EADEF8 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234222248-
CMYK0.060.1000.03
HSL267.69º65%92.16%-
HSV(B)267.69º10.48%97.25%-
XYZ7776.5199.52-
YUV228.55138.98131.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.24%
GREEN value IS 222 (87.11% from 255) = 31.53%
BLUE value IS 248 (97.27% from 255) = 35.23%
R=33.24%
G=31.53%
B=35.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342222480.060.1000.03267.696592.16
HexEADEF86A0310c415c
Octal35233637061203414101134
Binary111010101101111011111000110101001110000110010000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADEF8; }

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

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

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

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

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

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

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

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