#EFBDE2

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

Shades of French Lilac #EFBDE2

Tints of French Lilac #EFBDE2

Color information

#EFBDE2 (or 0xEFBDE2) is unknown color: approx French Lilac. HEX triplet: EF, BD and E2. RGB value is (239,189,226). Sum of RGB (Red+Green+Blue) = 239+189+226=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 226 (88.67% from 255 or 34.56% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDE2 is #10421D. Grayscale: #D0D0D0. Windows color (decimal): -1065502 or 14859759. OLE color: 14859759.

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

Color convert

RGB239189226-
CMYK00.210.050.06
HSL315.6º60.98%83.92%-
HSV(B)315.6º20.92%93.73%-
XYZ67.5260.2480.02-
YUV208.17138.06149.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.54%
GREEN value IS 189 (74.22% from 255) = 28.90%
BLUE value IS 226 (88.67% from 255) = 34.56%
R=36.54%
G=28.90%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918922600.210.050.06315.660.9883.92
HexEFBDE20155613c3d54
Octal3572753420255647475124
Binary1110111110111101111000100101011011101001111001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDE2; }

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

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

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

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

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

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

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

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