Html Css Color HEX #EBB1DC French Lilac

📋 copy color: '#EBB1DC'

red 235 ◦ green 177 ◦ blue 220

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

Shades of French Lilac #EBB1DC

Tints of French Lilac #EBB1DC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.01%

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

R = 37.18%
G = 28.01%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBB1DC (or 0xEBB1DC) is known color: French Lilac. HEX triplet: EB, B1 and DC. RGB value is (235,177,220). Sum of RGB (Red+Green+Blue) = 235+177+220=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 177 (69.53% from 255 or 28.01% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1DC is #144E23. Grayscale: #C7C7C7. Windows color (decimal): -1330724 or 14463467. OLE color: 14463467.

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

Color convert

RGB 235 177 220 -
CMYK 0 0.25 0.06 0.08
HSL 315.52º 0.59% 0.81% -
HSV(B) 315.52º 0.25% 0.92% -
XYZ 62.9 54.27 74.87 -
YUV 199.24 139.72 153.5 -
System Red Green Blue C M Y K H S L
Decimal 235 177 220 0 0.25 0.06 0.08 315.52 0.59 0.81
Hex EB B1 DC 0 19 6 8 13C 3B 51
Octal 353 261 334 0 31 6 10 474 73 121
Binary 11101011 10110001 11011100 0 11001 110 1000 100111100 111011 1010001

Color Harmonies of #EBB1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB1DC

Black with #EBB1DC

Text Example


Text Example

White with #EBB1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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