Html Css Color HEX #EAAADE French Lilac

📋 copy color: '#EAAADE'

red 234 ◦ green 170 ◦ blue 222

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

Shades of French Lilac #EAAADE

Tints of French Lilac #EAAADE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.16%

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

R = 37.38%
G = 27.16%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EAAADE (or 0xEAAADE) is known color: French Lilac. HEX triplet: EA, AA and DE. RGB value is (234,170,222). Sum of RGB (Red+Green+Blue) = 234+170+222=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAADE is #155521. Grayscale: #C2C2C2. Windows color (decimal): -1398050 or 14592746. OLE color: 14592746.

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

Color convert

RGB 234 170 222 -
CMYK 0 0.27 0.05 0.08
HSL 311.25º 0.6% 0.79% -
HSV(B) 311.25º 0.27% 0.92% -
XYZ 61.49 51.52 75.81 -
YUV 195.06 143.2 155.77 -
System Red Green Blue C M Y K H S L
Decimal 234 170 222 0 0.27 0.05 0.08 311.25 0.6 0.79
Hex EA AA DE 0 1B 5 8 137 3C 4F
Octal 352 252 336 0 33 5 10 467 74 117
Binary 11101010 10101010 11011110 0 11011 101 1000 100110111 111100 1001111

Color Harmonies of #EAAADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAADE

Black with #EAAADE

Text Example


Text Example

White with #EAAADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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