Html Css Color HEX #E0BAD7 French Lilac

📋 copy color: '#E0BAD7'

red 224 ◦ green 186 ◦ blue 215

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

Shades of French Lilac #E0BAD7

Tints of French Lilac #E0BAD7

RGB

 RED value IS 224 (87.89% from 255) = 35.84%

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

 BLUE value IS 215 (84.38% from 255) = 34.4%

R = 35.84%
G = 29.76%
B = 34.4%

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

#E0BAD7 (or 0xE0BAD7) is known color: French Lilac. HEX triplet: E0, BA and D7. RGB value is (224,186,215). Sum of RGB (Red+Green+Blue) = 224+186+215=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BAD7 is #1F4528. Grayscale: #C8C8C8. Windows color (decimal): -2049321 or 14138080. OLE color: 14138080.

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

Color convert

RGB 224 186 215 -
CMYK 0 0.17 0.04 0.12
HSL 314.21º 0.38% 0.8% -
HSV(B) 314.21º 0.17% 0.88% -
XYZ 60.57 55.87 71.88 -
YUV 200.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 224 186 215 0 0.17 0.04 0.12 314.21 0.38 0.8
Hex E0 BA D7 0 11 4 C 13A 26 50
Octal 340 272 327 0 21 4 14 472 46 120
Binary 11100000 10111010 11010111 0 10001 100 1100 100111010 100110 1010000

Color Harmonies of #E0BAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BAD7

Black with #E0BAD7

Text Example


Text Example

White with #E0BAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BAD7; }

 p { color: rgb(224,186,215); }

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

background-color css

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

 a { background-color: rgb(224,186,215); }

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

border-color css

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

 span { border-color: rgb(224,186,215); }

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