#EBADDF

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

Shades of French Lilac #EBADDF

Tints of French Lilac #EBADDF

Color information

#EBADDF (or 0xEBADDF) is unknown color: approx French Lilac. HEX triplet: EB, AD and DF. RGB value is (235,173,223). Sum of RGB (Red+Green+Blue) = 235+173+223=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADDF is #145220. Grayscale: #C5C5C5. Windows color (decimal): -1331745 or 14659051. OLE color: 14659051.

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

Color convert

RGB235173223-
CMYK00.260.050.08
HSL311.61º60.78%80%-
HSV(B)311.61º26.38%92.16%-
XYZ62.5252.8876.72-
YUV197.24142.54154.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 173 (67.97% from 255) = 27.42%
BLUE value IS 223 (87.5% from 255) = 35.34%
R=37.24%
G=27.42%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517322300.260.050.08311.6160.7880
HexEBADDF01A581383d50
Octal35325533703251047075120
Binary11101011101011011101111101101010110001001110001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADDF; }

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

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

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

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

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

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

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

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