#EFC0E5

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

Shades of French Lilac #EFC0E5

Tints of French Lilac #EFC0E5

Color information

#EFC0E5 (or 0xEFC0E5) is unknown color: approx French Lilac. HEX triplet: EF, C0 and E5. RGB value is (239,192,229). Sum of RGB (Red+Green+Blue) = 239+192+229=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 192 (75.39% from 255 or 29.09% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0E5 is #103F1A. Grayscale: #D2D2D2. Windows color (decimal): -1064731 or 15057135. OLE color: 15057135.

HSL color Cylindrical-coordinate representation of color #EFC0E5: hue angle of 312.77º 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 #EFC0E5 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB239192229-
CMYK00.200.040.06
HSL312.77º59.49%84.51%-
HSV(B)312.77º19.67%93.73%-
XYZ68.5961.7182.42-
YUV210.27138.57148.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.21%
GREEN value IS 192 (75.39% from 255) = 29.09%
BLUE value IS 229 (89.84% from 255) = 34.70%
R=36.21%
G=29.09%
B=34.70%

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
Decimal23919222900.200.040.06312.7759.4984.51
HexEFC0E5014461393b55
Octal3573003450244647173125
Binary1110111111000000111001010101001001101001110011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC0E5; }

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

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

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

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

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

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

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

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