#EFB6DD

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

Shades of French Lilac #EFB6DD

Tints of French Lilac #EFB6DD

Color information

#EFB6DD (or 0xEFB6DD) is unknown color: approx French Lilac. HEX triplet: EF, B6 and DD. RGB value is (239,182,221). Sum of RGB (Red+Green+Blue) = 239+182+221=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 182 (71.48% from 255 or 28.35% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6DD is #104922. Grayscale: #CBCBCB. Windows color (decimal): -1067299 or 14530287. OLE color: 14530287.

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

Color convert

RGB239182221-
CMYK00.240.080.06
HSL318.95º64.04%82.55%-
HSV(B)318.95º23.85%93.73%-
XYZ65.3857.0375.97-
YUV203.49137.88153.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 182 (71.48% from 255) = 28.35%
BLUE value IS 221 (86.72% from 255) = 34.42%
R=37.23%
G=28.35%
B=34.42%

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
Decimal23918222100.240.080.06318.9564.0482.55
HexEFB6DD0188613f4053
Octal357266335030106477100123
Binary111011111011011011011101011000100011010011111110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB6DD; }

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

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

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

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

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

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

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

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