Html Css Color HEX #E2AFDB French Lilac

📋 copy color: '#E2AFDB'

red 226 ◦ green 175 ◦ blue 219

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

Shades of French Lilac #E2AFDB

Tints of French Lilac #E2AFDB

RGB

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

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

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

R = 36.45%
G = 28.23%
B = 35.32%

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

#E2AFDB (or 0xE2AFDB) is known color: French Lilac. HEX triplet: E2, AF and DB. RGB value is (226,175,219). Sum of RGB (Red+Green+Blue) = 226+175+219=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFDB is #1D5024. Grayscale: #C3C3C3. Windows color (decimal): -1921061 or 14397410. OLE color: 14397410.

HSL color Cylindrical-coordinate representation of color #E2AFDB: hue angle of 308.24º 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 #E2AFDB is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 175 219 -
CMYK 0 0.23 0.03 0.11
HSL 308.24º 0.47% 0.79% -
HSV(B) 308.24º 0.23% 0.89% -
XYZ 59.48 51.94 73.91 -
YUV 195.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 226 175 219 0 0.23 0.03 0.11 308.24 0.47 0.79
Hex E2 AF DB 0 17 3 B 134 2F 4F
Octal 342 257 333 0 27 3 13 464 57 117
Binary 11100010 10101111 11011011 0 10111 11 1011 100110100 101111 1001111

Color Harmonies of #E2AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AFDB

Black with #E2AFDB

Text Example


Text Example

White with #E2AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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