#EFBDE1

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

Shades of French Lilac #EFBDE1

Tints of French Lilac #EFBDE1

Color information

#EFBDE1 (or 0xEFBDE1) is unknown color: approx French Lilac. HEX triplet: EF, BD and E1. RGB value is (239,189,225). Sum of RGB (Red+Green+Blue) = 239+189+225=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDE1 is #10421E. Grayscale: #CFCFCF. Windows color (decimal): -1065503 or 14794223. OLE color: 14794223.

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

Color convert

RGB239189225-
CMYK00.210.060.06
HSL316.8º60.98%83.92%-
HSV(B)316.8º20.92%93.73%-
XYZ67.3860.1879.3-
YUV208.05137.56150.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 189 (74.22% from 255) = 28.94%
BLUE value IS 225 (88.28% from 255) = 34.46%
R=36.60%
G=28.94%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918922500.210.060.06316.860.9883.92
HexEFBDE10156613d3d54
Octal3572753410256647575124
Binary1110111110111101111000010101011101101001111011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDE1; }

 p { color: rgb(239,189,225); }

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

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

 a { background-color: rgb(239,189,225); }

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

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

 span { border-color: rgb(239,189,225); }

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