#EBBFE0

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

Shades of French Lilac #EBBFE0

Tints of French Lilac #EBBFE0

Color information

#EBBFE0 (or 0xEBBFE0) is unknown color: approx French Lilac. HEX triplet: EB, BF and E0. RGB value is (235,191,224). Sum of RGB (Red+Green+Blue) = 235+191+224=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 191 (75% from 255 or 29.38% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFE0 is #14401F. Grayscale: #CFCFCF. Windows color (decimal): -1327136 or 14729195. OLE color: 14729195.

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

Color convert

RGB235191224-
CMYK00.190.050.08
HSL315º52.38%83.53%-
HSV(B)315º18.72%92.16%-
XYZ66.3560.3178.66-
YUV207.92137.08147.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 191 (75% from 255) = 29.38%
BLUE value IS 224 (87.89% from 255) = 34.46%
R=36.15%
G=29.38%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519122400.190.050.0831552.3883.53
HexEBBFE00135813b3454
Octal35327734002351047364124
Binary11101011101111111110000001001110110001001110111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFE0; }

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

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

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

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

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

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

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

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