Html Css Color HEX #EBBADC French Lilac

📋 copy color: '#EBBADC'

red 235 ◦ green 186 ◦ blue 220

#EBBADC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Lilac #EBBADC

Tints of French Lilac #EBBADC

RGB

 RED value IS 235 (92.19% from 255) = 36.66%

 GREEN value IS 186 (73.05% from 255) = 29.02%

 BLUE value IS 220 (86.33% from 255) = 34.32%

R = 36.66%
G = 29.02%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBBADC (or 0xEBBADC) is known color: French Lilac. HEX triplet: EB, BA and DC. RGB value is (235,186,220). Sum of RGB (Red+Green+Blue) = 235+186+220=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBADC is #144523. Grayscale: #CCCCCC. Windows color (decimal): -1328420 or 14465771. OLE color: 14465771.

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

Color convert

RGB 235 186 220 -
CMYK 0 0.21 0.06 0.08
HSL 318.37º 0.55% 0.83% -
HSV(B) 318.37º 0.21% 0.92% -
XYZ 64.74 57.95 75.48 -
YUV 204.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 235 186 220 0 0.21 0.06 0.08 318.37 0.55 0.83
Hex EB BA DC 0 15 6 8 13E 37 53
Octal 353 272 334 0 25 6 10 476 67 123
Binary 11101011 10111010 11011100 0 10101 110 1000 100111110 110111 1010011

Color Harmonies of #EBBADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBADC

Black with #EBBADC

Text Example


Text Example

White with #EBBADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBADC; }

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

 H1.HeaderClassName
 {
   color: #EBBADC;
 }
 .AnyTagClassName
 {
   color: #EBBADC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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