#EBAEDC

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

Shades of French Lilac #EBAEDC

Tints of French Lilac #EBAEDC

Color information

#EBAEDC (or 0xEBAEDC) is unknown color: approx French Lilac. HEX triplet: EB, AE and DC. RGB value is (235,174,220). Sum of RGB (Red+Green+Blue) = 235+174+220=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEDC is #145123. Grayscale: #C5C5C5. Windows color (decimal): -1331492 or 14462699. OLE color: 14462699.

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

Color convert

RGB235174220-
CMYK00.260.060.08
HSL314.75º60.4%80.2%-
HSV(B)314.75º25.96%92.16%-
XYZ62.3253.174.68-
YUV197.48140.71154.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.36%
GREEN value IS 174 (68.36% from 255) = 27.66%
BLUE value IS 220 (86.33% from 255) = 34.98%
R=37.36%
G=27.66%
B=34.98%

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
Decimal23517422000.260.060.08314.7560.480.2
HexEBAEDC01A6813b3c50
Octal35325633403261047374120
Binary11101011101011101101110001101011010001001110111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEDC; }

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

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

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

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

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

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

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

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