Html Css Color HEX #E1B2D6 French Lilac

📋 copy color: '#E1B2D6'

red 225 ◦ green 178 ◦ blue 214

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

Shades of French Lilac #E1B2D6

Tints of French Lilac #E1B2D6

RGB

 RED value IS 225 (88.28% from 255) = 36.47%

 GREEN value IS 178 (69.92% from 255) = 28.85%

 BLUE value IS 214 (83.98% from 255) = 34.68%

R = 36.47%
G = 28.85%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E1B2D6 (or 0xE1B2D6) is known color: French Lilac. HEX triplet: E1, B2 and D6. RGB value is (225,178,214). Sum of RGB (Red+Green+Blue) = 225+178+214=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 178 (69.92% from 255 or 28.85% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B2D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B2D6 is #1E4D29. Grayscale: #C4C4C4. Windows color (decimal): -1985834 or 14070497. OLE color: 14070497.

HSL color Cylindrical-coordinate representation of color #E1B2D6: hue angle of 314.04º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1B2D6 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 178 214 -
CMYK 0 0.21 0.05 0.12
HSL 314.04º 0.44% 0.79% -
HSV(B) 314.04º 0.21% 0.88% -
XYZ 59.11 52.7 70.68 -
YUV 196.16 138.07 148.57 -
System Red Green Blue C M Y K H S L
Decimal 225 178 214 0 0.21 0.05 0.12 314.04 0.44 0.79
Hex E1 B2 D6 0 15 5 C 13A 2C 4F
Octal 341 262 326 0 25 5 14 472 54 117
Binary 11100001 10110010 11010110 0 10101 101 1100 100111010 101100 1001111

Color Harmonies of #E1B2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B2D6

Black with #E1B2D6

Text Example


Text Example

White with #E1B2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B2D6; }

 p { color: rgb(225,178,214); }

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

background-color css

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

 a { background-color: rgb(225,178,214); }

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

border-color css

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

 span { border-color: rgb(225,178,214); }

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