#EDBBE2

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

Shades of French Lilac #EDBBE2

Tints of French Lilac #EDBBE2

Color information

#EDBBE2 (or 0xEDBBE2) is unknown color: approx French Lilac. HEX triplet: ED, BB and E2. RGB value is (237,187,226). Sum of RGB (Red+Green+Blue) = 237+187+226=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBE2 is #12441D. Grayscale: #CECECE. Windows color (decimal): -1197086 or 14859245. OLE color: 14859245.

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

Color convert

RGB237187226-
CMYK00.210.050.07
HSL313.2º58.14%83.14%-
HSV(B)313.2º21.1%92.94%-
XYZ66.4259.0479.85-
YUV206.4139.06149.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.46%
GREEN value IS 187 (73.44% from 255) = 28.77%
BLUE value IS 226 (88.67% from 255) = 34.77%
R=36.46%
G=28.77%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718722600.210.050.07313.258.1483.14
HexEDBBE2015571393a53
Octal3552733420255747172123
Binary1110110110111011111000100101011011111001110011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBE2; }

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

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

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

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

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

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

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

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