Html Css Color HEX #EABFEA French Lilac

📋 copy color: '#EABFEA'

red 234 ◦ green 191 ◦ blue 234

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

Shades of French Lilac #EABFEA

Tints of French Lilac #EABFEA

RGB

 RED value IS 234 (91.8% from 255) = 35.51%

 GREEN value IS 191 (75% from 255) = 28.98%

 BLUE value IS 234 (91.8% from 255) = 35.51%

R = 35.51%
G = 28.98%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EABFEA (or 0xEABFEA) is known color: French Lilac. HEX triplet: EA, BF and EA. RGB value is (234,191,234). Sum of RGB (Red+Green+Blue) = 234+191+234=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 191 (75% from 255 or 28.98% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EABFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFEA is #154015. Grayscale: #D0D0D0. Windows color (decimal): -1392662 or 15384554. OLE color: 15384554.

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

Color convert

RGB 234 191 234 -
CMYK 0 0.18 0 0.08
HSL 300º 0.51% 0.83% -
HSV(B) 300º 0.18% 0.92% -
XYZ 67.41 60.69 86 -
YUV 208.76 142.25 146 -
System Red Green Blue C M Y K H S L
Decimal 234 191 234 0 0.18 0 0.08 300 0.51 0.83
Hex EA BF EA 0 12 0 8 12C 33 53
Octal 352 277 352 0 22 0 10 454 63 123
Binary 11101010 10111111 11101010 0 10010 0 1000 100101100 110011 1010011

Color Harmonies of #EABFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABFEA

Black with #EABFEA

Text Example


Text Example

White with #EABFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABFEA; }

 p { color: rgb(234,191,234); }

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

background-color css

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

 a { background-color: rgb(234,191,234); }

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

border-color css

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

 span { border-color: rgb(234,191,234); }

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