#DCB1D2

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

Shades of French Lilac #DCB1D2

Tints of French Lilac #DCB1D2

Color information

#DCB1D2 (or 0xDCB1D2) is unknown color: approx French Lilac. HEX triplet: DC, B1 and D2. RGB value is (220,177,210). Sum of RGB (Red+Green+Blue) = 220+177+210=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 177 (69.53% from 255 or 29.16% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1D2 is #234E2D. Grayscale: #C1C1C1. Windows color (decimal): -2313774 or 13808092. OLE color: 13808092.

HSL color Cylindrical-coordinate representation of color #DCB1D2: hue angle of 313.95º degrees, saturation: 0.38, 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 #DCB1D2 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB220177210-
CMYK00.200.050.14
HSL313.95º38.05%77.84%-
HSV(B)313.95º19.55%86.27%-
XYZ56.8751.3167.88-
YUV193.62137.25146.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 177 (69.53% from 255) = 29.16%
BLUE value IS 210 (82.42% from 255) = 34.60%
R=36.24%
G=29.16%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017721000.200.050.14313.9538.0577.84
HexDCB1D20145E13a264e
Octal33426132202451647246116
Binary11011100101100011101001001010010111101001110101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB1D2; }

 p { color: rgb(220,177,210); }

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

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

 a { background-color: rgb(220,177,210); }

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

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

 span { border-color: rgb(220,177,210); }

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