#EBBFE5

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

Shades of French Lilac #EBBFE5

Tints of French Lilac #EBBFE5

Color information

#EBBFE5 (or 0xEBBFE5) is unknown color: approx French Lilac. HEX triplet: EB, BF and E5. RGB value is (235,191,229). Sum of RGB (Red+Green+Blue) = 235+191+229=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFE5 is #14401A. Grayscale: #D0D0D0. Windows color (decimal): -1327131 or 15056875. OLE color: 15056875.

HSL color Cylindrical-coordinate representation of color #EBBFE5: hue angle of 308.18º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBFE5 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235191229-
CMYK00.190.030.08
HSL308.18º52.38%83.53%-
HSV(B)308.18º18.72%92.16%-
XYZ67.0360.5882.29-
YUV208.49139.58146.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 191 (75% from 255) = 29.16%
BLUE value IS 229 (89.84% from 255) = 34.96%
R=35.88%
G=29.16%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519122900.190.030.08308.1852.3883.53
HexEBBFE5013381343454
Octal35327734502331046464124
Binary1110101110111111111001010100111110001001101001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFE5; }

 p { color: rgb(235,191,229); }

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

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

 a { background-color: rgb(235,191,229); }

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

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

 span { border-color: rgb(235,191,229); }

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