Html Css Color HEX #E0BDDB French Lilac

📋 copy color: '#E0BDDB'

red 224 ◦ green 189 ◦ blue 219

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

Shades of French Lilac #E0BDDB

Tints of French Lilac #E0BDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.65%

R = 35.44%
G = 29.91%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E0BDDB (or 0xE0BDDB) is known color: French Lilac. HEX triplet: E0, BD and DB. RGB value is (224,189,219). Sum of RGB (Red+Green+Blue) = 224+189+219=632 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.44% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDDB is #1F4224. Grayscale: #CACACA. Windows color (decimal): -2048549 or 14400992. OLE color: 14400992.

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

Color convert

RGB 224 189 219 -
CMYK 0 0.16 0.02 0.12
HSL 308.57º 0.36% 0.81% -
HSV(B) 308.57º 0.16% 0.88% -
XYZ 61.72 57.36 74.84 -
YUV 202.89 137.1 143.06 -
System Red Green Blue C M Y K H S L
Decimal 224 189 219 0 0.16 0.02 0.12 308.57 0.36 0.81
Hex E0 BD DB 0 10 2 C 135 24 51
Octal 340 275 333 0 20 2 14 465 44 121
Binary 11100000 10111101 11011011 0 10000 10 1100 100110101 100100 1010001

Color Harmonies of #E0BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BDDB

Black with #E0BDDB

Text Example


Text Example

White with #E0BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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