#DFC0D7

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

Shades of French Lilac #DFC0D7

Tints of French Lilac #DFC0D7

Color information

#DFC0D7 (or 0xDFC0D7) is unknown color: approx French Lilac. HEX triplet: DF, C0 and D7. RGB value is (223,192,215). Sum of RGB (Red+Green+Blue) = 223+192+215=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0D7 is #203F28. Grayscale: #CBCBCB. Windows color (decimal): -2113321 or 14139615. OLE color: 14139615.

HSL color Cylindrical-coordinate representation of color #DFC0D7: hue angle of 315.48º 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 #DFC0D7 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB223192215-
CMYK00.140.040.13
HSL315.48º32.63%81.37%-
HSV(B)315.48º13.9%87.45%-
XYZ61.5558.2972.3-
YUV203.89134.27141.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.40%
GREEN value IS 192 (75.39% from 255) = 30.48%
BLUE value IS 215 (84.38% from 255) = 34.13%
R=35.40%
G=30.48%
B=34.13%

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
Decimal22319221500.140.040.13315.4832.6381.37
HexDFC0D70E4D13b2151
Octal33730032701641547341121
Binary1101111111000000110101110111010011011001110111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC0D7; }

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

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

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

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

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

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

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

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