#EFBDEB

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

Shades of French Lilac #EFBDEB

Tints of French Lilac #EFBDEB

Color information

#EFBDEB (or 0xEFBDEB) is unknown color: approx French Lilac. HEX triplet: EF, BD and EB. RGB value is (239,189,235). Sum of RGB (Red+Green+Blue) = 239+189+235=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDEB is #104214. Grayscale: #D1D1D1. Windows color (decimal): -1065493 or 15449583. OLE color: 15449583.

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

Color convert

RGB239189235-
CMYK00.210.020.06
HSL304.8º60.98%83.92%-
HSV(B)304.8º20.92%93.73%-
XYZ68.7960.7486.7-
YUV209.19142.56149.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.05%
GREEN value IS 189 (74.22% from 255) = 28.51%
BLUE value IS 235 (92.19% from 255) = 35.44%
R=36.05%
G=28.51%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918923500.210.020.06304.860.9883.92
HexEFBDEB015261313d54
Octal3572753530252646175124
Binary111011111011110111101011010101101101001100011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDEB; }

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

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

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

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

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

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

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

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