Html Css Color HEX #E0B3DB French Lilac

📋 copy color: '#E0B3DB'

red 224 ◦ green 179 ◦ blue 219

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

Shades of French Lilac #E0B3DB

Tints of French Lilac #E0B3DB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.78%

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

R = 36.01%
G = 28.78%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E0B3DB (or 0xE0B3DB) is known color: French Lilac. HEX triplet: E0, B3 and DB. RGB value is (224,179,219). Sum of RGB (Red+Green+Blue) = 224+179+219=622 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.01% from 622); Green value is 179 (70.31% from 255 or 28.78% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B3DB is #1F4C24. Grayscale: #C4C4C4. Windows color (decimal): -2051109 or 14398432. OLE color: 14398432.

HSL color Cylindrical-coordinate representation of color #E0B3DB: hue angle of 306.67º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0B3DB is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 179 219 -
CMYK 0 0.20 0.02 0.12
HSL 306.67º 0.42% 0.79% -
HSV(B) 306.67º 0.2% 0.88% -
XYZ 59.65 53.2 74.14 -
YUV 197.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 224 179 219 0 0.20 0.02 0.12 306.67 0.42 0.79
Hex E0 B3 DB 0 14 2 C 133 2A 4F
Octal 340 263 333 0 24 2 14 463 52 117
Binary 11100000 10110011 11011011 0 10100 10 1100 100110011 101010 1001111

Color Harmonies of #E0B3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B3DB

Black with #E0B3DB

Text Example


Text Example

White with #E0B3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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