#EDBDE2

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

Shades of French Lilac #EDBDE2

Tints of French Lilac #EDBDE2

Color information

#EDBDE2 (or 0xEDBDE2) is unknown color: approx French Lilac. HEX triplet: ED, BD and E2. RGB value is (237,189,226). Sum of RGB (Red+Green+Blue) = 237+189+226=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDE2 is #12421D. Grayscale: #CFCFCF. Windows color (decimal): -1196574 or 14859757. OLE color: 14859757.

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

Color convert

RGB237189226-
CMYK00.200.050.07
HSL313.75º57.14%83.53%-
HSV(B)313.75º20.25%92.94%-
XYZ66.8559.8979.99-
YUV207.57138.4148.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.35%
GREEN value IS 189 (74.22% from 255) = 28.99%
BLUE value IS 226 (88.67% from 255) = 34.66%
R=36.35%
G=28.99%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718922600.200.050.07313.7557.1483.53
HexEDBDE20145713a3954
Octal3552753420245747271124
Binary1110110110111101111000100101001011111001110101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDE2; }

 p { color: rgb(237,189,226); }

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

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

 a { background-color: rgb(237,189,226); }

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

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

 span { border-color: rgb(237,189,226); }

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