Html Css Color HEX #E2BCDA French Lilac

📋 copy color: '#E2BCDA'

red 226 ◦ green 188 ◦ blue 218

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

Shades of French Lilac #E2BCDA

Tints of French Lilac #E2BCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.49%

R = 35.76%
G = 29.75%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E2BCDA (or 0xE2BCDA) is known color: French Lilac. HEX triplet: E2, BC and DA. RGB value is (226,188,218). Sum of RGB (Red+Green+Blue) = 226+188+218=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCDA is #1D4325. Grayscale: #CACACA. Windows color (decimal): -1917734 or 14335202. OLE color: 14335202.

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

Color convert

RGB 226 188 218 -
CMYK 0 0.17 0.04 0.11
HSL 312.63º 0.4% 0.81% -
HSV(B) 312.63º 0.17% 0.89% -
XYZ 62 57.2 74.1 -
YUV 202.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 226 188 218 0 0.17 0.04 0.11 312.63 0.4 0.81
Hex E2 BC DA 0 11 4 B 139 28 51
Octal 342 274 332 0 21 4 13 471 50 121
Binary 11100010 10111100 11011010 0 10001 100 1011 100111001 101000 1010001

Color Harmonies of #E2BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BCDA

Black with #E2BCDA

Text Example


Text Example

White with #E2BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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