Html Css Color HEX #EAABDA French Lilac

📋 copy color: '#EAABDA'

red 234 ◦ green 171 ◦ blue 218

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

Shades of French Lilac #EAABDA

Tints of French Lilac #EAABDA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.45%

 BLUE value IS 218 (85.55% from 255) = 34.99%

R = 37.56%
G = 27.45%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EAABDA (or 0xEAABDA) is known color: French Lilac. HEX triplet: EA, AB and DA. RGB value is (234,171,218). Sum of RGB (Red+Green+Blue) = 234+171+218=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABDA is #155425. Grayscale: #C3C3C3. Windows color (decimal): -1397798 or 14330858. OLE color: 14330858.

HSL color Cylindrical-coordinate representation of color #EAABDA: hue angle of 315.24º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAABDA is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 171 218 -
CMYK 0 0.27 0.07 0.08
HSL 315.24º 0.6% 0.79% -
HSV(B) 315.24º 0.27% 0.92% -
XYZ 61.15 51.68 73.08 -
YUV 195.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 234 171 218 0 0.27 0.07 0.08 315.24 0.6 0.79
Hex EA AB DA 0 1B 7 8 13B 3C 4F
Octal 352 253 332 0 33 7 10 473 74 117
Binary 11101010 10101011 11011010 0 11011 111 1000 100111011 111100 1001111

Color Harmonies of #EAABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAABDA

Black with #EAABDA

Text Example


Text Example

White with #EAABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAABDA; }

 p { color: rgb(234,171,218); }

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

background-color css

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

 a { background-color: rgb(234,171,218); }

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

border-color css

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

 span { border-color: rgb(234,171,218); }

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