#EDBEDF

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

Shades of French Lilac #EDBEDF

Tints of French Lilac #EDBEDF

Color information

#EDBEDF (or 0xEDBEDF) is unknown color: approx French Lilac. HEX triplet: ED, BE and DF. RGB value is (237,190,223). Sum of RGB (Red+Green+Blue) = 237+190+223=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEDF is #124120. Grayscale: #CFCFCF. Windows color (decimal): -1196321 or 14663405. OLE color: 14663405.

HSL color Cylindrical-coordinate representation of color #EDBEDF: hue angle of 317.87º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBEDF is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB237190223-
CMYK00.200.060.07
HSL317.87º56.63%83.73%-
HSV(B)317.87º19.83%92.94%-
XYZ66.6660.1677.91-
YUV207.81136.57148.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.46%
GREEN value IS 190 (74.61% from 255) = 29.23%
BLUE value IS 223 (87.5% from 255) = 34.31%
R=36.46%
G=29.23%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719022300.200.060.07317.8756.6383.73
HexEDBEDF0146713e3954
Octal3552763370246747671124
Binary1110110110111110110111110101001101111001111101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBEDF; }

 p { color: rgb(237,190,223); }

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

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

 a { background-color: rgb(237,190,223); }

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

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

 span { border-color: rgb(237,190,223); }

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