#DFC0D6

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

Shades of French Lilac #DFC0D6

Tints of French Lilac #DFC0D6

Color information

#DFC0D6 (or 0xDFC0D6) is unknown color: approx French Lilac. HEX triplet: DF, C0 and D6. RGB value is (223,192,214). Sum of RGB (Red+Green+Blue) = 223+192+214=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0D6 is #203F29. Grayscale: #CBCBCB. Windows color (decimal): -2113322 or 14074079. OLE color: 14074079.

HSL color Cylindrical-coordinate representation of color #DFC0D6: hue angle of 317.42º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFC0D6 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB223192214-
CMYK00.140.040.13
HSL317.42º32.63%81.37%-
HSV(B)317.42º13.9%87.45%-
XYZ61.4258.2471.62-
YUV203.78133.77141.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.45%
GREEN value IS 192 (75.39% from 255) = 30.52%
BLUE value IS 214 (83.98% from 255) = 34.02%
R=35.45%
G=30.52%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319221400.140.040.13317.4232.6381.37
HexDFC0D60E4D13d2151
Octal33730032601641547541121
Binary1101111111000000110101100111010011011001111011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC0D6; }

 p { color: rgb(223,192,214); }

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

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

 a { background-color: rgb(223,192,214); }

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

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

 span { border-color: rgb(223,192,214); }

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