#DCB5D9

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

Shades of French Lilac #DCB5D9

Tints of French Lilac #DCB5D9

Color information

#DCB5D9 (or 0xDCB5D9) is unknown color: approx French Lilac. HEX triplet: DC, B5 and D9. RGB value is (220,181,217). Sum of RGB (Red+Green+Blue) = 220+181+217=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 181 (71.09% from 255 or 29.29% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5D9 is #234A26. Grayscale: #C4C4C4. Windows color (decimal): -2312743 or 14267868. OLE color: 14267868.

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

Color convert

RGB220181217-
CMYK00.180.010.14
HSL304.62º35.78%78.63%-
HSV(B)304.62º17.73%86.27%-
XYZ58.5653.2772.84-
YUV196.76139.42144.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.60%
GREEN value IS 181 (71.09% from 255) = 29.29%
BLUE value IS 217 (85.16% from 255) = 35.11%
R=35.60%
G=29.29%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018121700.180.010.14304.6235.7878.63
HexDCB5D90121E131244f
Octal33426533102211646144117
Binary110111001011010111011001010010111101001100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5D9; }

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

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

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

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

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

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

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

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