#E6B2D4

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

Shades of French Lilac #E6B2D4

Tints of French Lilac #E6B2D4

Color information

#E6B2D4 (or 0xE6B2D4) is unknown color: approx French Lilac. HEX triplet: E6, B2 and D4. RGB value is (230,178,212). Sum of RGB (Red+Green+Blue) = 230+178+212=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B2D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6B2D4 is #194D2B. Grayscale: #C5C5C5. Windows color (decimal): -1658156 or 13939430. OLE color: 13939430.

HSL color Cylindrical-coordinate representation of color #E6B2D4: hue angle of 320.77º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6B2D4 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB230178212-
CMYK00.230.080.10
HSL320.77º50.98%80%-
HSV(B)320.77º22.61%90.2%-
XYZ60.4453.4269.41-
YUV197.42136.23151.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.10%
GREEN value IS 178 (69.92% from 255) = 28.71%
BLUE value IS 212 (83.20% from 255) = 34.19%
R=37.10%
G=28.71%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017821200.230.080.10320.7750.9880
HexE6B2D40178A1413350
Octal346262324027101250163120
Binary111001101011001011010100010111100010101010000011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B2D4; }

 p { color: rgb(230,178,212); }

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

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

 a { background-color: rgb(230,178,212); }

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

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

 span { border-color: rgb(230,178,212); }

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