#E6B5DC

Color #E6B5DC French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #E6B5DC

Tints of French Lilac #E6B5DC

Color information

#E6B5DC (or 0xE6B5DC) is unknown color: approx 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

RGB230181220-
CMYK00.210.040.10
HSL312.24º49.49%80.59%-
HSV(B)312.24º21.3%90.2%-
XYZ62.0855.0475.06-
YUV200.1139.23149.33-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018122000.210.040.10312.2449.4980.59
HexE6B5DC0154A1383151
Octal34626533402541247061121
Binary11100110101101011101110001010110010101001110001100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>