Html Css Color HEX #E6B9DC French Lilac

📋 copy color: '#E6B9DC'

red 230 ◦ green 185 ◦ blue 220

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

Shades of French Lilac #E6B9DC

Tints of French Lilac #E6B9DC

RGB

 RED value IS 230 (90.23% from 255) = 36.22%

 GREEN value IS 185 (72.66% from 255) = 29.13%

 BLUE value IS 220 (86.33% from 255) = 34.65%

R = 36.22%
G = 29.13%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E6B9DC (or 0xE6B9DC) is known color: French Lilac. HEX triplet: E6, B9 and DC. RGB value is (230,185,220). Sum of RGB (Red+Green+Blue) = 230+185+220=635 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.22% from 635); Green value is 185 (72.66% from 255 or 29.13% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B9DC is #194623. Grayscale: #CACACA. Windows color (decimal): -1656356 or 14465510. OLE color: 14465510.

HSL color Cylindrical-coordinate representation of color #E6B9DC: hue angle of 313.33º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6B9DC is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 185 220 -
CMYK 0 0.20 0.04 0.10
HSL 313.33º 0.47% 0.81% -
HSV(B) 313.33º 0.2% 0.9% -
XYZ 62.9 56.69 75.34 -
YUV 202.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 230 185 220 0 0.20 0.04 0.10 313.33 0.47 0.81
Hex E6 B9 DC 0 14 4 A 139 2F 51
Octal 346 271 334 0 24 4 12 471 57 121
Binary 11100110 10111001 11011100 0 10100 100 1010 100111001 101111 1010001

Color Harmonies of #E6B9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B9DC

Black with #E6B9DC

Text Example


Text Example

White with #E6B9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B9DC; }

 p { color: rgb(230,185,220); }

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

background-color css

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

 a { background-color: rgb(230,185,220); }

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

border-color css

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

 span { border-color: rgb(230,185,220); }

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