Html Css Color HEX #E0BAD5 French Lilac

📋 copy color: '#E0BAD5'

red 224 ◦ green 186 ◦ blue 213

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

Shades of French Lilac #E0BAD5

Tints of French Lilac #E0BAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.19%

R = 35.96%
G = 29.86%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E0BAD5 (or 0xE0BAD5) is known color: French Lilac. HEX triplet: E0, BA and D5. RGB value is (224,186,213). Sum of RGB (Red+Green+Blue) = 224+186+213=623 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.96% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BAD5 is #1F452A. Grayscale: #C8C8C8. Windows color (decimal): -2049323 or 14007008. OLE color: 14007008.

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

Color convert

RGB 224 186 213 -
CMYK 0 0.17 0.05 0.12
HSL 317.37º 0.38% 0.8% -
HSV(B) 317.37º 0.17% 0.88% -
XYZ 60.31 55.77 70.54 -
YUV 200.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 224 186 213 0 0.17 0.05 0.12 317.37 0.38 0.8
Hex E0 BA D5 0 11 5 C 13D 26 50
Octal 340 272 325 0 21 5 14 475 46 120
Binary 11100000 10111010 11010101 0 10001 101 1100 100111101 100110 1010000

Color Harmonies of #E0BAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BAD5

Black with #E0BAD5

Text Example


Text Example

White with #E0BAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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