#EDBBDE

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

Shades of French Lilac #EDBBDE

Tints of French Lilac #EDBBDE

Color information

#EDBBDE (or 0xEDBBDE) is unknown color: approx French Lilac. HEX triplet: ED, BB and DE. RGB value is (237,187,222). Sum of RGB (Red+Green+Blue) = 237+187+222=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBDE is #124421. Grayscale: #CDCDCD. Windows color (decimal): -1197090 or 14597101. OLE color: 14597101.

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

Color convert

RGB237187222-
CMYK00.210.060.07
HSL318º58.14%83.14%-
HSV(B)318º21.1%92.94%-
XYZ65.8858.8276.99-
YUV205.94137.06150.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.69%
GREEN value IS 187 (73.44% from 255) = 28.95%
BLUE value IS 222 (87.11% from 255) = 34.37%
R=36.69%
G=28.95%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718722200.210.060.0731858.1483.14
HexEDBBDE0156713e3a53
Octal3552733360256747672123
Binary1110110110111011110111100101011101111001111101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBDE; }

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

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

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

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

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

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

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

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