Html Css Color HEX #EABDE9 French Lilac

📋 copy color: '#EABDE9'

red 234 ◦ green 189 ◦ blue 233

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

Shades of French Lilac #EABDE9

Tints of French Lilac #EABDE9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.81%

 BLUE value IS 233 (91.41% from 255) = 35.52%

R = 35.67%
G = 28.81%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EABDE9 (or 0xEABDE9) is known color: French Lilac. HEX triplet: EA, BD and E9. RGB value is (234,189,233). Sum of RGB (Red+Green+Blue) = 234+189+233=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDE9 is #154216. Grayscale: #CFCFCF. Windows color (decimal): -1393175 or 15318506. OLE color: 15318506.

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

Color convert

RGB 234 189 233 -
CMYK 0 0.19 0.00 0.08
HSL 301.33º 0.52% 0.83% -
HSV(B) 301.33º 0.19% 0.92% -
XYZ 66.84 59.77 85.11 -
YUV 207.47 142.41 146.92 -
System Red Green Blue C M Y K H S L
Decimal 234 189 233 0 0.19 0.00 0.08 301.33 0.52 0.83
Hex EA BD E9 0 13 0 8 12D 34 53
Octal 352 275 351 0 23 0 10 455 64 123
Binary 11101010 10111101 11101001 0 10011 0 1000 100101101 110100 1010011

Color Harmonies of #EABDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDE9

Black with #EABDE9

Text Example


Text Example

White with #EABDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDE9; }

 p { color: rgb(234,189,233); }

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

background-color css

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

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

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

border-color css

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

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

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