Html Css Color HEX #EAACDA French Lilac

📋 copy color: '#EAACDA'

red 234 ◦ green 172 ◦ blue 218

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

Shades of French Lilac #EAACDA

Tints of French Lilac #EAACDA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.56%

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

R = 37.5%
G = 27.56%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EAACDA (or 0xEAACDA) is known color: French Lilac. HEX triplet: EA, AC and DA. RGB value is (234,172,218). Sum of RGB (Red+Green+Blue) = 234+172+218=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACDA is #155325. Grayscale: #C3C3C3. Windows color (decimal): -1397542 or 14331114. OLE color: 14331114.

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

Color convert

RGB 234 172 218 -
CMYK 0 0.26 0.07 0.08
HSL 315.48º 0.6% 0.8% -
HSV(B) 315.48º 0.26% 0.92% -
XYZ 61.34 52.06 73.15 -
YUV 195.78 140.54 155.26 -
System Red Green Blue C M Y K H S L
Decimal 234 172 218 0 0.26 0.07 0.08 315.48 0.6 0.8
Hex EA AC DA 0 1A 7 8 13B 3C 50
Octal 352 254 332 0 32 7 10 473 74 120
Binary 11101010 10101100 11011010 0 11010 111 1000 100111011 111100 1010000

Color Harmonies of #EAACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAACDA

Black with #EAACDA

Text Example


Text Example

White with #EAACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAACDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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