Html Css Color HEX #E6B5DC French Lilac

📋 copy color: '#E6B5DC'

red 230 ◦ green 181 ◦ blue 220

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

Shades of French Lilac #E6B5DC

Tints of French Lilac #E6B5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.68%

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

R = 36.45%
G = 28.68%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E6B5DC (or 0xE6B5DC) is known color: French Lilac. HEX triplet: E6, B5 and DC. RGB value is (230,181,220). Sum of RGB (Red+Green+Blue) = 230+181+220=631 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.45% from 631); Green value is 181 (71.09% from 255 or 28.68% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B5DC is #194A23. Grayscale: #C7C7C7. Windows color (decimal): -1657380 or 14464486. OLE color: 14464486.

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

Color convert

RGB 230 181 220 -
CMYK 0 0.21 0.04 0.10
HSL 312.24º 0.49% 0.81% -
HSV(B) 312.24º 0.21% 0.9% -
XYZ 62.08 55.04 75.06 -
YUV 200.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 230 181 220 0 0.21 0.04 0.10 312.24 0.49 0.81
Hex E6 B5 DC 0 15 4 A 138 31 51
Octal 346 265 334 0 25 4 12 470 61 121
Binary 11100110 10110101 11011100 0 10101 100 1010 100111000 110001 1010001

Color Harmonies of #E6B5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B5DC

Black with #E6B5DC

Text Example


Text Example

White with #E6B5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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