Html Css Color HEX #EAAFDE French Lilac

📋 copy color: '#EAAFDE'

red 234 ◦ green 175 ◦ blue 222

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

Shades of French Lilac #EAAFDE

Tints of French Lilac #EAAFDE

RGB

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

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

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

R = 37.08%
G = 27.73%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EAAFDE (or 0xEAAFDE) is known color: French Lilac. HEX triplet: EA, AF and DE. RGB value is (234,175,222). Sum of RGB (Red+Green+Blue) = 234+175+222=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFDE is #155021. Grayscale: #C5C5C5. Windows color (decimal): -1396770 or 14594026. OLE color: 14594026.

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

Color convert

RGB 234 175 222 -
CMYK 0 0.25 0.05 0.08
HSL 312.2º 0.58% 0.8% -
HSV(B) 312.2º 0.25% 0.92% -
XYZ 62.45 53.43 76.13 -
YUV 198 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 234 175 222 0 0.25 0.05 0.08 312.2 0.58 0.8
Hex EA AF DE 0 19 5 8 138 3A 50
Octal 352 257 336 0 31 5 10 470 72 120
Binary 11101010 10101111 11011110 0 11001 101 1000 100111000 111010 1010000

Color Harmonies of #EAAFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAFDE

Black with #EAAFDE

Text Example


Text Example

White with #EAAFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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