Html Css Color HEX #EAACD7 French Lilac

📋 copy color: '#EAACD7'

red 234 ◦ green 172 ◦ blue 215

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

Shades of French Lilac #EAACD7

Tints of French Lilac #EAACD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.62%

R = 37.68%
G = 27.7%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EAACD7 (or 0xEAACD7) is known color: French Lilac. HEX triplet: EA, AC and D7. RGB value is (234,172,215). Sum of RGB (Red+Green+Blue) = 234+172+215=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACD7 is #155328. Grayscale: #C3C3C3. Windows color (decimal): -1397545 or 14134506. OLE color: 14134506.

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

Color convert

RGB 234 172 215 -
CMYK 0 0.26 0.08 0.08
HSL 318.39º 0.6% 0.8% -
HSV(B) 318.39º 0.26% 0.92% -
XYZ 60.95 51.9 71.1 -
YUV 195.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 234 172 215 0 0.26 0.08 0.08 318.39 0.6 0.8
Hex EA AC D7 0 1A 8 8 13E 3C 50
Octal 352 254 327 0 32 10 10 476 74 120
Binary 11101010 10101100 11010111 0 11010 1000 1000 100111110 111100 1010000

Color Harmonies of #EAACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAACD7

Black with #EAACD7

Text Example


Text Example

White with #EAACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAACD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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