Html Css Color HEX #E1B3D2 French Lilac

📋 copy color: '#E1B3D2'

red 225 ◦ green 179 ◦ blue 210

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

Shades of French Lilac #E1B3D2

Tints of French Lilac #E1B3D2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.15%

 BLUE value IS 210 (82.42% from 255) = 34.2%

R = 36.64%
G = 29.15%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E1B3D2 (or 0xE1B3D2) is known color: French Lilac. HEX triplet: E1, B3 and D2. RGB value is (225,179,210). Sum of RGB (Red+Green+Blue) = 225+179+210=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 179 (70.31% from 255 or 29.15% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B3D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B3D2 is #1E4C2D. Grayscale: #C4C4C4. Windows color (decimal): -1985582 or 13808609. OLE color: 13808609.

HSL color Cylindrical-coordinate representation of color #E1B3D2: hue angle of 319.57º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1B3D2 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 179 210 -
CMYK 0 0.20 0.07 0.12
HSL 319.57º 0.43% 0.79% -
HSV(B) 319.57º 0.2% 0.88% -
XYZ 58.8 52.9 68.08 -
YUV 196.29 135.74 148.48 -
System Red Green Blue C M Y K H S L
Decimal 225 179 210 0 0.20 0.07 0.12 319.57 0.43 0.79
Hex E1 B3 D2 0 14 7 C 140 2B 4F
Octal 341 263 322 0 24 7 14 500 53 117
Binary 11100001 10110011 11010010 0 10100 111 1100 101000000 101011 1001111

Color Harmonies of #E1B3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B3D2

Black with #E1B3D2

Text Example


Text Example

White with #E1B3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B3D2; }

 p { color: rgb(225,179,210); }

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

background-color css

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

 a { background-color: rgb(225,179,210); }

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

border-color css

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

 span { border-color: rgb(225,179,210); }

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