#E6B7E1

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

Shades of French Lilac #E6B7E1

Tints of French Lilac #E6B7E1

Color information

#E6B7E1 (or 0xE6B7E1) is unknown color: approx French Lilac. HEX triplet: E6, B7 and E1. RGB value is (230,183,225). Sum of RGB (Red+Green+Blue) = 230+183+225=638 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.05% from 638); Green value is 183 (71.88% from 255 or 28.68% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B7E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B7E1 is #19481E. Grayscale: #C9C9C9. Windows color (decimal): -1656863 or 14792678. OLE color: 14792678.

HSL color Cylindrical-coordinate representation of color #E6B7E1: hue angle of 306.38º degrees, saturation: 0.48, 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 #E6B7E1 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB230183225-
CMYK00.200.020.10
HSL306.38º48.45%80.98%-
HSV(B)306.38º20.43%90.2%-
XYZ63.1656.1378.74-
YUV201.84141.07148.08-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.05%
GREEN value IS 183 (71.88% from 255) = 28.68%
BLUE value IS 225 (88.28% from 255) = 35.27%
R=36.05%
G=28.68%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018322500.200.020.10306.3848.4580.98
HexE6B7E10142A1323051
Octal34626734102421246260121
Binary1110011010110111111000010101001010101001100101100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B7E1; }

 p { color: rgb(230,183,225); }

 H1.HeaderClassName
 {
   color: #E6B7E1;
 }
 .AnyTagClassName
 {
   color: #E6B7E1;
 }
</style>
background-color css

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

 a { background-color: rgb(230,183,225); }

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

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

 span { border-color: rgb(230,183,225); }

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