#EFC0E6

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

Shades of French Lilac #EFC0E6

Tints of French Lilac #EFC0E6

Color information

#EFC0E6 (or 0xEFC0E6) is unknown color: approx French Lilac. HEX triplet: EF, C0 and E6. RGB value is (239,192,230). Sum of RGB (Red+Green+Blue) = 239+192+230=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 192 (75.39% from 255 or 29.05% from 661); Blue value is 230 (90.23% from 255 or 34.80% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC0E6 is #103F19. Grayscale: #D2D2D2. Windows color (decimal): -1064730 or 15122671. OLE color: 15122671.

HSL color Cylindrical-coordinate representation of color #EFC0E6: hue angle of 311.49º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC0E6 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB239192230-
CMYK00.200.040.06
HSL311.49º59.49%84.51%-
HSV(B)311.49º19.67%93.73%-
XYZ68.7361.7683.16-
YUV210.38139.07148.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.16%
GREEN value IS 192 (75.39% from 255) = 29.05%
BLUE value IS 230 (90.23% from 255) = 34.80%
R=36.16%
G=29.05%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919223000.200.040.06311.4959.4984.51
HexEFC0E6014461373b55
Octal3573003460244646773125
Binary1110111111000000111001100101001001101001101111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC0E6; }

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

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

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

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

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

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

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

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