Html Css Color HEX #E0BADE French Lilac

📋 copy color: '#E0BADE'

red 224 ◦ green 186 ◦ blue 222

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

Shades of French Lilac #E0BADE

Tints of French Lilac #E0BADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.13%

R = 35.44%
G = 29.43%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E0BADE (or 0xE0BADE) is known color: French Lilac. HEX triplet: E0, BA and DE. RGB value is (224,186,222). Sum of RGB (Red+Green+Blue) = 224+186+222=632 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.44% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BADE is #1F4521. Grayscale: #C9C9C9. Windows color (decimal): -2049314 or 14596832. OLE color: 14596832.

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

Color convert

RGB 224 186 222 -
CMYK 0 0.17 0.01 0.12
HSL 303.16º 0.38% 0.8% -
HSV(B) 303.16º 0.17% 0.88% -
XYZ 61.48 56.24 76.72 -
YUV 201.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 224 186 222 0 0.17 0.01 0.12 303.16 0.38 0.8
Hex E0 BA DE 0 11 1 C 12F 26 50
Octal 340 272 336 0 21 1 14 457 46 120
Binary 11100000 10111010 11011110 0 10001 1 1100 100101111 100110 1010000

Color Harmonies of #E0BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BADE

Black with #E0BADE

Text Example


Text Example

White with #E0BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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