Html Css Color HEX #E0BAD9 French Lilac

📋 copy color: '#E0BAD9'

red 224 ◦ green 186 ◦ blue 217

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

Shades of French Lilac #E0BAD9

Tints of French Lilac #E0BAD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.61%

R = 35.73%
G = 29.67%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E0BAD9 (or 0xE0BAD9) is known color: French Lilac. HEX triplet: E0, BA and D9. RGB value is (224,186,217). Sum of RGB (Red+Green+Blue) = 224+186+217=627 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.73% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BAD9 is #1F4526. Grayscale: #C8C8C8. Windows color (decimal): -2049319 or 14269152. OLE color: 14269152.

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

Color convert

RGB 224 186 217 -
CMYK 0 0.17 0.03 0.12
HSL 311.05º 0.38% 0.8% -
HSV(B) 311.05º 0.17% 0.88% -
XYZ 60.82 55.97 73.24 -
YUV 200.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 224 186 217 0 0.17 0.03 0.12 311.05 0.38 0.8
Hex E0 BA D9 0 11 3 C 137 26 50
Octal 340 272 331 0 21 3 14 467 46 120
Binary 11100000 10111010 11011001 0 10001 11 1100 100110111 100110 1010000

Color Harmonies of #E0BAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BAD9

Black with #E0BAD9

Text Example


Text Example

White with #E0BAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BAD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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