Html Css Color HEX #E1AFDB French Lilac

📋 copy color: '#E1AFDB'

red 225 ◦ green 175 ◦ blue 219

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

Shades of French Lilac #E1AFDB

Tints of French Lilac #E1AFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.38%

R = 36.35%
G = 28.27%
B = 35.38%

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

#E1AFDB (or 0xE1AFDB) is known color: French Lilac. HEX triplet: E1, AF and DB. RGB value is (225,175,219). Sum of RGB (Red+Green+Blue) = 225+175+219=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFDB is #1E5024. Grayscale: #C2C2C2. Windows color (decimal): -1986597 or 14397409. OLE color: 14397409.

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

Color convert

RGB 225 175 219 -
CMYK 0 0.22 0.03 0.12
HSL 307.2º 0.45% 0.78% -
HSV(B) 307.2º 0.22% 0.88% -
XYZ 59.17 51.78 73.89 -
YUV 194.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 225 175 219 0 0.22 0.03 0.12 307.2 0.45 0.78
Hex E1 AF DB 0 16 3 C 133 2D 4E
Octal 341 257 333 0 26 3 14 463 55 116
Binary 11100001 10101111 11011011 0 10110 11 1100 100110011 101101 1001110

Color Harmonies of #E1AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AFDB

Black with #E1AFDB

Text Example


Text Example

White with #E1AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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