#EBADDE

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

Shades of French Lilac #EBADDE

Tints of French Lilac #EBADDE

Color information

#EBADDE (or 0xEBADDE) is unknown color: approx French Lilac. HEX triplet: EB, AD and DE. RGB value is (235,173,222). Sum of RGB (Red+Green+Blue) = 235+173+222=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADDE is #145221. Grayscale: #C4C4C4. Windows color (decimal): -1331746 or 14593515. OLE color: 14593515.

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

Color convert

RGB235173222-
CMYK00.260.060.08
HSL312.58º60.78%80%-
HSV(B)312.58º26.38%92.16%-
XYZ62.3952.8276.01-
YUV197.12142.04155.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 173 (67.97% from 255) = 27.46%
BLUE value IS 222 (87.11% from 255) = 35.24%
R=37.30%
G=27.46%
B=35.24%

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
Decimal23517322200.260.060.08312.5860.7880
HexEBADDE01A681393d50
Octal35325533603261047175120
Binary11101011101011011101111001101011010001001110011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADDE; }

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

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

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

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

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

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

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

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