#EBB6EA

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

Shades of French Lilac #EBB6EA

Tints of French Lilac #EBB6EA

Color information

#EBB6EA (or 0xEBB6EA) is unknown color: approx French Lilac. HEX triplet: EB, B6 and EA. RGB value is (235,182,234). Sum of RGB (Red+Green+Blue) = 235+182+234=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 182 (71.48% from 255 or 27.96% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB6EA is #144915. Grayscale: #CBCBCB. Windows color (decimal): -1329430 or 15382251. OLE color: 15382251.

HSL color Cylindrical-coordinate representation of color #EBB6EA: hue angle of 301.13º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB6EA is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB235182234-
CMYK00.230.000.08
HSL301.13º56.99%81.76%-
HSV(B)301.13º22.55%92.16%-
XYZ65.8457.0685.39-
YUV203.77145.06150.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.10%
GREEN value IS 182 (71.48% from 255) = 27.96%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=36.10%
G=27.96%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518223400.230.000.08301.1356.9981.76
HexEBB6EA0170812d3952
Octal35326635202701045571122
Binary111010111011011011101010010111010001001011011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB6EA; }

 p { color: rgb(235,182,234); }

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

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

 a { background-color: rgb(235,182,234); }

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

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

 span { border-color: rgb(235,182,234); }

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