#D3B7CD

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

Shades of French Lilac #D3B7CD

Tints of French Lilac #D3B7CD

Color information

#D3B7CD (or 0xD3B7CD) is unknown color: approx French Lilac. HEX triplet: D3, B7 and CD. RGB value is (211,183,205). Sum of RGB (Red+Green+Blue) = 211+183+205=599 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.23% from 599); Green value is 183 (71.88% from 255 or 30.55% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B7CD is #2C4832. Grayscale: #C1C1C1. Windows color (decimal): -2902067 or 13481939. OLE color: 13481939.

HSL color Cylindrical-coordinate representation of color #D3B7CD: hue angle of 312.86º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3B7CD is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB211183205-
CMYK00.130.030.17
HSL312.86º24.14%77.25%-
HSV(B)312.86º13.27%82.75%-
XYZ54.8252.1264.93-
YUV193.88134.28140.21-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.23%
GREEN value IS 183 (71.88% from 255) = 30.55%
BLUE value IS 205 (80.47% from 255) = 34.22%
R=35.23%
G=30.55%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118320500.130.030.17312.8624.1477.25
HexD3B7CD0D311139184d
Octal32326731501532147130115
Binary110100111011011111001101011011110001100111001110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B7CD; }

 p { color: rgb(211,183,205); }

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

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

 a { background-color: rgb(211,183,205); }

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

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

 span { border-color: rgb(211,183,205); }

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