#EABBDF

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

Shades of French Lilac #EABBDF

Tints of French Lilac #EABBDF

Color information

#EABBDF (or 0xEABBDF) is unknown color: approx French Lilac. HEX triplet: EA, BB and DF. RGB value is (234,187,223). Sum of RGB (Red+Green+Blue) = 234+187+223=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBDF is #154420. Grayscale: #CDCDCD. Windows color (decimal): -1393697 or 14662634. OLE color: 14662634.

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

Color convert

RGB234187223-
CMYK00.200.050.08
HSL314.04º52.81%82.55%-
HSV(B)314.04º20.09%91.76%-
XYZ65.0258.3677.65-
YUV205.16138.07148.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.34%
GREEN value IS 187 (73.44% from 255) = 29.04%
BLUE value IS 223 (87.5% from 255) = 34.63%
R=36.34%
G=29.04%
B=34.63%

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
Decimal23418722300.200.050.08314.0452.8182.55
HexEABBDF0145813a3553
Octal35227333702451047265123
Binary11101010101110111101111101010010110001001110101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABBDF; }

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

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

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

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

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

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

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

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