Html Css Color HEX #E2B0DB French Lilac

📋 copy color: '#E2B0DB'

red 226 ◦ green 176 ◦ blue 219

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

Shades of French Lilac #E2B0DB

Tints of French Lilac #E2B0DB

RGB

 RED value IS 226 (88.67% from 255) = 36.39%

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

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

R = 36.39%
G = 28.34%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E2B0DB (or 0xE2B0DB) is known color: French Lilac. HEX triplet: E2, B0 and DB. RGB value is (226,176,219). Sum of RGB (Red+Green+Blue) = 226+176+219=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2B0DB is #1D4F24. Grayscale: #C3C3C3. Windows color (decimal): -1920805 or 14397666. OLE color: 14397666.

HSL color Cylindrical-coordinate representation of color #E2B0DB: hue angle of 308.4º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2B0DB is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 176 219 -
CMYK 0 0.22 0.03 0.11
HSL 308.4º 0.46% 0.79% -
HSV(B) 308.4º 0.22% 0.89% -
XYZ 59.68 52.33 73.97 -
YUV 195.85 141.07 149.5 -
System Red Green Blue C M Y K H S L
Decimal 226 176 219 0 0.22 0.03 0.11 308.4 0.46 0.79
Hex E2 B0 DB 0 16 3 B 134 2E 4F
Octal 342 260 333 0 26 3 13 464 56 117
Binary 11100010 10110000 11011011 0 10110 11 1011 100110100 101110 1001111

Color Harmonies of #E2B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B0DB

Black with #E2B0DB

Text Example


Text Example

White with #E2B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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