Html Css Color HEX #EAB6D9 French Lilac

📋 copy color: '#EAB6D9'

red 234 ◦ green 182 ◦ blue 217

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

Shades of French Lilac #EAB6D9

Tints of French Lilac #EAB6D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.28%

R = 36.97%
G = 28.75%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EAB6D9 (or 0xEAB6D9) is known color: French Lilac. HEX triplet: EA, B6 and D9. RGB value is (234,182,217). Sum of RGB (Red+Green+Blue) = 234+182+217=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 182 (71.48% from 255 or 28.75% from 633); Blue value is 217 (85.16% from 255 or 34.28% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6D9 is #154926. Grayscale: #C9C9C9. Windows color (decimal): -1394983 or 14268138. OLE color: 14268138.

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

Color convert

RGB 234 182 217 -
CMYK 0 0.22 0.07 0.08
HSL 319.62º 0.55% 0.82% -
HSV(B) 319.62º 0.22% 0.92% -
XYZ 63.18 55.96 73.12 -
YUV 201.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 234 182 217 0 0.22 0.07 0.08 319.62 0.55 0.82
Hex EA B6 D9 0 16 7 8 140 37 52
Octal 352 266 331 0 26 7 10 500 67 122
Binary 11101010 10110110 11011001 0 10110 111 1000 101000000 110111 1010010

Color Harmonies of #EAB6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB6D9

Black with #EAB6D9

Text Example


Text Example

White with #EAB6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB6D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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