#EDBBDC

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

Shades of French Lilac #EDBBDC

Tints of French Lilac #EDBBDC

Color information

#EDBBDC (or 0xEDBBDC) is unknown color: approx French Lilac. HEX triplet: ED, BB and DC. RGB value is (237,187,220). Sum of RGB (Red+Green+Blue) = 237+187+220=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBDC is #124423. Grayscale: #CDCDCD. Windows color (decimal): -1197092 or 14466029. OLE color: 14466029.

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

Color convert

RGB237187220-
CMYK00.210.070.07
HSL320.4º58.14%83.14%-
HSV(B)320.4º21.1%92.94%-
XYZ65.6158.7175.58-
YUV205.71136.06150.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.80%
GREEN value IS 187 (73.44% from 255) = 29.04%
BLUE value IS 220 (86.33% from 255) = 34.16%
R=36.80%
G=29.04%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718722000.210.070.07320.458.1483.14
HexEDBBDC015771403a53
Octal3552733340257750072123
Binary1110110110111011110111000101011111111010000001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBDC; }

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

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

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

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

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

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

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

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