#DCB5D6

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

Shades of French Lilac #DCB5D6

Tints of French Lilac #DCB5D6

Color information

#DCB5D6 (or 0xDCB5D6) is unknown color: approx French Lilac. HEX triplet: DC, B5 and D6. RGB value is (220,181,214). Sum of RGB (Red+Green+Blue) = 220+181+214=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 181 (71.09% from 255 or 29.43% from 615); Blue value is 214 (83.98% from 255 or 34.80% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5D6 is #234A29. Grayscale: #C4C4C4. Windows color (decimal): -2312746 or 14071260. OLE color: 14071260.

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

Color convert

RGB220181214-
CMYK00.180.030.14
HSL309.23º35.78%78.63%-
HSV(B)309.23º17.73%86.27%-
XYZ58.1853.1270.8-
YUV196.42137.92144.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.77%
GREEN value IS 181 (71.09% from 255) = 29.43%
BLUE value IS 214 (83.98% from 255) = 34.80%
R=35.77%
G=29.43%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018121400.180.030.14309.2335.7878.63
HexDCB5D60123E135244f
Octal33426532602231646544117
Binary1101110010110101110101100100101111101001101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5D6; }

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

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

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

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

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

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

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

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