#DCBFD7

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

Shades of French Lilac #DCBFD7

Tints of French Lilac #DCBFD7

Color information

#DCBFD7 (or 0xDCBFD7) is unknown color: approx French Lilac. HEX triplet: DC, BF and D7. RGB value is (220,191,215). Sum of RGB (Red+Green+Blue) = 220+191+215=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFD7 is #234028. Grayscale: #CACACA. Windows color (decimal): -2310185 or 14139356. OLE color: 14139356.

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

Color convert

RGB220191215-
CMYK00.130.020.14
HSL310.34º29.29%80.59%-
HSV(B)310.34º13.18%86.27%-
XYZ60.4157.3872.18-
YUV202.41135.11140.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.14%
GREEN value IS 191 (75% from 255) = 30.51%
BLUE value IS 215 (84.38% from 255) = 34.35%
R=35.14%
G=30.51%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019121500.130.020.14310.3429.2980.59
HexDCBFD70D2E1361d51
Octal33427732701521646635121
Binary11011100101111111101011101101101110100110110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFD7; }

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

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

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

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

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

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

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

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