Html Css Color HEX #EABADF French Lilac

📋 copy color: '#EABADF'

red 234 ◦ green 186 ◦ blue 223

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

Shades of French Lilac #EABADF

Tints of French Lilac #EABADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.68%

R = 36.39%
G = 28.93%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EABADF (or 0xEABADF) is known color: French Lilac. HEX triplet: EA, BA and DF. RGB value is (234,186,223). Sum of RGB (Red+Green+Blue) = 234+186+223=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EABADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABADF is #154520. Grayscale: #CCCCCC. Windows color (decimal): -1393953 or 14662378. OLE color: 14662378.

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

Color convert

RGB 234 186 223 -
CMYK 0 0.21 0.05 0.08
HSL 313.75º 0.53% 0.82% -
HSV(B) 313.75º 0.21% 0.92% -
XYZ 64.81 57.94 77.58 -
YUV 204.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 234 186 223 0 0.21 0.05 0.08 313.75 0.53 0.82
Hex EA BA DF 0 15 5 8 13A 35 52
Octal 352 272 337 0 25 5 10 472 65 122
Binary 11101010 10111010 11011111 0 10101 101 1000 100111010 110101 1010010

Color Harmonies of #EABADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABADF

Black with #EABADF

Text Example


Text Example

White with #EABADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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