#EFB0E6

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

Shades of French Lilac #EFB0E6

Tints of French Lilac #EFB0E6

Color information

#EFB0E6 (or 0xEFB0E6) is unknown color: approx French Lilac. HEX triplet: EF, B0 and E6. RGB value is (239,176,230). Sum of RGB (Red+Green+Blue) = 239+176+230=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 176 (69.14% from 255 or 27.29% from 645); Blue value is 230 (90.23% from 255 or 35.66% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB0E6 is #104F19. Grayscale: #C8C8C8. Windows color (decimal): -1068826 or 15118575. OLE color: 15118575.

HSL color Cylindrical-coordinate representation of color #EFB0E6: hue angle of 308.57º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB0E6 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB239176230-
CMYK00.260.040.06
HSL308.57º66.32%81.37%-
HSV(B)308.57º26.36%93.73%-
XYZ65.455.1182.05-
YUV200.99144.37155.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.05%
GREEN value IS 176 (69.14% from 255) = 27.29%
BLUE value IS 230 (90.23% from 255) = 35.66%
R=37.05%
G=27.29%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917623000.260.040.06308.5766.3281.37
HexEFB0E601A461354251
Octal35726034603246465102121
Binary11101111101100001110011001101010011010011010110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0E6; }

 p { color: rgb(239,176,230); }

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

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

 a { background-color: rgb(239,176,230); }

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

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

 span { border-color: rgb(239,176,230); }

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