Html Css Color HEX #EAAFD7 French Lilac

📋 copy color: '#EAAFD7'

red 234 ◦ green 175 ◦ blue 215

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

Shades of French Lilac #EAAFD7

Tints of French Lilac #EAAFD7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.04%

 BLUE value IS 215 (84.38% from 255) = 34.46%

R = 37.5%
G = 28.04%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EAAFD7 (or 0xEAAFD7) is known color: French Lilac. HEX triplet: EA, AF and D7. RGB value is (234,175,215). Sum of RGB (Red+Green+Blue) = 234+175+215=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFD7 is #155028. Grayscale: #C5C5C5. Windows color (decimal): -1396777 or 14135274. OLE color: 14135274.

HSL color Cylindrical-coordinate representation of color #EAAFD7: hue angle of 319.32º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAAFD7 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 175 215 -
CMYK 0 0.25 0.08 0.08
HSL 319.32º 0.58% 0.8% -
HSV(B) 319.32º 0.25% 0.92% -
XYZ 61.53 53.06 71.29 -
YUV 197.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 234 175 215 0 0.25 0.08 0.08 319.32 0.58 0.8
Hex EA AF D7 0 19 8 8 13F 3A 50
Octal 352 257 327 0 31 10 10 477 72 120
Binary 11101010 10101111 11010111 0 11001 1000 1000 100111111 111010 1010000

Color Harmonies of #EAAFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAFD7

Black with #EAAFD7

Text Example


Text Example

White with #EAAFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAFD7; }

 p { color: rgb(234,175,215); }

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

background-color css

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

 a { background-color: rgb(234,175,215); }

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

border-color css

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

 span { border-color: rgb(234,175,215); }

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