Html Css Color HEX #EAAED7 French Lilac

📋 copy color: '#EAAED7'

red 234 ◦ green 174 ◦ blue 215

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

Shades of French Lilac #EAAED7

Tints of French Lilac #EAAED7

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.93%

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

R = 37.56%
G = 27.93%
B = 34.51%

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

#EAAED7 (or 0xEAAED7) is known color: French Lilac. HEX triplet: EA, AE and D7. RGB value is (234,174,215). Sum of RGB (Red+Green+Blue) = 234+174+215=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 215 (84.38% from 255 or 34.51% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAED7 is #155128. Grayscale: #C4C4C4. Windows color (decimal): -1397033 or 14135018. OLE color: 14135018.

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

Color convert

RGB 234 174 215 -
CMYK 0 0.26 0.08 0.08
HSL 319º 0.59% 0.8% -
HSV(B) 319º 0.26% 0.92% -
XYZ 61.33 52.67 71.22 -
YUV 196.61 138.38 154.67 -
System Red Green Blue C M Y K H S L
Decimal 234 174 215 0 0.26 0.08 0.08 319 0.59 0.8
Hex EA AE D7 0 1A 8 8 13F 3B 50
Octal 352 256 327 0 32 10 10 477 73 120
Binary 11101010 10101110 11010111 0 11010 1000 1000 100111111 111011 1010000

Color Harmonies of #EAAED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAED7

Black with #EAAED7

Text Example


Text Example

White with #EAAED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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