#EBB6ED

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

Shades of French Lilac #EBB6ED

Tints of French Lilac #EBB6ED

Color information

#EBB6ED (or 0xEBB6ED) is unknown color: approx French Lilac. HEX triplet: EB, B6 and ED. RGB value is (235,182,237). Sum of RGB (Red+Green+Blue) = 235+182+237=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 182 (71.48% from 255 or 27.83% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBB6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB6ED is #144912. Grayscale: #CBCBCB. Windows color (decimal): -1329427 or 15578859. OLE color: 15578859.

HSL color Cylindrical-coordinate representation of color #EBB6ED: hue angle of 297.82º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB6ED is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235182237-
CMYK0.010.2300.07
HSL297.82º60.44%82.16%-
HSV(B)297.82º23.21%92.94%-
XYZ66.2757.2387.67-
YUV204.12146.56150.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 182 (71.48% from 255) = 27.83%
BLUE value IS 237 (92.97% from 255) = 36.24%
R=35.93%
G=27.83%
B=36.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351822370.010.2300.07297.8260.4482.16
HexEBB6ED1170712a3c52
Octal3532663551270745274122
Binary11101011101101101110110111011101111001010101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB6ED; }

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

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

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

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

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

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

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

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