Html Css Color HEX #E0BAD8 French Lilac

📋 copy color: '#E0BAD8'

red 224 ◦ green 186 ◦ blue 216

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

Shades of French Lilac #E0BAD8

Tints of French Lilac #E0BAD8

RGB

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

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

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

R = 35.78%
G = 29.71%
B = 34.5%

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

#E0BAD8 (or 0xE0BAD8) is known color: French Lilac. HEX triplet: E0, BA and D8. RGB value is (224,186,216). Sum of RGB (Red+Green+Blue) = 224+186+216=626 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.78% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BAD8 is #1F4527. Grayscale: #C8C8C8. Windows color (decimal): -2049320 or 14203616. OLE color: 14203616.

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

Color convert

RGB 224 186 216 -
CMYK 0 0.17 0.04 0.12
HSL 312.63º 0.38% 0.8% -
HSV(B) 312.63º 0.17% 0.88% -
XYZ 60.69 55.92 72.56 -
YUV 200.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 224 186 216 0 0.17 0.04 0.12 312.63 0.38 0.8
Hex E0 BA D8 0 11 4 C 139 26 50
Octal 340 272 330 0 21 4 14 471 46 120
Binary 11100000 10111010 11011000 0 10001 100 1100 100111001 100110 1010000

Color Harmonies of #E0BAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BAD8

Black with #E0BAD8

Text Example


Text Example

White with #E0BAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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