#D1B6CC

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

Shades of French Lilac #D1B6CC

Tints of French Lilac #D1B6CC

Color information

#D1B6CC (or 0xD1B6CC) is unknown color: approx French Lilac. HEX triplet: D1, B6 and CC. RGB value is (209,182,204). Sum of RGB (Red+Green+Blue) = 209+182+204=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B6CC is #2E4933. Grayscale: #C0C0C0. Windows color (decimal): -3033396 or 13416145. OLE color: 13416145.

HSL color Cylindrical-coordinate representation of color #D1B6CC: hue angle of 311.11º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1B6CC is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB209182204-
CMYK00.130.020.18
HSL311.11º22.69%76.67%-
HSV(B)311.11º12.92%81.96%-
XYZ53.9251.3764.2-
YUV192.58134.45139.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.13%
GREEN value IS 182 (71.48% from 255) = 30.59%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=35.13%
G=30.59%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918220400.130.020.18311.1122.6976.67
HexD1B6CC0D212137174d
Octal32126631401522246727115
Binary110100011011011011001100011011010010100110111101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B6CC; }

 p { color: rgb(209,182,204); }

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

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

 a { background-color: rgb(209,182,204); }

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

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

 span { border-color: rgb(209,182,204); }

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