Html Css Color HEX #E1BAD8 French Lilac

📋 copy color: '#E1BAD8'

red 225 ◦ green 186 ◦ blue 216

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

Shades of French Lilac #E1BAD8

Tints of French Lilac #E1BAD8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.67%

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

R = 35.89%
G = 29.67%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E1BAD8 (or 0xE1BAD8) is known color: French Lilac. HEX triplet: E1, BA and D8. RGB value is (225,186,216). Sum of RGB (Red+Green+Blue) = 225+186+216=627 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.89% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BAD8 is #1E4527. Grayscale: #C9C9C9. Windows color (decimal): -1983784 or 14203617. OLE color: 14203617.

HSL color Cylindrical-coordinate representation of color #E1BAD8: hue angle of 313.85º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1BAD8 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 186 216 -
CMYK 0 0.17 0.04 0.12
HSL 313.85º 0.39% 0.81% -
HSV(B) 313.85º 0.17% 0.88% -
XYZ 61 56.08 72.58 -
YUV 201.08 136.42 145.06 -
System Red Green Blue C M Y K H S L
Decimal 225 186 216 0 0.17 0.04 0.12 313.85 0.39 0.81
Hex E1 BA D8 0 11 4 C 13A 27 51
Octal 341 272 330 0 21 4 14 472 47 121
Binary 11100001 10111010 11011000 0 10001 100 1100 100111010 100111 1010001

Color Harmonies of #E1BAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BAD8

Black with #E1BAD8

Text Example


Text Example

White with #E1BAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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