#EBBBDA

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

Shades of French Lilac #EBBBDA

Tints of French Lilac #EBBBDA

Color information

#EBBBDA (or 0xEBBBDA) is unknown color: approx French Lilac. HEX triplet: EB, BB and DA. RGB value is (235,187,218). Sum of RGB (Red+Green+Blue) = 235+187+218=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBDA is #144425. Grayscale: #CCCCCC. Windows color (decimal): -1328166 or 14334955. OLE color: 14334955.

HSL color Cylindrical-coordinate representation of color #EBBBDA: hue angle of 321.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBBDA is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235187218-
CMYK00.200.070.08
HSL321.25º54.55%82.75%-
HSV(B)321.25º20.43%92.16%-
XYZ64.6958.2674.17-
YUV204.89135.4149.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 187 (73.44% from 255) = 29.22%
BLUE value IS 218 (85.55% from 255) = 34.06%
R=36.72%
G=29.22%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518721800.200.070.08321.2554.5582.75
HexEBBBDA014781413753
Octal35327333202471050167123
Binary11101011101110111101101001010011110001010000011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBDA; }

 p { color: rgb(235,187,218); }

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

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

 a { background-color: rgb(235,187,218); }

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

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

 span { border-color: rgb(235,187,218); }

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