Html Css Color HEX #E2BCDF French Lilac

📋 copy color: '#E2BCDF'

red 226 ◦ green 188 ◦ blue 223

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

Shades of French Lilac #E2BCDF

Tints of French Lilac #E2BCDF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.51%

 BLUE value IS 223 (87.5% from 255) = 35.01%

R = 35.48%
G = 29.51%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E2BCDF (or 0xE2BCDF) is known color: French Lilac. HEX triplet: E2, BC and DF. RGB value is (226,188,223). Sum of RGB (Red+Green+Blue) = 226+188+223=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCDF is #1D4320. Grayscale: #CBCBCB. Windows color (decimal): -1917729 or 14662882. OLE color: 14662882.

HSL color Cylindrical-coordinate representation of color #E2BCDF: hue angle of 304.74º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2BCDF is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 188 223 -
CMYK 0 0.17 0.01 0.11
HSL 304.74º 0.4% 0.81% -
HSV(B) 304.74º 0.17% 0.89% -
XYZ 62.67 57.46 77.6 -
YUV 203.35 139.09 144.15 -
System Red Green Blue C M Y K H S L
Decimal 226 188 223 0 0.17 0.01 0.11 304.74 0.4 0.81
Hex E2 BC DF 0 11 1 B 131 28 51
Octal 342 274 337 0 21 1 13 461 50 121
Binary 11100010 10111100 11011111 0 10001 1 1011 100110001 101000 1010001

Color Harmonies of #E2BCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BCDF

Black with #E2BCDF

Text Example


Text Example

White with #E2BCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BCDF; }

 p { color: rgb(226,188,223); }

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

background-color css

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

 a { background-color: rgb(226,188,223); }

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

border-color css

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

 span { border-color: rgb(226,188,223); }

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