#EABBD9

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

Shades of French Lilac #EABBD9

Tints of French Lilac #EABBD9

Color information

#EABBD9 (or 0xEABBD9) is unknown color: approx French Lilac. HEX triplet: EA, BB and D9. RGB value is (234,187,217). Sum of RGB (Red+Green+Blue) = 234+187+217=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBD9 is #154426. Grayscale: #CCCCCC. Windows color (decimal): -1393703 or 14269418. OLE color: 14269418.

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

Color convert

RGB234187217-
CMYK00.200.070.08
HSL321.7º52.81%82.55%-
HSV(B)321.7º20.09%91.76%-
XYZ64.2358.0473.46-
YUV204.47135.07149.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.68%
GREEN value IS 187 (73.44% from 255) = 29.31%
BLUE value IS 217 (85.16% from 255) = 34.01%
R=36.68%
G=29.31%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418721700.200.070.08321.752.8182.55
HexEABBD9014781423553
Octal35227333102471050265123
Binary11101010101110111101100101010011110001010000101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABBD9; }

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

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

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

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

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

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

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

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