Html Css Color HEX #EAB1DF French Lilac

📋 copy color: '#EAB1DF'

red 234 ◦ green 177 ◦ blue 223

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

Shades of French Lilac #EAB1DF

Tints of French Lilac #EAB1DF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.92%

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

R = 36.91%
G = 27.92%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EAB1DF (or 0xEAB1DF) is known color: French Lilac. HEX triplet: EA, B1 and DF. RGB value is (234,177,223). Sum of RGB (Red+Green+Blue) = 234+177+223=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 177 (69.53% from 255 or 27.92% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1DF is #154E20. Grayscale: #C7C7C7. Windows color (decimal): -1396257 or 14660074. OLE color: 14660074.

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

Color convert

RGB 234 177 223 -
CMYK 0 0.24 0.05 0.08
HSL 311.58º 0.58% 0.81% -
HSV(B) 311.58º 0.24% 0.92% -
XYZ 62.97 54.26 76.97 -
YUV 199.29 141.38 152.76 -
System Red Green Blue C M Y K H S L
Decimal 234 177 223 0 0.24 0.05 0.08 311.58 0.58 0.81
Hex EA B1 DF 0 18 5 8 138 3A 51
Octal 352 261 337 0 30 5 10 470 72 121
Binary 11101010 10110001 11011111 0 11000 101 1000 100111000 111010 1010001

Color Harmonies of #EAB1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB1DF

Black with #EAB1DF

Text Example


Text Example

White with #EAB1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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