#D1BDCD

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

Shades of French Lilac #D1BDCD

Tints of French Lilac #D1BDCD

Color information

#D1BDCD (or 0xD1BDCD) is unknown color: approx French Lilac. HEX triplet: D1, BD and CD. RGB value is (209,189,205). Sum of RGB (Red+Green+Blue) = 209+189+205=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDCD is #2E4232. Grayscale: #C4C4C4. Windows color (decimal): -3031603 or 13483473. OLE color: 13483473.

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

Color convert

RGB209189205-
CMYK00.100.020.18
HSL312º17.86%78.04%-
HSV(B)312º9.57%81.96%-
XYZ55.5154.3665.32-
YUV196.8132.63136.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.66%
GREEN value IS 189 (74.22% from 255) = 31.34%
BLUE value IS 205 (80.47% from 255) = 34.00%
R=34.66%
G=31.34%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918920500.100.020.1831217.8678.04
HexD1BDCD0A212138124e
Octal32127531501222247022116
Binary110100011011110111001101010101010010100111000100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BDCD; }

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

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

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

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

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

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

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

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