#DCB2CF

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

Shades of French Lilac #DCB2CF

Tints of French Lilac #DCB2CF

Color information

#DCB2CF (or 0xDCB2CF) is unknown color: approx French Lilac. HEX triplet: DC, B2 and CF. RGB value is (220,178,207). Sum of RGB (Red+Green+Blue) = 220+178+207=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 178 (69.92% from 255 or 29.42% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2CF is #234D30. Grayscale: #C1C1C1. Windows color (decimal): -2313521 or 13611740. OLE color: 13611740.

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

Color convert

RGB220178207-
CMYK00.190.060.14
HSL318.57º37.5%78.04%-
HSV(B)318.57º19.09%86.27%-
XYZ56.751.5666-
YUV193.86135.41146.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 178 (69.92% from 255) = 29.42%
BLUE value IS 207 (81.25% from 255) = 34.21%
R=36.36%
G=29.42%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017820700.190.060.14318.5737.578.04
HexDCB2CF0136E13f264e
Octal33426231702361647746116
Binary11011100101100101100111101001111011101001111111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB2CF; }

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

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

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

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

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

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

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

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