#DFC6DA

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

Shades of French Lilac #DFC6DA

Tints of French Lilac #DFC6DA

Color information

#DFC6DA (or 0xDFC6DA) is unknown color: approx French Lilac. HEX triplet: DF, C6 and DA. RGB value is (223,198,218). Sum of RGB (Red+Green+Blue) = 223+198+218=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6DA is #203925. Grayscale: #CFCFCF. Windows color (decimal): -2111782 or 14337759. OLE color: 14337759.

HSL color Cylindrical-coordinate representation of color #DFC6DA: hue angle of 312º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFC6DA is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB223198218-
CMYK00.110.020.13
HSL312º28.09%82.55%-
HSV(B)312º11.21%87.45%-
XYZ63.2861.1474.8-
YUV207.76133.78138.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.90%
GREEN value IS 198 (77.73% from 255) = 30.99%
BLUE value IS 218 (85.55% from 255) = 34.12%
R=34.90%
G=30.99%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319821800.110.020.1331228.0982.55
HexDFC6DA0B2D1381c53
Octal33730633201321547034123
Binary11011111110001101101101001011101101100111000111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC6DA; }

 p { color: rgb(223,198,218); }

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

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

 a { background-color: rgb(223,198,218); }

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

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

 span { border-color: rgb(223,198,218); }

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