#EDB9DB

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

Shades of French Lilac #EDB9DB

Tints of French Lilac #EDB9DB

Color information

#EDB9DB (or 0xEDB9DB) is unknown color: approx French Lilac. HEX triplet: ED, B9 and DB. RGB value is (237,185,219). Sum of RGB (Red+Green+Blue) = 237+185+219=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 185 (72.66% from 255 or 28.86% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB9DB is #124624. Grayscale: #CCCCCC. Windows color (decimal): -1197605 or 14399981. OLE color: 14399981.

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

Color convert

RGB237185219-
CMYK00.220.080.07
HSL320.77º59.09%82.75%-
HSV(B)320.77º21.94%92.94%-
XYZ65.0657.8274.75-
YUV204.42136.23151.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.97%
GREEN value IS 185 (72.66% from 255) = 28.86%
BLUE value IS 219 (85.94% from 255) = 34.17%
R=36.97%
G=28.86%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718521900.220.080.07320.7759.0982.75
HexEDB9DB016871413b53
Octal35527133302610750173123
Binary11101101101110011101101101011010001111010000011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB9DB; }

 p { color: rgb(237,185,219); }

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

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

 a { background-color: rgb(237,185,219); }

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

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

 span { border-color: rgb(237,185,219); }

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