#D1B6CD

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

Shades of French Lilac #D1B6CD

Tints of French Lilac #D1B6CD

Color information

#D1B6CD (or 0xD1B6CD) is unknown color: approx French Lilac. HEX triplet: D1, B6 and CD. RGB value is (209,182,205). Sum of RGB (Red+Green+Blue) = 209+182+205=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B6CD is #2E4932. Grayscale: #C0C0C0. Windows color (decimal): -3033395 or 13481681. OLE color: 13481681.

HSL color Cylindrical-coordinate representation of color #D1B6CD: hue angle of 308.89º 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 #D1B6CD is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB209182205-
CMYK00.130.020.18
HSL308.89º22.69%76.67%-
HSV(B)308.89º12.92%81.96%-
XYZ54.0451.4264.83-
YUV192.7134.95139.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.07%
GREEN value IS 182 (71.48% from 255) = 30.54%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=35.07%
G=30.54%
B=34.40%

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
Decimal20918220500.130.020.18308.8922.6976.67
HexD1B6CD0D212135174d
Octal32126631501522246527115
Binary110100011011011011001101011011010010100110101101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B6CD; }

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

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

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

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

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

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

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

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