#EBADDC

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

Shades of French Lilac #EBADDC

Tints of French Lilac #EBADDC

Color information

#EBADDC (or 0xEBADDC) is unknown color: approx French Lilac. HEX triplet: EB, AD and DC. RGB value is (235,173,220). Sum of RGB (Red+Green+Blue) = 235+173+220=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADDC is #145223. Grayscale: #C4C4C4. Windows color (decimal): -1331748 or 14462443. OLE color: 14462443.

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

Color convert

RGB235173220-
CMYK00.260.060.08
HSL314.52º60.78%80%-
HSV(B)314.52º26.38%92.16%-
XYZ62.1252.7274.61-
YUV196.9141.04155.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 173 (67.97% from 255) = 27.55%
BLUE value IS 220 (86.33% from 255) = 35.03%
R=37.42%
G=27.55%
B=35.03%

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
Decimal23517322000.260.060.08314.5260.7880
HexEBADDC01A6813b3d50
Octal35325533403261047375120
Binary11101011101011011101110001101011010001001110111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADDC; }

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

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

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

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

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

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

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

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