#DFC2DC

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

Shades of French Lilac #DFC2DC

Tints of French Lilac #DFC2DC

Color information

#DFC2DC (or 0xDFC2DC) is unknown color: approx French Lilac. HEX triplet: DF, C2 and DC. RGB value is (223,194,220). Sum of RGB (Red+Green+Blue) = 223+194+220=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2DC is #203D23. Grayscale: #CDCDCD. Windows color (decimal): -2112804 or 14467807. OLE color: 14467807.

HSL color Cylindrical-coordinate representation of color #DFC2DC: hue angle of 306.21º degrees, saturation: 0.31, 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 #DFC2DC is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB223194220-
CMYK00.130.010.13
HSL306.21º31.18%81.76%-
HSV(B)306.21º13%87.45%-
XYZ62.6459.4475.88-
YUV205.64136.11140.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.01%
GREEN value IS 194 (76.17% from 255) = 30.46%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=35.01%
G=30.46%
B=34.54%

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
Decimal22319422000.130.010.13306.2131.1881.76
HexDFC2DC0D1D1321f52
Octal33730233401511546237122
Binary1101111111000010110111000110111101100110010111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC2DC; }

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

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

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

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

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

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

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

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