Html Css Color HEX #E0BDD6 French Lilac

📋 copy color: '#E0BDD6'

red 224 ◦ green 189 ◦ blue 214

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

Shades of French Lilac #E0BDD6

Tints of French Lilac #E0BDD6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.14%

 BLUE value IS 214 (83.98% from 255) = 34.13%

R = 35.73%
G = 30.14%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E0BDD6 (or 0xE0BDD6) is known color: French Lilac. HEX triplet: E0, BD and D6. RGB value is (224,189,214). Sum of RGB (Red+Green+Blue) = 224+189+214=627 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.73% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDD6 is #1F4229. Grayscale: #CACACA. Windows color (decimal): -2048554 or 14073312. OLE color: 14073312.

HSL color Cylindrical-coordinate representation of color #E0BDD6: hue angle of 317.14º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0BDD6 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 189 214 -
CMYK 0 0.16 0.04 0.12
HSL 317.14º 0.36% 0.81% -
HSV(B) 317.14º 0.16% 0.88% -
XYZ 61.08 57.1 71.42 -
YUV 202.32 134.6 143.47 -
System Red Green Blue C M Y K H S L
Decimal 224 189 214 0 0.16 0.04 0.12 317.14 0.36 0.81
Hex E0 BD D6 0 10 4 C 13D 24 51
Octal 340 275 326 0 20 4 14 475 44 121
Binary 11100000 10111101 11010110 0 10000 100 1100 100111101 100100 1010001

Color Harmonies of #E0BDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BDD6

Black with #E0BDD6

Text Example


Text Example

White with #E0BDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BDD6; }

 p { color: rgb(224,189,214); }

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

background-color css

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

 a { background-color: rgb(224,189,214); }

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

border-color css

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

 span { border-color: rgb(224,189,214); }

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