#EFBCE5

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

Shades of French Lilac #EFBCE5

Tints of French Lilac #EFBCE5

Color information

#EFBCE5 (or 0xEFBCE5) is unknown color: approx French Lilac. HEX triplet: EF, BC and E5. RGB value is (239,188,229). Sum of RGB (Red+Green+Blue) = 239+188+229=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCE5 is #10431A. Grayscale: #CFCFCF. Windows color (decimal): -1065755 or 15056111. OLE color: 15056111.

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

Color convert

RGB239188229-
CMYK00.210.040.06
HSL311.76º61.45%83.73%-
HSV(B)311.76º21.34%93.73%-
XYZ67.7259.9782.14-
YUV207.92139.9150.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 188 (73.83% from 255) = 28.66%
BLUE value IS 229 (89.84% from 255) = 34.91%
R=36.43%
G=28.66%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918822900.210.040.06311.7661.4583.73
HexEFBCE5015461383d54
Octal3572743450254647075124
Binary1110111110111100111001010101011001101001110001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCE5; }

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

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

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

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

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

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

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

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