#D1B3CD

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

Shades of French Lilac #D1B3CD

Tints of French Lilac #D1B3CD

Color information

#D1B3CD (or 0xD1B3CD) is unknown color: approx French Lilac. HEX triplet: D1, B3 and CD. RGB value is (209,179,205). Sum of RGB (Red+Green+Blue) = 209+179+205=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B3CD is #2E4C32. Grayscale: #BEBEBE. Windows color (decimal): -3034163 or 13480913. OLE color: 13480913.

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

Color convert

RGB209179205-
CMYK00.140.020.18
HSL308º24.59%76.08%-
HSV(B)308º14.35%81.96%-
XYZ53.4350.264.63-
YUV190.93135.94140.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.24%
GREEN value IS 179 (70.31% from 255) = 30.19%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=35.24%
G=30.19%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917920500.140.020.1830824.5976.08
HexD1B3CD0E212134194c
Octal32126331501622246431114
Binary110100011011001111001101011101010010100110100110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B3CD; }

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

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

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

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

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

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

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

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