#EDBBE9

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

Shades of French Lilac #EDBBE9

Tints of French Lilac #EDBBE9

Color information

#EDBBE9 (or 0xEDBBE9) is unknown color: approx French Lilac. HEX triplet: ED, BB and E9. RGB value is (237,187,233). Sum of RGB (Red+Green+Blue) = 237+187+233=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 187 (73.44% from 255 or 28.46% from 657); Blue value is 233 (91.41% from 255 or 35.46% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBBE9 is #124416. Grayscale: #CFCFCF. Windows color (decimal): -1197079 or 15317997. OLE color: 15317997.

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

Color convert

RGB237187233-
CMYK00.210.020.07
HSL304.8º58.14%83.14%-
HSV(B)304.8º21.1%92.94%-
XYZ67.459.4385.01-
YUV207.19142.56149.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.07%
GREEN value IS 187 (73.44% from 255) = 28.46%
BLUE value IS 233 (91.41% from 255) = 35.46%
R=36.07%
G=28.46%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718723300.210.020.07304.858.1483.14
HexEDBBE9015271313a53
Octal3552733510252746172123
Binary111011011011101111101001010101101111001100011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBE9; }

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

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

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

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

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

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

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

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