Html Css Color HEX #E0AFDD French Lilac

📋 copy color: '#E0AFDD'

red 224 ◦ green 175 ◦ blue 221

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

Shades of French Lilac #E0AFDD

Tints of French Lilac #E0AFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.65%

R = 36.13%
G = 28.23%
B = 35.65%

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

#E0AFDD (or 0xE0AFDD) is known color: French Lilac. HEX triplet: E0, AF and DD. RGB value is (224,175,221). Sum of RGB (Red+Green+Blue) = 224+175+221=620 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.13% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AFDD is #1F5022. Grayscale: #C2C2C2. Windows color (decimal): -2052131 or 14528480. OLE color: 14528480.

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

Color convert

RGB 224 175 221 -
CMYK 0 0.22 0.01 0.12
HSL 303.67º 0.44% 0.78% -
HSV(B) 303.67º 0.22% 0.88% -
XYZ 59.12 51.73 75.28 -
YUV 194.9 142.73 148.76 -
System Red Green Blue C M Y K H S L
Decimal 224 175 221 0 0.22 0.01 0.12 303.67 0.44 0.78
Hex E0 AF DD 0 16 1 C 130 2C 4E
Octal 340 257 335 0 26 1 14 460 54 116
Binary 11100000 10101111 11011101 0 10110 1 1100 100110000 101100 1001110

Color Harmonies of #E0AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AFDD

Black with #E0AFDD

Text Example


Text Example

White with #E0AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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