Html Css Color HEX #EAB6DF French Lilac

📋 copy color: '#EAB6DF'

red 234 ◦ green 182 ◦ blue 223

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

Shades of French Lilac #EAB6DF

Tints of French Lilac #EAB6DF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.48%

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

R = 36.62%
G = 28.48%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EAB6DF (or 0xEAB6DF) is known color: French Lilac. HEX triplet: EA, B6 and DF. RGB value is (234,182,223). Sum of RGB (Red+Green+Blue) = 234+182+223=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 182 (71.48% from 255 or 28.48% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6DF is #154920. Grayscale: #CACACA. Windows color (decimal): -1394977 or 14661354. OLE color: 14661354.

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

Color convert

RGB 234 182 223 -
CMYK 0 0.22 0.05 0.08
HSL 312.69º 0.55% 0.82% -
HSV(B) 312.69º 0.22% 0.92% -
XYZ 63.98 56.28 77.3 -
YUV 202.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 234 182 223 0 0.22 0.05 0.08 312.69 0.55 0.82
Hex EA B6 DF 0 16 5 8 139 37 52
Octal 352 266 337 0 26 5 10 471 67 122
Binary 11101010 10110110 11011111 0 10110 101 1000 100111001 110111 1010010

Color Harmonies of #EAB6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB6DF

Black with #EAB6DF

Text Example


Text Example

White with #EAB6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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