#EAB4DD

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

Shades of French Lilac #EAB4DD

Tints of French Lilac #EAB4DD

Color information

#EAB4DD (or 0xEAB4DD) is unknown color: approx French Lilac. HEX triplet: EA, B4 and DD. RGB value is (234,180,221). Sum of RGB (Red+Green+Blue) = 234+180+221=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 180 (70.70% from 255 or 28.35% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4DD is #154B22. Grayscale: #C8C8C8. Windows color (decimal): -1395491 or 14529770. OLE color: 14529770.

HSL color Cylindrical-coordinate representation of color #EAB4DD: hue angle of 314.44º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAB4DD is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234180221-
CMYK00.230.060.08
HSL314.44º56.25%81.18%-
HSV(B)314.44º23.08%91.76%-
XYZ63.355.3675.75-
YUV200.82139.39151.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.85%
GREEN value IS 180 (70.70% from 255) = 28.35%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=36.85%
G=28.35%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418022100.230.060.08314.4456.2581.18
HexEAB4DD0176813a3851
Octal35226433502761047270121
Binary11101010101101001101110101011111010001001110101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB4DD; }

 p { color: rgb(234,180,221); }

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

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

 a { background-color: rgb(234,180,221); }

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

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

 span { border-color: rgb(234,180,221); }

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