Html Css Color HEX #EBAFE7 French Lilac

📋 copy color: '#EBAFE7'

red 235 ◦ green 175 ◦ blue 231

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

Shades of French Lilac #EBAFE7

Tints of French Lilac #EBAFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.04%

R = 36.66%
G = 27.3%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EBAFE7 (or 0xEBAFE7) is known color: French Lilac. HEX triplet: EB, AF and E7. RGB value is (235,175,231). Sum of RGB (Red+Green+Blue) = 235+175+231=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAFE7 is #145018. Grayscale: #C7C7C7. Windows color (decimal): -1331225 or 15183851. OLE color: 15183851.

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

Color convert

RGB 235 175 231 -
CMYK 0 0.26 0.02 0.08
HSL 304º 0.6% 0.8% -
HSV(B) 304º 0.26% 0.92% -
XYZ 64.01 54.09 82.67 -
YUV 199.32 145.88 153.45 -
System Red Green Blue C M Y K H S L
Decimal 235 175 231 0 0.26 0.02 0.08 304 0.6 0.8
Hex EB AF E7 0 1A 2 8 130 3C 50
Octal 353 257 347 0 32 2 10 460 74 120
Binary 11101011 10101111 11100111 0 11010 10 1000 100110000 111100 1010000

Color Harmonies of #EBAFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAFE7

Black with #EBAFE7

Text Example


Text Example

White with #EBAFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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