#EDB7EF

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

Shades of French Lilac #EDB7EF

Tints of French Lilac #EDB7EF

Color information

#EDB7EF (or 0xEDB7EF) is unknown color: approx French Lilac. HEX triplet: ED, B7 and EF. RGB value is (237,183,239). Sum of RGB (Red+Green+Blue) = 237+183+239=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 183 (71.88% from 255 or 27.77% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDB7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB7EF is #124810. Grayscale: #CDCDCD. Windows color (decimal): -1198097 or 15710189. OLE color: 15710189.

HSL color Cylindrical-coordinate representation of color #EDB7EF: hue angle of 297.86º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDB7EF is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237183239-
CMYK0.010.2300.06
HSL297.86º63.64%82.75%-
HSV(B)297.86º23.43%93.73%-
XYZ67.4458.189.32-
YUV205.53146.89150.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.96%
GREEN value IS 183 (71.88% from 255) = 27.77%
BLUE value IS 239 (93.75% from 255) = 36.27%
R=35.96%
G=27.77%
B=36.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371832390.010.2300.06297.8663.6482.75
HexEDB7EF1170612a4053
Octal35526735712706452100123
Binary111011011011011111101111110111011010010101010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB7EF; }

 p { color: rgb(237,183,239); }

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

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

 a { background-color: rgb(237,183,239); }

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

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

 span { border-color: rgb(237,183,239); }

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