#EAADDE

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

Shades of French Lilac #EAADDE

Tints of French Lilac #EAADDE

Color information

#EAADDE (or 0xEAADDE) is unknown color: approx French Lilac. HEX triplet: EA, AD and DE. RGB value is (234,173,222). Sum of RGB (Red+Green+Blue) = 234+173+222=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADDE is #155221. Grayscale: #C4C4C4. Windows color (decimal): -1397282 or 14593514. OLE color: 14593514.

HSL color Cylindrical-coordinate representation of color #EAADDE: hue angle of 311.8º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAADDE is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234173222-
CMYK00.260.050.08
HSL311.8º59.22%79.8%-
HSV(B)311.8º26.07%91.76%-
XYZ62.0652.6576-
YUV196.82142.21154.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 173 (67.97% from 255) = 27.50%
BLUE value IS 222 (87.11% from 255) = 35.29%
R=37.20%
G=27.50%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417322200.260.050.08311.859.2279.8
HexEAADDE01A581383b50
Octal35225533603251047073120
Binary11101010101011011101111001101010110001001110001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADDE; }

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

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

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

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

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

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

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

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