#DCBFD9

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

Shades of French Lilac #DCBFD9

Tints of French Lilac #DCBFD9

Color information

#DCBFD9 (or 0xDCBFD9) is unknown color: approx French Lilac. HEX triplet: DC, BF and D9. RGB value is (220,191,217). Sum of RGB (Red+Green+Blue) = 220+191+217=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFD9 is #234026. Grayscale: #CACACA. Windows color (decimal): -2310183 or 14270428. OLE color: 14270428.

HSL color Cylindrical-coordinate representation of color #DCBFD9: hue angle of 306.21º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCBFD9 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220191217-
CMYK00.130.010.14
HSL306.21º29.29%80.59%-
HSV(B)306.21º13.18%86.27%-
XYZ60.6757.4973.54-
YUV202.64136.11140.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.03%
GREEN value IS 191 (75% from 255) = 30.41%
BLUE value IS 217 (85.16% from 255) = 34.55%
R=35.03%
G=30.41%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019121700.130.010.14306.2129.2980.59
HexDCBFD90D1E1321d51
Octal33427733101511646235121
Binary1101110010111111110110010110111110100110010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFD9; }

 p { color: rgb(220,191,217); }

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

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

 a { background-color: rgb(220,191,217); }

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

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

 span { border-color: rgb(220,191,217); }

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