Html Css Color HEX #E1AFDE French Lilac

📋 copy color: '#E1AFDE'

red 225 ◦ green 175 ◦ blue 222

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

Shades of French Lilac #E1AFDE

Tints of French Lilac #E1AFDE

RGB

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

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

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

R = 36.17%
G = 28.14%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E1AFDE (or 0xE1AFDE) is known color: French Lilac. HEX triplet: E1, AF and DE. RGB value is (225,175,222). Sum of RGB (Red+Green+Blue) = 225+175+222=622 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.17% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFDE is #1E5021. Grayscale: #C3C3C3. Windows color (decimal): -1986594 or 14594017. OLE color: 14594017.

HSL color Cylindrical-coordinate representation of color #E1AFDE: hue angle of 303.6º 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 #E1AFDE is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 175 222 -
CMYK 0 0.22 0.01 0.12
HSL 303.6º 0.45% 0.78% -
HSV(B) 303.6º 0.22% 0.88% -
XYZ 59.57 51.94 75.99 -
YUV 195.31 143.07 149.18 -
System Red Green Blue C M Y K H S L
Decimal 225 175 222 0 0.22 0.01 0.12 303.6 0.45 0.78
Hex E1 AF DE 0 16 1 C 130 2D 4E
Octal 341 257 336 0 26 1 14 460 55 116
Binary 11100001 10101111 11011110 0 10110 1 1100 100110000 101101 1001110

Color Harmonies of #E1AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AFDE

Black with #E1AFDE

Text Example


Text Example

White with #E1AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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