Html Css Color HEX #EAADD9 French Lilac

📋 copy color: '#EAADD9'

red 234 ◦ green 173 ◦ blue 217

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

Shades of French Lilac #EAADD9

Tints of French Lilac #EAADD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.78%

R = 37.5%
G = 27.72%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EAADD9 (or 0xEAADD9) is known color: French Lilac. HEX triplet: EA, AD and D9. RGB value is (234,173,217). Sum of RGB (Red+Green+Blue) = 234+173+217=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADD9 is #155226. Grayscale: #C4C4C4. Windows color (decimal): -1397287 or 14265834. OLE color: 14265834.

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

Color convert

RGB 234 173 217 -
CMYK 0 0.26 0.07 0.08
HSL 316.72º 0.59% 0.8% -
HSV(B) 316.72º 0.26% 0.92% -
XYZ 61.4 52.39 72.52 -
YUV 196.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 234 173 217 0 0.26 0.07 0.08 316.72 0.59 0.8
Hex EA AD D9 0 1A 7 8 13D 3B 50
Octal 352 255 331 0 32 7 10 475 73 120
Binary 11101010 10101101 11011001 0 11010 111 1000 100111101 111011 1010000

Color Harmonies of #EAADD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAADD9

Black with #EAADD9

Text Example


Text Example

White with #EAADD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAADD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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