#DCB0D1

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

Shades of French Lilac #DCB0D1

Tints of French Lilac #DCB0D1

Color information

#DCB0D1 (or 0xDCB0D1) is unknown color: approx French Lilac. HEX triplet: DC, B0 and D1. RGB value is (220,176,209). Sum of RGB (Red+Green+Blue) = 220+176+209=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0D1 is #234F2E. Grayscale: #C0C0C0. Windows color (decimal): -2314031 or 13742300. OLE color: 13742300.

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

Color convert

RGB220176209-
CMYK00.20.050.14
HSL315º38.6%77.65%-
HSV(B)315º20%86.27%-
XYZ56.5550.8767.16-
YUV192.92137.08147.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 176 (69.14% from 255) = 29.09%
BLUE value IS 209 (82.03% from 255) = 34.55%
R=36.36%
G=29.09%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017620900.20.050.1431538.677.65
HexDCB0D10145E13b274e
Octal33426032102451647347116
Binary11011100101100001101000101010010111101001110111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB0D1; }

 p { color: rgb(220,176,209); }

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

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

 a { background-color: rgb(220,176,209); }

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

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

 span { border-color: rgb(220,176,209); }

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