#DFC5D8

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

Shades of French Lilac #DFC5D8

Tints of French Lilac #DFC5D8

Color information

#DFC5D8 (or 0xDFC5D8) is unknown color: approx French Lilac. HEX triplet: DF, C5 and D8. RGB value is (223,197,216). Sum of RGB (Red+Green+Blue) = 223+197+216=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5D8 is #203A27. Grayscale: #CECECE. Windows color (decimal): -2112040 or 14206431. OLE color: 14206431.

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

Color convert

RGB223197216-
CMYK00.120.030.13
HSL316.15º28.89%82.35%-
HSV(B)316.15º11.66%87.45%-
XYZ62.7960.5873.35-
YUV206.94133.11139.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.06%
GREEN value IS 197 (77.34% from 255) = 30.97%
BLUE value IS 216 (84.77% from 255) = 33.96%
R=35.06%
G=30.97%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319721600.120.030.13316.1528.8982.35
HexDFC5D80C3D13c1d52
Octal33730533001431547435122
Binary11011111110001011101100001100111101100111100111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5D8; }

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

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

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

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

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

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

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

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