#EBBFDE

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

Shades of French Lilac #EBBFDE

Tints of French Lilac #EBBFDE

Color information

#EBBFDE (or 0xEBBFDE) is unknown color: approx French Lilac. HEX triplet: EB, BF and DE. RGB value is (235,191,222). Sum of RGB (Red+Green+Blue) = 235+191+222=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 191 (75% from 255 or 29.48% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFDE is #144021. Grayscale: #CFCFCF. Windows color (decimal): -1327138 or 14598123. OLE color: 14598123.

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

Color convert

RGB235191222-
CMYK00.190.060.08
HSL317.73º52.38%83.53%-
HSV(B)317.73º18.72%92.16%-
XYZ66.0860.277.24-
YUV207.69136.08147.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 191 (75% from 255) = 29.48%
BLUE value IS 222 (87.11% from 255) = 34.26%
R=36.27%
G=29.48%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519122200.190.060.08317.7352.3883.53
HexEBBFDE0136813e3454
Octal35327733602361047664124
Binary11101011101111111101111001001111010001001111101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFDE; }

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

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

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

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

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

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

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

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