#EBAFDC

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

Shades of French Lilac #EBAFDC

Tints of French Lilac #EBAFDC

Color information

#EBAFDC (or 0xEBAFDC) is unknown color: approx French Lilac. HEX triplet: EB, AF and DC. RGB value is (235,175,220). Sum of RGB (Red+Green+Blue) = 235+175+220=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFDC is #145023. Grayscale: #C5C5C5. Windows color (decimal): -1331236 or 14462955. OLE color: 14462955.

HSL color Cylindrical-coordinate representation of color #EBAFDC: hue angle of 315º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAFDC is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235175220-
CMYK00.260.060.08
HSL315º60%80.39%-
HSV(B)315º25.53%92.16%-
XYZ62.5153.4974.74-
YUV198.07140.38154.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 175 (68.75% from 255) = 27.78%
BLUE value IS 220 (86.33% from 255) = 34.92%
R=37.30%
G=27.78%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517522000.260.060.083156080.39
HexEBAFDC01A6813b3c50
Octal35325733403261047374120
Binary11101011101011111101110001101011010001001110111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFDC; }

 p { color: rgb(235,175,220); }

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

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

 a { background-color: rgb(235,175,220); }

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

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

 span { border-color: rgb(235,175,220); }

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