#DCB3CF

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

Shades of French Lilac #DCB3CF

Tints of French Lilac #DCB3CF

Color information

#DCB3CF (or 0xDCB3CF) is unknown color: approx French Lilac. HEX triplet: DC, B3 and CF. RGB value is (220,179,207). Sum of RGB (Red+Green+Blue) = 220+179+207=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 179 (70.31% from 255 or 29.54% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3CF is #234C30. Grayscale: #C2C2C2. Windows color (decimal): -2313265 or 13611996. OLE color: 13611996.

HSL color Cylindrical-coordinate representation of color #DCB3CF: hue angle of 319.02º degrees, saturation: 0.37, 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 #DCB3CF is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB220179207-
CMYK00.190.060.14
HSL319.02º36.94%78.24%-
HSV(B)319.02º18.64%86.27%-
XYZ56.951.9666.06-
YUV194.45135.08146.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.30%
GREEN value IS 179 (70.31% from 255) = 29.54%
BLUE value IS 207 (81.25% from 255) = 34.16%
R=36.30%
G=29.54%
B=34.16%

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
Decimal22017920700.190.060.14319.0236.9478.24
HexDCB3CF0136E13f254e
Octal33426331702361647745116
Binary11011100101100111100111101001111011101001111111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3CF; }

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

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

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

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

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

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

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

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