#DCB2DD

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

Shades of French Lilac #DCB2DD

Tints of French Lilac #DCB2DD

Color information

#DCB2DD (or 0xDCB2DD) is unknown color: approx French Lilac. HEX triplet: DC, B2 and DD. RGB value is (220,178,221). Sum of RGB (Red+Green+Blue) = 220+178+221=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCB2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2DD is #234D22. Grayscale: #C3C3C3. Windows color (decimal): -2313507 or 14529244. OLE color: 14529244.

HSL color Cylindrical-coordinate representation of color #DCB2DD: hue angle of 298.6º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB2DD is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220178221-
CMYK0.000.1900.13
HSL298.6º38.74%78.24%-
HSV(B)298.6º19.46%86.67%-
XYZ58.4952.2875.41-
YUV195.46142.41145.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 178 (69.92% from 255) = 28.76%
BLUE value IS 221 (86.72% from 255) = 35.70%
R=35.54%
G=28.76%
B=35.70%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201782210.000.1900.13298.638.7478.24
HexDCB2DD0130D12b274e
Octal33426233502301545347116
Binary110111001011001011011101010011011011001010111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB2DD; }

 p { color: rgb(220,178,221); }

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

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

 a { background-color: rgb(220,178,221); }

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

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

 span { border-color: rgb(220,178,221); }

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