Html Css Color HEX #EABFE0 French Lilac

📋 copy color: '#EABFE0'

red 234 ◦ green 191 ◦ blue 224

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

Shades of French Lilac #EABFE0

Tints of French Lilac #EABFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.51%

R = 36.06%
G = 29.43%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EABFE0 (or 0xEABFE0) is known color: French Lilac. HEX triplet: EA, BF and E0. RGB value is (234,191,224). Sum of RGB (Red+Green+Blue) = 234+191+224=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 191 (75% from 255 or 29.43% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFE0 is #15401F. Grayscale: #CFCFCF. Windows color (decimal): -1392672 or 14729194. OLE color: 14729194.

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

Color convert

RGB 234 191 224 -
CMYK 0 0.18 0.04 0.08
HSL 313.95º 0.51% 0.83% -
HSV(B) 313.95º 0.18% 0.92% -
XYZ 66.02 60.14 78.65 -
YUV 207.62 137.25 146.82 -
System Red Green Blue C M Y K H S L
Decimal 234 191 224 0 0.18 0.04 0.08 313.95 0.51 0.83
Hex EA BF E0 0 12 4 8 13A 33 53
Octal 352 277 340 0 22 4 10 472 63 123
Binary 11101010 10111111 11100000 0 10010 100 1000 100111010 110011 1010011

Color Harmonies of #EABFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABFE0

Black with #EABFE0

Text Example


Text Example

White with #EABFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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