Html Css Color HEX #EBB1E5 French Lilac

📋 copy color: '#EBB1E5'

red 235 ◦ green 177 ◦ blue 229

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

Shades of French Lilac #EBB1E5

Tints of French Lilac #EBB1E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.73%

R = 36.66%
G = 27.61%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EBB1E5 (or 0xEBB1E5) is known color: French Lilac. HEX triplet: EB, B1 and E5. RGB value is (235,177,229). Sum of RGB (Red+Green+Blue) = 235+177+229=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 177 (69.53% from 255 or 27.61% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1E5 is #144E1A. Grayscale: #C8C8C8. Windows color (decimal): -1330715 or 15053291. OLE color: 15053291.

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

Color convert

RGB 235 177 229 -
CMYK 0 0.25 0.03 0.08
HSL 306.21º 0.59% 0.81% -
HSV(B) 306.21º 0.25% 0.92% -
XYZ 64.13 54.76 81.32 -
YUV 200.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 235 177 229 0 0.25 0.03 0.08 306.21 0.59 0.81
Hex EB B1 E5 0 19 3 8 132 3B 51
Octal 353 261 345 0 31 3 10 462 73 121
Binary 11101011 10110001 11100101 0 11001 11 1000 100110010 111011 1010001

Color Harmonies of #EBB1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB1E5

Black with #EBB1E5

Text Example


Text Example

White with #EBB1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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