Html Css Color HEX #EAADD6 French Lilac

📋 copy color: '#EAADD6'

red 234 ◦ green 173 ◦ blue 214

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

Shades of French Lilac #EAADD6

Tints of French Lilac #EAADD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.46%

R = 37.68%
G = 27.86%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EAADD6 (or 0xEAADD6) is known color: French Lilac. HEX triplet: EA, AD and D6. RGB value is (234,173,214). Sum of RGB (Red+Green+Blue) = 234+173+214=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 214 (83.98% from 255 or 34.46% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADD6 is #155229. Grayscale: #C3C3C3. Windows color (decimal): -1397290 or 14069226. OLE color: 14069226.

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

Color convert

RGB 234 173 214 -
CMYK 0 0.26 0.09 0.08
HSL 319.67º 0.59% 0.8% -
HSV(B) 319.67º 0.26% 0.92% -
XYZ 61.01 52.23 70.48 -
YUV 195.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 234 173 214 0 0.26 0.09 0.08 319.67 0.59 0.8
Hex EA AD D6 0 1A 9 8 140 3B 50
Octal 352 255 326 0 32 11 10 500 73 120
Binary 11101010 10101101 11010110 0 11010 1001 1000 101000000 111011 1010000

Color Harmonies of #EAADD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAADD6

Black with #EAADD6

Text Example


Text Example

White with #EAADD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAADD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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