#EADDF1

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

Shades of White Lilac #EADDF1

Tints of White Lilac #EADDF1

Color information

#EADDF1 (or 0xEADDF1) is unknown color: approx White Lilac. HEX triplet: EA, DD and F1. RGB value is (234,221,241). Sum of RGB (Red+Green+Blue) = 234+221+241=696 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.62% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 241 (94.53% from 255 or 34.63% from 696); Max value from RGB is 241 - color contains mainly: blue. Hex color #EADDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDF1 is #15220E. Grayscale: #E3E3E3. Windows color (decimal): -1384975 or 15850986. OLE color: 15850986.

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

Color convert

RGB234221241-
CMYK0.030.0800.05
HSL279º41.67%90.59%-
HSV(B)279º8.3%94.51%-
XYZ75.6775.5693.81-
YUV227.17135.81132.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.62%
GREEN value IS 221 (86.72% from 255) = 31.75%
BLUE value IS 241 (94.53% from 255) = 34.63%
R=33.62%
G=31.75%
B=34.63%

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
Decimal2342212410.030.0800.0527941.6790.59
HexEADDF138051172a5b
Octal3523353613100542752133
Binary11101010110111011111000111100001011000101111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDF1; }

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

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

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

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

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

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

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

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