Html Css Color HEX #E2C8DB French Lilac

📋 copy color: '#E2C8DB'

red 226 ◦ green 200 ◦ blue 219

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

Shades of French Lilac #E2C8DB

Tints of French Lilac #E2C8DB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.01%

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

R = 35.04%
G = 31.01%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E2C8DB (or 0xE2C8DB) is known color: French Lilac. HEX triplet: E2, C8 and DB. RGB value is (226,200,219). Sum of RGB (Red+Green+Blue) = 226+200+219=645 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.04% from 645); Green value is 200 (78.52% from 255 or 31.01% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C8DB is #1D3724. Grayscale: #D1D1D1. Windows color (decimal): -1914661 or 14403810. OLE color: 14403810.

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

Color convert

RGB 226 200 219 -
CMYK 0 0.12 0.03 0.11
HSL 316.15º 0.31% 0.84% -
HSV(B) 316.15º 0.12% 0.89% -
XYZ 64.8 62.59 75.68 -
YUV 209.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 226 200 219 0 0.12 0.03 0.11 316.15 0.31 0.84
Hex E2 C8 DB 0 C 3 B 13C 1F 54
Octal 342 310 333 0 14 3 13 474 37 124
Binary 11100010 11001000 11011011 0 1100 11 1011 100111100 11111 1010100

Color Harmonies of #E2C8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C8DB

Black with #E2C8DB

Text Example


Text Example

White with #E2C8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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