#EFBDE3

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

Shades of French Lilac #EFBDE3

Tints of French Lilac #EFBDE3

Color information

#EFBDE3 (or 0xEFBDE3) is unknown color: approx French Lilac. HEX triplet: EF, BD and E3. RGB value is (239,189,227). Sum of RGB (Red+Green+Blue) = 239+189+227=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 227 (89.06% from 255 or 34.66% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDE3 is #10421C. Grayscale: #D0D0D0. Windows color (decimal): -1065501 or 14925295. OLE color: 14925295.

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

Color convert

RGB239189227-
CMYK00.210.050.06
HSL314.4º60.98%83.92%-
HSV(B)314.4º20.92%93.73%-
XYZ67.6660.2980.74-
YUV208.28138.56149.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 189 (74.22% from 255) = 28.85%
BLUE value IS 227 (89.06% from 255) = 34.66%
R=36.49%
G=28.85%
B=34.66%

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
Decimal23918922700.210.050.06314.460.9883.92
HexEFBDE30155613a3d54
Octal3572753430255647275124
Binary1110111110111101111000110101011011101001110101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDE3; }

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

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

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

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

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

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

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

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