Html Css Color HEX #EAAFDF French Lilac

📋 copy color: '#EAAFDF'

red 234 ◦ green 175 ◦ blue 223

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

Shades of French Lilac #EAAFDF

Tints of French Lilac #EAAFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.28%

R = 37.03%
G = 27.69%
B = 35.28%

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

#EAAFDF (or 0xEAAFDF) is known color: French Lilac. HEX triplet: EA, AF and DF. RGB value is (234,175,223). Sum of RGB (Red+Green+Blue) = 234+175+223=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFDF is #155020. Grayscale: #C5C5C5. Windows color (decimal): -1396769 or 14659562. OLE color: 14659562.

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

Color convert

RGB 234 175 223 -
CMYK 0 0.25 0.05 0.08
HSL 311.19º 0.58% 0.8% -
HSV(B) 311.19º 0.25% 0.92% -
XYZ 62.58 53.48 76.84 -
YUV 198.11 142.05 153.6 -
System Red Green Blue C M Y K H S L
Decimal 234 175 223 0 0.25 0.05 0.08 311.19 0.58 0.8
Hex EA AF DF 0 19 5 8 137 3A 50
Octal 352 257 337 0 31 5 10 467 72 120
Binary 11101010 10101111 11011111 0 11001 101 1000 100110111 111010 1010000

Color Harmonies of #EAAFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAFDF

Black with #EAAFDF

Text Example


Text Example

White with #EAAFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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