#EBBCDF

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

Shades of French Lilac #EBBCDF

Tints of French Lilac #EBBCDF

Color information

#EBBCDF (or 0xEBBCDF) is unknown color: approx French Lilac. HEX triplet: EB, BC and DF. RGB value is (235,188,223). Sum of RGB (Red+Green+Blue) = 235+188+223=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCDF is #144320. Grayscale: #CDCDCD. Windows color (decimal): -1327905 or 14662891. OLE color: 14662891.

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

Color convert

RGB235188223-
CMYK00.20.050.08
HSL315.32º54.02%82.94%-
HSV(B)315.32º20%92.16%-
XYZ65.5658.9677.74-
YUV206.04137.57148.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.38%
GREEN value IS 188 (73.83% from 255) = 29.10%
BLUE value IS 223 (87.5% from 255) = 34.52%
R=36.38%
G=29.10%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518822300.20.050.08315.3254.0282.94
HexEBBCDF0145813b3653
Octal35327433702451047366123
Binary11101011101111001101111101010010110001001110111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCDF; }

 p { color: rgb(235,188,223); }

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

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

 a { background-color: rgb(235,188,223); }

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

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

 span { border-color: rgb(235,188,223); }

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