Html Css Color HEX #E2AFDC French Lilac

📋 copy color: '#E2AFDC'

red 226 ◦ green 175 ◦ blue 220

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

Shades of French Lilac #E2AFDC

Tints of French Lilac #E2AFDC

RGB

 RED value IS 226 (88.67% from 255) = 36.39%

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

 BLUE value IS 220 (86.33% from 255) = 35.43%

R = 36.39%
G = 28.18%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E2AFDC (or 0xE2AFDC) is known color: French Lilac. HEX triplet: E2, AF and DC. RGB value is (226,175,220). Sum of RGB (Red+Green+Blue) = 226+175+220=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFDC is #1D5023. Grayscale: #C3C3C3. Windows color (decimal): -1921060 or 14462946. OLE color: 14462946.

HSL color Cylindrical-coordinate representation of color #E2AFDC: hue angle of 307.06º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2AFDC is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 175 220 -
CMYK 0 0.23 0.03 0.11
HSL 307.06º 0.47% 0.79% -
HSV(B) 307.06º 0.23% 0.89% -
XYZ 59.61 52 74.6 -
YUV 195.38 141.9 149.84 -
System Red Green Blue C M Y K H S L
Decimal 226 175 220 0 0.23 0.03 0.11 307.06 0.47 0.79
Hex E2 AF DC 0 17 3 B 133 2F 4F
Octal 342 257 334 0 27 3 13 463 57 117
Binary 11100010 10101111 11011100 0 10111 11 1011 100110011 101111 1001111

Color Harmonies of #E2AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AFDC

Black with #E2AFDC

Text Example


Text Example

White with #E2AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AFDC; }

 p { color: rgb(226,175,220); }

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

background-color css

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

 a { background-color: rgb(226,175,220); }

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

border-color css

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

 span { border-color: rgb(226,175,220); }

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