#EDBEE6

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

Shades of French Lilac #EDBEE6

Tints of French Lilac #EDBEE6

Color information

#EDBEE6 (or 0xEDBEE6) is unknown color: approx French Lilac. HEX triplet: ED, BE and E6. RGB value is (237,190,230). Sum of RGB (Red+Green+Blue) = 237+190+230=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 190 (74.61% from 255 or 28.92% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBEE6 is #124119. Grayscale: #D0D0D0. Windows color (decimal): -1196314 or 15122157. OLE color: 15122157.

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

Color convert

RGB237190230-
CMYK00.200.030.07
HSL308.94º56.63%83.73%-
HSV(B)308.94º19.83%92.94%-
XYZ67.6260.5482.99-
YUV208.61140.07148.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.07%
GREEN value IS 190 (74.61% from 255) = 28.92%
BLUE value IS 230 (90.23% from 255) = 35.01%
R=36.07%
G=28.92%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719023000.200.030.07308.9456.6383.73
HexEDBEE6014371353954
Octal3552763460243746571124
Binary111011011011111011100110010100111111001101011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBEE6; }

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

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

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

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

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

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

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

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