Html Css Color HEX #E5AFDC French Lilac

📋 copy color: '#E5AFDC'

red 229 ◦ green 175 ◦ blue 220

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

Shades of French Lilac #E5AFDC

Tints of French Lilac #E5AFDC

RGB

 RED value IS 229 (89.84% from 255) = 36.7%

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

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

R = 36.7%
G = 28.04%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E5AFDC (or 0xE5AFDC) is known color: French Lilac. HEX triplet: E5, AF and DC. RGB value is (229,175,220). Sum of RGB (Red+Green+Blue) = 229+175+220=624 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.70% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AFDC is #1A5023. Grayscale: #C4C4C4. Windows color (decimal): -1724452 or 14462949. OLE color: 14462949.

HSL color Cylindrical-coordinate representation of color #E5AFDC: hue angle of 310º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5AFDC is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 175 220 -
CMYK 0 0.24 0.04 0.10
HSL 310º 0.51% 0.79% -
HSV(B) 310º 0.24% 0.9% -
XYZ 60.56 52.49 74.65 -
YUV 196.28 141.39 151.34 -
System Red Green Blue C M Y K H S L
Decimal 229 175 220 0 0.24 0.04 0.10 310 0.51 0.79
Hex E5 AF DC 0 18 4 A 136 33 4F
Octal 345 257 334 0 30 4 12 466 63 117
Binary 11100101 10101111 11011100 0 11000 100 1010 100110110 110011 1001111

Color Harmonies of #E5AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AFDC

Black with #E5AFDC

Text Example


Text Example

White with #E5AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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