Html Css Color HEX #E1AFDA French Lilac

📋 copy color: '#E1AFDA'

red 225 ◦ green 175 ◦ blue 218

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

Shades of French Lilac #E1AFDA

Tints of French Lilac #E1AFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.28%

R = 36.41%
G = 28.32%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E1AFDA (or 0xE1AFDA) is known color: French Lilac. HEX triplet: E1, AF and DA. RGB value is (225,175,218). Sum of RGB (Red+Green+Blue) = 225+175+218=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFDA is #1E5025. Grayscale: #C2C2C2. Windows color (decimal): -1986598 or 14331873. OLE color: 14331873.

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

Color convert

RGB 225 175 218 -
CMYK 0 0.22 0.03 0.12
HSL 308.4º 0.45% 0.78% -
HSV(B) 308.4º 0.22% 0.88% -
XYZ 59.04 51.73 73.2 -
YUV 194.85 141.07 149.5 -
System Red Green Blue C M Y K H S L
Decimal 225 175 218 0 0.22 0.03 0.12 308.4 0.45 0.78
Hex E1 AF DA 0 16 3 C 134 2D 4E
Octal 341 257 332 0 26 3 14 464 55 116
Binary 11100001 10101111 11011010 0 10110 11 1100 100110100 101101 1001110

Color Harmonies of #E1AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AFDA

Black with #E1AFDA

Text Example


Text Example

White with #E1AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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