#EABBDE

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

Shades of French Lilac #EABBDE

Tints of French Lilac #EABBDE

Color information

#EABBDE (or 0xEABBDE) is unknown color: approx French Lilac. HEX triplet: EA, BB and DE. RGB value is (234,187,222). Sum of RGB (Red+Green+Blue) = 234+187+222=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBDE is #154421. Grayscale: #CCCCCC. Windows color (decimal): -1393698 or 14597098. OLE color: 14597098.

HSL color Cylindrical-coordinate representation of color #EABBDE: hue angle of 315.32º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABBDE is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234187222-
CMYK00.200.050.08
HSL315.32º52.81%82.55%-
HSV(B)315.32º20.09%91.76%-
XYZ64.8958.3176.94-
YUV205.04137.57148.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.39%
GREEN value IS 187 (73.44% from 255) = 29.08%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=36.39%
G=29.08%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418722200.200.050.08315.3252.8182.55
HexEABBDE0145813b3553
Octal35227333602451047365123
Binary11101010101110111101111001010010110001001110111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABBDE; }

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

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

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

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

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

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

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

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