#EFB5DD

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

Shades of French Lilac #EFB5DD

Tints of French Lilac #EFB5DD

Color information

#EFB5DD (or 0xEFB5DD) is unknown color: approx French Lilac. HEX triplet: EF, B5 and DD. RGB value is (239,181,221). Sum of RGB (Red+Green+Blue) = 239+181+221=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 181 (71.09% from 255 or 28.24% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5DD is #104A22. Grayscale: #CACACA. Windows color (decimal): -1067555 or 14530031. OLE color: 14530031.

HSL color Cylindrical-coordinate representation of color #EFB5DD: hue angle of 318.62º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB5DD is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239181221-
CMYK00.240.080.06
HSL318.62º64.44%82.35%-
HSV(B)318.62º24.27%93.73%-
XYZ65.1756.6275.9-
YUV202.9138.22153.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.29%
GREEN value IS 181 (71.09% from 255) = 28.24%
BLUE value IS 221 (86.72% from 255) = 34.48%
R=37.29%
G=28.24%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918122100.240.080.06318.6264.4482.35
HexEFB5DD0188613f4052
Octal357265335030106477100122
Binary111011111011010111011101011000100011010011111110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB5DD; }

 p { color: rgb(239,181,221); }

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

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

 a { background-color: rgb(239,181,221); }

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

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

 span { border-color: rgb(239,181,221); }

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