Html Css Color HEX #EAADE6 French Lilac

📋 copy color: '#EAADE6'

red 234 ◦ green 173 ◦ blue 230

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

Shades of French Lilac #EAADE6

Tints of French Lilac #EAADE6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.16%

 BLUE value IS 230 (90.23% from 255) = 36.11%

R = 36.73%
G = 27.16%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EAADE6 (or 0xEAADE6) is known color: French Lilac. HEX triplet: EA, AD and E6. RGB value is (234,173,230). Sum of RGB (Red+Green+Blue) = 234+173+230=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADE6 is #155219. Grayscale: #C5C5C5. Windows color (decimal): -1397274 or 15117802. OLE color: 15117802.

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

Color convert

RGB 234 173 230 -
CMYK 0 0.26 0.02 0.08
HSL 303.93º 0.59% 0.8% -
HSV(B) 303.93º 0.26% 0.92% -
XYZ 63.16 53.09 81.78 -
YUV 197.74 146.21 153.87 -
System Red Green Blue C M Y K H S L
Decimal 234 173 230 0 0.26 0.02 0.08 303.93 0.59 0.8
Hex EA AD E6 0 1A 2 8 130 3B 50
Octal 352 255 346 0 32 2 10 460 73 120
Binary 11101010 10101101 11100110 0 11010 10 1000 100110000 111011 1010000

Color Harmonies of #EAADE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAADE6

Black with #EAADE6

Text Example


Text Example

White with #EAADE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAADE6; }

 p { color: rgb(234,173,230); }

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

background-color css

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

 a { background-color: rgb(234,173,230); }

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

border-color css

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

 span { border-color: rgb(234,173,230); }

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