Html Css Color HEX #EAB9DE French Lilac

📋 copy color: '#EAB9DE'

red 234 ◦ green 185 ◦ blue 222

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

Shades of French Lilac #EAB9DE

Tints of French Lilac #EAB9DE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.86%

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

R = 36.51%
G = 28.86%
B = 34.63%

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

#EAB9DE (or 0xEAB9DE) is known color: French Lilac. HEX triplet: EA, B9 and DE. RGB value is (234,185,222). Sum of RGB (Red+Green+Blue) = 234+185+222=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 185 (72.66% from 255 or 28.86% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB9DE is #154621. Grayscale: #CBCBCB. Windows color (decimal): -1394210 or 14596586. OLE color: 14596586.

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

Color convert

RGB 234 185 222 -
CMYK 0 0.21 0.05 0.08
HSL 314.69º 0.54% 0.82% -
HSV(B) 314.69º 0.21% 0.92% -
XYZ 64.47 57.46 76.8 -
YUV 203.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 234 185 222 0 0.21 0.05 0.08 314.69 0.54 0.82
Hex EA B9 DE 0 15 5 8 13B 36 52
Octal 352 271 336 0 25 5 10 473 66 122
Binary 11101010 10111001 11011110 0 10101 101 1000 100111011 110110 1010010

Color Harmonies of #EAB9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB9DE

Black with #EAB9DE

Text Example


Text Example

White with #EAB9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB9DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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