#EDBBE7

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

Shades of French Lilac #EDBBE7

Tints of French Lilac #EDBBE7

Color information

#EDBBE7 (or 0xEDBBE7) is unknown color: approx French Lilac. HEX triplet: ED, BB and E7. RGB value is (237,187,231). Sum of RGB (Red+Green+Blue) = 237+187+231=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 231 (90.62% from 255 or 35.27% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBBE7 is #124418. Grayscale: #CECECE. Windows color (decimal): -1197081 or 15186925. OLE color: 15186925.

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

Color convert

RGB237187231-
CMYK00.210.030.07
HSL307.2º58.14%83.14%-
HSV(B)307.2º21.1%92.94%-
XYZ67.1259.3183.51-
YUV206.97141.56149.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.18%
GREEN value IS 187 (73.44% from 255) = 28.55%
BLUE value IS 231 (90.62% from 255) = 35.27%
R=36.18%
G=28.55%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718723100.210.030.07307.258.1483.14
HexEDBBE7015371333a53
Octal3552733470253746372123
Binary111011011011101111100111010101111111001100111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBE7; }

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

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

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

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

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

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

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

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