Html Css Color HEX #E1B3D8 French Lilac

📋 copy color: '#E1B3D8'

red 225 ◦ green 179 ◦ blue 216

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

Shades of French Lilac #E1B3D8

Tints of French Lilac #E1B3D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.84%

R = 36.29%
G = 28.87%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E1B3D8 (or 0xE1B3D8) is known color: French Lilac. HEX triplet: E1, B3 and D8. RGB value is (225,179,216). Sum of RGB (Red+Green+Blue) = 225+179+216=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 216 (84.77% from 255 or 34.84% from 620); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B3D8 is #1E4C27. Grayscale: #C4C4C4. Windows color (decimal): -1985576 or 14201825. OLE color: 14201825.

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

Color convert

RGB 225 179 216 -
CMYK 0 0.20 0.04 0.12
HSL 311.74º 0.43% 0.79% -
HSV(B) 311.74º 0.2% 0.88% -
XYZ 59.57 53.21 72.1 -
YUV 196.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 225 179 216 0 0.20 0.04 0.12 311.74 0.43 0.79
Hex E1 B3 D8 0 14 4 C 138 2B 4F
Octal 341 263 330 0 24 4 14 470 53 117
Binary 11100001 10110011 11011000 0 10100 100 1100 100111000 101011 1001111

Color Harmonies of #E1B3D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B3D8

Black with #E1B3D8

Text Example


Text Example

White with #E1B3D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B3D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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