#DFC1D9

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

Shades of French Lilac #DFC1D9

Tints of French Lilac #DFC1D9

Color information

#DFC1D9 (or 0xDFC1D9) is unknown color: approx French Lilac. HEX triplet: DF, C1 and D9. RGB value is (223,193,217). Sum of RGB (Red+Green+Blue) = 223+193+217=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 217 (85.16% from 255 or 34.28% from 633); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1D9 is #203E26. Grayscale: #CCCCCC. Windows color (decimal): -2113063 or 14270943. OLE color: 14270943.

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

Color convert

RGB223193217-
CMYK00.130.030.13
HSL312º31.91%81.57%-
HSV(B)312º13.45%87.45%-
XYZ62.0358.8473.73-
YUV204.71134.94141.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.23%
GREEN value IS 193 (75.78% from 255) = 30.49%
BLUE value IS 217 (85.16% from 255) = 34.28%
R=35.23%
G=30.49%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319321700.130.030.1331231.9181.57
HexDFC1D90D3D1382052
Octal33730133101531547040122
Binary110111111100000111011001011011111011001110001000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC1D9; }

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

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

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

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

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

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

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

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