#EDBBEA

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

Shades of French Lilac #EDBBEA

Tints of French Lilac #EDBBEA

Color information

#EDBBEA (or 0xEDBBEA) is unknown color: approx French Lilac. HEX triplet: ED, BB and EA. RGB value is (237,187,234). Sum of RGB (Red+Green+Blue) = 237+187+234=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 187 (73.44% from 255 or 28.42% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBBEA is #124415. Grayscale: #CFCFCF. Windows color (decimal): -1197078 or 15383533. OLE color: 15383533.

HSL color Cylindrical-coordinate representation of color #EDBBEA: hue angle of 303.6º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBBEA is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB237187234-
CMYK00.210.010.07
HSL303.6º58.14%83.14%-
HSV(B)303.6º21.1%92.94%-
XYZ67.5559.4985.76-
YUV207.31143.06149.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 187 (73.44% from 255) = 28.42%
BLUE value IS 234 (91.80% from 255) = 35.56%
R=36.02%
G=28.42%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718723400.210.010.07303.658.1483.14
HexEDBBEA015171303a53
Octal3552733520251746072123
Binary11101101101110111110101001010111111001100001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBEA; }

 p { color: rgb(237,187,234); }

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

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

 a { background-color: rgb(237,187,234); }

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

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

 span { border-color: rgb(237,187,234); }

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