Html Css Color HEX #E0B0DB French Lilac

📋 copy color: '#E0B0DB'

red 224 ◦ green 176 ◦ blue 219

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

Shades of French Lilac #E0B0DB

Tints of French Lilac #E0B0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.43%

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

R = 36.19%
G = 28.43%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E0B0DB (or 0xE0B0DB) is known color: French Lilac. HEX triplet: E0, B0 and DB. RGB value is (224,176,219). Sum of RGB (Red+Green+Blue) = 224+176+219=619 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.19% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B0DB is #1F4F24. Grayscale: #C3C3C3. Windows color (decimal): -2051877 or 14397664. OLE color: 14397664.

HSL color Cylindrical-coordinate representation of color #E0B0DB: hue angle of 306.25º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0B0DB is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 176 219 -
CMYK 0 0.21 0.02 0.12
HSL 306.25º 0.44% 0.78% -
HSV(B) 306.25º 0.21% 0.88% -
XYZ 59.05 52.01 73.94 -
YUV 195.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 224 176 219 0 0.21 0.02 0.12 306.25 0.44 0.78
Hex E0 B0 DB 0 15 2 C 132 2C 4E
Octal 340 260 333 0 25 2 14 462 54 116
Binary 11100000 10110000 11011011 0 10101 10 1100 100110010 101100 1001110

Color Harmonies of #E0B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B0DB

Black with #E0B0DB

Text Example


Text Example

White with #E0B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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