Html Css Color HEX #E0AFDB French Lilac

📋 copy color: '#E0AFDB'

red 224 ◦ green 175 ◦ blue 219

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

Shades of French Lilac #E0AFDB

Tints of French Lilac #E0AFDB

RGB

 RED value IS 224 (87.89% from 255) = 36.25%

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

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

R = 36.25%
G = 28.32%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E0AFDB (or 0xE0AFDB) is known color: French Lilac. HEX triplet: E0, AF and DB. RGB value is (224,175,219). Sum of RGB (Red+Green+Blue) = 224+175+219=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AFDB is #1F5024. Grayscale: #C2C2C2. Windows color (decimal): -2052133 or 14397408. OLE color: 14397408.

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

Color convert

RGB 224 175 219 -
CMYK 0 0.22 0.02 0.12
HSL 306.12º 0.44% 0.78% -
HSV(B) 306.12º 0.22% 0.88% -
XYZ 58.86 51.62 73.88 -
YUV 194.67 141.73 148.92 -
System Red Green Blue C M Y K H S L
Decimal 224 175 219 0 0.22 0.02 0.12 306.12 0.44 0.78
Hex E0 AF DB 0 16 2 C 132 2C 4E
Octal 340 257 333 0 26 2 14 462 54 116
Binary 11100000 10101111 11011011 0 10110 10 1100 100110010 101100 1001110

Color Harmonies of #E0AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AFDB

Black with #E0AFDB

Text Example


Text Example

White with #E0AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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