#DCB3D7

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

Shades of French Lilac #DCB3D7

Tints of French Lilac #DCB3D7

Color information

#DCB3D7 (or 0xDCB3D7) is unknown color: approx French Lilac. HEX triplet: DC, B3 and D7. RGB value is (220,179,215). Sum of RGB (Red+Green+Blue) = 220+179+215=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 179 (70.31% from 255 or 29.15% from 614); Blue value is 215 (84.38% from 255 or 35.02% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3D7 is #234C28. Grayscale: #C3C3C3. Windows color (decimal): -2313257 or 14136284. OLE color: 14136284.

HSL color Cylindrical-coordinate representation of color #DCB3D7: hue angle of 307.32º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB3D7 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB220179215-
CMYK00.190.020.14
HSL307.32º36.94%78.24%-
HSV(B)307.32º18.64%86.27%-
XYZ57.952.3671.35-
YUV195.36139.08145.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 179 (70.31% from 255) = 29.15%
BLUE value IS 215 (84.38% from 255) = 35.02%
R=35.83%
G=29.15%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017921500.190.020.14307.3236.9478.24
HexDCB3D70132E133254e
Octal33426332702321646345116
Binary1101110010110011110101110100111011101001100111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3D7; }

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

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

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

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

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

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

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

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