#DFC3DA

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

Shades of French Lilac #DFC3DA

Tints of French Lilac #DFC3DA

Color information

#DFC3DA (or 0xDFC3DA) is unknown color: approx French Lilac. HEX triplet: DF, C3 and DA. RGB value is (223,195,218). Sum of RGB (Red+Green+Blue) = 223+195+218=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3DA is #203C25. Grayscale: #CDCDCD. Windows color (decimal): -2112550 or 14336991. OLE color: 14336991.

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

Color convert

RGB223195218-
CMYK00.130.020.13
HSL310.71º30.43%81.96%-
HSV(B)310.71º12.56%87.45%-
XYZ62.659.7874.57-
YUV205.99134.78140.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.06%
GREEN value IS 195 (76.56% from 255) = 30.66%
BLUE value IS 218 (85.55% from 255) = 34.28%
R=35.06%
G=30.66%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319521800.130.020.13310.7130.4381.96
HexDFC3DA0D2D1371e52
Octal33730333201521546736122
Binary11011111110000111101101001101101101100110111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC3DA; }

 p { color: rgb(223,195,218); }

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

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

 a { background-color: rgb(223,195,218); }

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

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

 span { border-color: rgb(223,195,218); }

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