#EDBBE1

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

Shades of French Lilac #EDBBE1

Tints of French Lilac #EDBBE1

Color information

#EDBBE1 (or 0xEDBBE1) is unknown color: approx French Lilac. HEX triplet: ED, BB and E1. RGB value is (237,187,225). Sum of RGB (Red+Green+Blue) = 237+187+225=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBE1 is #12441E. Grayscale: #CECECE. Windows color (decimal): -1197087 or 14793709. OLE color: 14793709.

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

Color convert

RGB237187225-
CMYK00.210.050.07
HSL314.4º58.14%83.14%-
HSV(B)314.4º21.1%92.94%-
XYZ66.2958.9879.13-
YUV206.28138.56149.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.52%
GREEN value IS 187 (73.44% from 255) = 28.81%
BLUE value IS 225 (88.28% from 255) = 34.67%
R=36.52%
G=28.81%
B=34.67%

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
Decimal23718722500.210.050.07314.458.1483.14
HexEDBBE10155713a3a53
Octal3552733410255747272123
Binary1110110110111011111000010101011011111001110101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBE1; }

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

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

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

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

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

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

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

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