#EDB6EB

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

Shades of French Lilac #EDB6EB

Tints of French Lilac #EDB6EB

Color information

#EDB6EB (or 0xEDB6EB) is unknown color: approx French Lilac. HEX triplet: ED, B6 and EB. RGB value is (237,182,235). Sum of RGB (Red+Green+Blue) = 237+182+235=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 182 (71.48% from 255 or 27.83% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB6EB is #124914. Grayscale: #CCCCCC. Windows color (decimal): -1198357 or 15447789. OLE color: 15447789.

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

Color convert

RGB237182235-
CMYK00.230.010.07
HSL302.18º60.44%82.16%-
HSV(B)302.18º23.21%92.94%-
XYZ66.6557.4686.18-
YUV204.49145.22151.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 182 (71.48% from 255) = 27.83%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=36.24%
G=27.83%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718223500.230.010.07302.1860.4482.16
HexEDB6EB0171712e3c52
Octal3552663530271745674122
Binary11101101101101101110101101011111111001011101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB6EB; }

 p { color: rgb(237,182,235); }

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

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

 a { background-color: rgb(237,182,235); }

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

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

 span { border-color: rgb(237,182,235); }

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