#EADCF7

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

Shades of White Lilac #EADCF7

Tints of White Lilac #EADCF7

Color information

#EADCF7 (or 0xEADCF7) is unknown color: approx White Lilac. HEX triplet: EA, DC and F7. RGB value is (234,220,247). Sum of RGB (Red+Green+Blue) = 234+220+247=701 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.38% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 247 (96.88% from 255 or 35.24% from 701); Max value from RGB is 247 - color contains mainly: blue. Hex color #EADCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCF7 is #152308. Grayscale: #E3E3E3. Windows color (decimal): -1385225 or 16243946. OLE color: 16243946.

HSL color Cylindrical-coordinate representation of color #EADCF7: hue angle of 271.11º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EADCF7 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234220247-
CMYK0.050.1100.03
HSL271.11º62.79%91.57%-
HSV(B)271.11º10.93%96.86%-
XYZ76.3175.3998.53-
YUV227.26139.14132.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.38%
GREEN value IS 220 (86.33% from 255) = 31.38%
BLUE value IS 247 (96.88% from 255) = 35.24%
R=33.38%
G=31.38%
B=35.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342202470.050.1100.03271.1162.7991.57
HexEADCF75B0310f3f5c
Octal3523343675130341777134
Binary11101010110111001111011110110110111000011111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCF7; }

 p { color: rgb(234,220,247); }

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

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

 a { background-color: rgb(234,220,247); }

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

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

 span { border-color: rgb(234,220,247); }

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