#EBBFE4

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

Shades of French Lilac #EBBFE4

Tints of French Lilac #EBBFE4

Color information

#EBBFE4 (or 0xEBBFE4) is unknown color: approx French Lilac. HEX triplet: EB, BF and E4. RGB value is (235,191,228). Sum of RGB (Red+Green+Blue) = 235+191+228=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFE4 is #14401B. Grayscale: #D0D0D0. Windows color (decimal): -1327132 or 14991339. OLE color: 14991339.

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

Color convert

RGB235191228-
CMYK00.190.030.08
HSL309.55º52.38%83.53%-
HSV(B)309.55º18.72%92.16%-
XYZ66.960.5381.56-
YUV208.37139.08146.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 191 (75% from 255) = 29.20%
BLUE value IS 228 (89.45% from 255) = 34.86%
R=35.93%
G=29.20%
B=34.86%

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
Decimal23519122800.190.030.08309.5552.3883.53
HexEBBFE4013381363454
Octal35327734402331046664124
Binary1110101110111111111001000100111110001001101101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFE4; }

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

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

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

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

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

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

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

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