Html Css Color HEX #E0AFD4 French Lilac

📋 copy color: '#E0AFD4'

red 224 ◦ green 175 ◦ blue 212

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

Shades of French Lilac #E0AFD4

Tints of French Lilac #E0AFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.7%

R = 36.66%
G = 28.64%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E0AFD4 (or 0xE0AFD4) is known color: French Lilac. HEX triplet: E0, AF and D4. RGB value is (224,175,212). Sum of RGB (Red+Green+Blue) = 224+175+212=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AFD4 is #1F502B. Grayscale: #C1C1C1. Windows color (decimal): -2052140 or 13938656. OLE color: 13938656.

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

Color convert

RGB 224 175 212 -
CMYK 0 0.22 0.05 0.12
HSL 314.69º 0.44% 0.78% -
HSV(B) 314.69º 0.22% 0.88% -
XYZ 57.95 51.26 69.13 -
YUV 193.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 224 175 212 0 0.22 0.05 0.12 314.69 0.44 0.78
Hex E0 AF D4 0 16 5 C 13B 2C 4E
Octal 340 257 324 0 26 5 14 473 54 116
Binary 11100000 10101111 11010100 0 10110 101 1100 100111011 101100 1001110

Color Harmonies of #E0AFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AFD4

Black with #E0AFD4

Text Example


Text Example

White with #E0AFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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