Html Css Color HEX #EBAFE1 French Lilac

📋 copy color: '#EBAFE1'

red 235 ◦ green 175 ◦ blue 225

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

Shades of French Lilac #EBAFE1

Tints of French Lilac #EBAFE1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.56%

 BLUE value IS 225 (88.28% from 255) = 35.43%

R = 37.01%
G = 27.56%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EBAFE1 (or 0xEBAFE1) is known color: French Lilac. HEX triplet: EB, AF and E1. RGB value is (235,175,225). Sum of RGB (Red+Green+Blue) = 235+175+225=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFE1 is #14501E. Grayscale: #C6C6C6. Windows color (decimal): -1331231 or 14790635. OLE color: 14790635.

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

Color convert

RGB 235 175 225 -
CMYK 0 0.26 0.04 0.08
HSL 310º 0.6% 0.8% -
HSV(B) 310º 0.26% 0.92% -
XYZ 63.18 53.76 78.28 -
YUV 198.64 142.88 153.93 -
System Red Green Blue C M Y K H S L
Decimal 235 175 225 0 0.26 0.04 0.08 310 0.6 0.8
Hex EB AF E1 0 1A 4 8 136 3C 50
Octal 353 257 341 0 32 4 10 466 74 120
Binary 11101011 10101111 11100001 0 11010 100 1000 100110110 111100 1010000

Color Harmonies of #EBAFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAFE1

Black with #EBAFE1

Text Example


Text Example

White with #EBAFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAFE1; }

 p { color: rgb(235,175,225); }

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

background-color css

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

 a { background-color: rgb(235,175,225); }

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

border-color css

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

 span { border-color: rgb(235,175,225); }

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