Html Css Color HEX #E1AFD1 French Lilac

📋 copy color: '#E1AFD1'

red 225 ◦ green 175 ◦ blue 209

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

Shades of French Lilac #E1AFD1

Tints of French Lilac #E1AFD1

RGB

 RED value IS 225 (88.28% from 255) = 36.95%

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

 BLUE value IS 209 (82.03% from 255) = 34.32%

R = 36.95%
G = 28.74%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E1AFD1 (or 0xE1AFD1) is known color: French Lilac. HEX triplet: E1, AF and D1. RGB value is (225,175,209). Sum of RGB (Red+Green+Blue) = 225+175+209=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFD1 is #1E502E. Grayscale: #C1C1C1. Windows color (decimal): -1986607 or 13742049. OLE color: 13742049.

HSL color Cylindrical-coordinate representation of color #E1AFD1: hue angle of 319.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1AFD1 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 175 209 -
CMYK 0 0.22 0.07 0.12
HSL 319.2º 0.45% 0.78% -
HSV(B) 319.2º 0.22% 0.88% -
XYZ 57.89 51.27 67.17 -
YUV 193.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 225 175 209 0 0.22 0.07 0.12 319.2 0.45 0.78
Hex E1 AF D1 0 16 7 C 13F 2D 4E
Octal 341 257 321 0 26 7 14 477 55 116
Binary 11100001 10101111 11010001 0 10110 111 1100 100111111 101101 1001110

Color Harmonies of #E1AFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AFD1

Black with #E1AFD1

Text Example


Text Example

White with #E1AFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AFD1; }

 p { color: rgb(225,175,209); }

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

background-color css

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

 a { background-color: rgb(225,175,209); }

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

border-color css

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

 span { border-color: rgb(225,175,209); }

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