Html Css Color HEX #E0BADF French Lilac

📋 copy color: '#E0BADF'

red 224 ◦ green 186 ◦ blue 223

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

Shades of French Lilac #E0BADF

Tints of French Lilac #E0BADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.23%

R = 35.39%
G = 29.38%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E0BADF (or 0xE0BADF) is known color: French Lilac. HEX triplet: E0, BA and DF. RGB value is (224,186,223). Sum of RGB (Red+Green+Blue) = 224+186+223=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BADF is #1F4520. Grayscale: #C9C9C9. Windows color (decimal): -2049313 or 14662368. OLE color: 14662368.

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

Color convert

RGB 224 186 223 -
CMYK 0 0.17 0.00 0.12
HSL 301.58º 0.38% 0.8% -
HSV(B) 301.58º 0.17% 0.88% -
XYZ 61.62 56.29 77.43 -
YUV 201.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 224 186 223 0 0.17 0.00 0.12 301.58 0.38 0.8
Hex E0 BA DF 0 11 0 C 12E 26 50
Octal 340 272 337 0 21 0 14 456 46 120
Binary 11100000 10111010 11011111 0 10001 0 1100 100101110 100110 1010000

Color Harmonies of #E0BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BADF

Black with #E0BADF

Text Example


Text Example

White with #E0BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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