#DFC1DC

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

Shades of French Lilac #DFC1DC

Tints of French Lilac #DFC1DC

Color information

#DFC1DC (or 0xDFC1DC) is unknown color: approx French Lilac. HEX triplet: DF, C1 and DC. RGB value is (223,193,220). Sum of RGB (Red+Green+Blue) = 223+193+220=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 193 (75.78% from 255 or 30.35% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1DC is #203E23. Grayscale: #CCCCCC. Windows color (decimal): -2113060 or 14467551. OLE color: 14467551.

HSL color Cylindrical-coordinate representation of color #DFC1DC: hue angle of 306º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFC1DC is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB223193220-
CMYK00.130.010.13
HSL306º31.91%81.57%-
HSV(B)306º13.45%87.45%-
XYZ62.425975.81-
YUV205.05136.44140.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.06%
GREEN value IS 193 (75.78% from 255) = 30.35%
BLUE value IS 220 (86.33% from 255) = 34.59%
R=35.06%
G=30.35%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319322000.130.010.1330631.9181.57
HexDFC1DC0D1D1322052
Octal33730133401511546240122
Binary11011111110000011101110001101111011001100101000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC1DC; }

 p { color: rgb(223,193,220); }

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

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

 a { background-color: rgb(223,193,220); }

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

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

 span { border-color: rgb(223,193,220); }

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