Html Css Color HEX #EABAE0 French Lilac

📋 copy color: '#EABAE0'

red 234 ◦ green 186 ◦ blue 224

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

Shades of French Lilac #EABAE0

Tints of French Lilac #EABAE0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.88%

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

R = 36.34%
G = 28.88%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EABAE0 (or 0xEABAE0) is known color: French Lilac. HEX triplet: EA, BA and E0. RGB value is (234,186,224). Sum of RGB (Red+Green+Blue) = 234+186+224=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 224 (87.89% from 255 or 34.78% from 644); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABAE0 is #15451F. Grayscale: #CCCCCC. Windows color (decimal): -1393952 or 14727914. OLE color: 14727914.

HSL color Cylindrical-coordinate representation of color #EABAE0: hue angle of 312.5º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABAE0 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 186 224 -
CMYK 0 0.21 0.04 0.08
HSL 312.5º 0.53% 0.82% -
HSV(B) 312.5º 0.21% 0.92% -
XYZ 64.95 57.99 78.29 -
YUV 204.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 234 186 224 0 0.21 0.04 0.08 312.5 0.53 0.82
Hex EA BA E0 0 15 4 8 138 35 52
Octal 352 272 340 0 25 4 10 470 65 122
Binary 11101010 10111010 11100000 0 10101 100 1000 100111000 110101 1010010

Color Harmonies of #EABAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABAE0

Black with #EABAE0

Text Example


Text Example

White with #EABAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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