#EBABDD

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

Shades of French Lilac #EBABDD

Tints of French Lilac #EBABDD

Color information

#EBABDD (or 0xEBABDD) is unknown color: approx French Lilac. HEX triplet: EB, AB and DD. RGB value is (235,171,221). Sum of RGB (Red+Green+Blue) = 235+171+221=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABDD is #145422. Grayscale: #C3C3C3. Windows color (decimal): -1332259 or 14527467. OLE color: 14527467.

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

Color convert

RGB235171221-
CMYK00.270.060.08
HSL313.12º61.54%79.61%-
HSV(B)313.12º27.23%92.16%-
XYZ61.8852.0175.18-
YUV195.84142.2155.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.48%
GREEN value IS 171 (67.19% from 255) = 27.27%
BLUE value IS 221 (86.72% from 255) = 35.25%
R=37.48%
G=27.27%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517122100.270.060.08313.1261.5479.61
HexEBABDD01B681393e50
Octal35325333503361047176120
Binary11101011101010111101110101101111010001001110011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABDD; }

 p { color: rgb(235,171,221); }

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

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

 a { background-color: rgb(235,171,221); }

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

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

 span { border-color: rgb(235,171,221); }

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