Html Css Color HEX #E2BFDC French Lilac

📋 copy color: '#E2BFDC'

red 226 ◦ green 191 ◦ blue 220

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

Shades of French Lilac #E2BFDC

Tints of French Lilac #E2BFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 29.98%

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

R = 35.48%
G = 29.98%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E2BFDC (or 0xE2BFDC) is known color: French Lilac. HEX triplet: E2, BF and DC. RGB value is (226,191,220). Sum of RGB (Red+Green+Blue) = 226+191+220=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BFDC is #1D4023. Grayscale: #CCCCCC. Windows color (decimal): -1916964 or 14467042. OLE color: 14467042.

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

Color convert

RGB 226 191 220 -
CMYK 0 0.15 0.03 0.11
HSL 310.29º 0.38% 0.82% -
HSV(B) 310.29º 0.15% 0.89% -
XYZ 62.91 58.6 75.7 -
YUV 204.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 226 191 220 0 0.15 0.03 0.11 310.29 0.38 0.82
Hex E2 BF DC 0 F 3 B 136 26 52
Octal 342 277 334 0 17 3 13 466 46 122
Binary 11100010 10111111 11011100 0 1111 11 1011 100110110 100110 1010010

Color Harmonies of #E2BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BFDC

Black with #E2BFDC

Text Example


Text Example

White with #E2BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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