#EABFDE

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

Shades of French Lilac #EABFDE

Tints of French Lilac #EABFDE

Color information

#EABFDE (or 0xEABFDE) is unknown color: approx French Lilac. HEX triplet: EA, BF and DE. RGB value is (234,191,222). Sum of RGB (Red+Green+Blue) = 234+191+222=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 191 (75% from 255 or 29.52% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFDE is #154021. Grayscale: #CFCFCF. Windows color (decimal): -1392674 or 14598122. OLE color: 14598122.

HSL color Cylindrical-coordinate representation of color #EABFDE: hue angle of 316.74º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EABFDE is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234191222-
CMYK00.180.050.08
HSL316.74º50.59%83.33%-
HSV(B)316.74º18.38%91.76%-
XYZ65.7560.0377.23-
YUV207.39136.25146.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.17%
GREEN value IS 191 (75% from 255) = 29.52%
BLUE value IS 222 (87.11% from 255) = 34.31%
R=36.17%
G=29.52%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419122200.180.050.08316.7450.5983.33
HexEABFDE0125813d3353
Octal35227733602251047563123
Binary11101010101111111101111001001010110001001111011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFDE; }

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

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

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

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

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

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

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

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