#DFC5DA

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

Shades of French Lilac #DFC5DA

Tints of French Lilac #DFC5DA

Color information

#DFC5DA (or 0xDFC5DA) is unknown color: approx French Lilac. HEX triplet: DF, C5 and DA. RGB value is (223,197,218). Sum of RGB (Red+Green+Blue) = 223+197+218=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5DA is #203A25. Grayscale: #CFCFCF. Windows color (decimal): -2112038 or 14337503. OLE color: 14337503.

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

Color convert

RGB223197218-
CMYK00.120.020.13
HSL311.54º28.89%82.35%-
HSV(B)311.54º11.66%87.45%-
XYZ63.0560.6874.72-
YUV207.17134.11139.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.95%
GREEN value IS 197 (77.34% from 255) = 30.88%
BLUE value IS 218 (85.55% from 255) = 34.17%
R=34.95%
G=30.88%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319721800.120.020.13311.5428.8982.35
HexDFC5DA0C2D1381d52
Octal33730533201421547035122
Binary11011111110001011101101001100101101100111000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5DA; }

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

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

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

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

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

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

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

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