Html Css Color HEX #E2C9DB French Lilac

📋 copy color: '#E2C9DB'

red 226 ◦ green 201 ◦ blue 219

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

Shades of French Lilac #E2C9DB

Tints of French Lilac #E2C9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.11%

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

R = 34.98%
G = 31.11%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E2C9DB (or 0xE2C9DB) is known color: French Lilac. HEX triplet: E2, C9 and DB. RGB value is (226,201,219). Sum of RGB (Red+Green+Blue) = 226+201+219=646 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.98% from 646); Green value is 201 (78.91% from 255 or 31.11% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C9DB is #1D3624. Grayscale: #D2D2D2. Windows color (decimal): -1914405 or 14404066. OLE color: 14404066.

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

Color convert

RGB 226 201 219 -
CMYK 0 0.11 0.03 0.11
HSL 316.8º 0.3% 0.84% -
HSV(B) 316.8º 0.11% 0.89% -
XYZ 65.04 63.06 75.76 -
YUV 210.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 226 201 219 0 0.11 0.03 0.11 316.8 0.3 0.84
Hex E2 C9 DB 0 B 3 B 13D 1E 54
Octal 342 311 333 0 13 3 13 475 36 124
Binary 11100010 11001001 11011011 0 1011 11 1011 100111101 11110 1010100

Color Harmonies of #E2C9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C9DB

Black with #E2C9DB

Text Example


Text Example

White with #E2C9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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