Html Css Color HEX #EABADE French Lilac

📋 copy color: '#EABADE'

red 234 ◦ green 186 ◦ blue 222

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

Shades of French Lilac #EABADE

Tints of French Lilac #EABADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.58%

R = 36.45%
G = 28.97%
B = 34.58%

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

#EABADE (or 0xEABADE) is known color: French Lilac. HEX triplet: EA, BA and DE. RGB value is (234,186,222). Sum of RGB (Red+Green+Blue) = 234+186+222=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 234 - color contains mainly: red. Hex color #EABADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABADE is #154521. Grayscale: #CCCCCC. Windows color (decimal): -1393954 or 14596842. OLE color: 14596842.

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

Color convert

RGB 234 186 222 -
CMYK 0 0.21 0.05 0.08
HSL 315º 0.53% 0.82% -
HSV(B) 315º 0.21% 0.92% -
XYZ 64.68 57.88 76.87 -
YUV 204.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 234 186 222 0 0.21 0.05 0.08 315 0.53 0.82
Hex EA BA DE 0 15 5 8 13B 35 52
Octal 352 272 336 0 25 5 10 473 65 122
Binary 11101010 10111010 11011110 0 10101 101 1000 100111011 110101 1010010

Color Harmonies of #EABADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABADE

Black with #EABADE

Text Example


Text Example

White with #EABADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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