Html Css Color HEX #EAAEDE French Lilac

📋 copy color: '#EAAEDE'

red 234 ◦ green 174 ◦ blue 222

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

Shades of French Lilac #EAAEDE

Tints of French Lilac #EAAEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.24%

R = 37.14%
G = 27.62%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EAAEDE (or 0xEAAEDE) is known color: French Lilac. HEX triplet: EA, AE and DE. RGB value is (234,174,222). Sum of RGB (Red+Green+Blue) = 234+174+222=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEDE is #155121. Grayscale: #C5C5C5. Windows color (decimal): -1397026 or 14593770. OLE color: 14593770.

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

Color convert

RGB 234 174 222 -
CMYK 0 0.26 0.05 0.08
HSL 312º 0.59% 0.8% -
HSV(B) 312º 0.26% 0.92% -
XYZ 62.25 53.04 76.06 -
YUV 197.41 141.88 154.1 -
System Red Green Blue C M Y K H S L
Decimal 234 174 222 0 0.26 0.05 0.08 312 0.59 0.8
Hex EA AE DE 0 1A 5 8 138 3B 50
Octal 352 256 336 0 32 5 10 470 73 120
Binary 11101010 10101110 11011110 0 11010 101 1000 100111000 111011 1010000

Color Harmonies of #EAAEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAEDE

Black with #EAAEDE

Text Example


Text Example

White with #EAAEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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